2023-12-21T04:32:35.109 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T04:32:35.110 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --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-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178 -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178/orig.config.yaml 2023-12-21T04:32:35.145 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T04:32:35.229 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499178' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-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-yuri7-testing-2023-12-20-0808-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: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi086.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: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-21T04:32:35.229 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T04:32:35.230 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T04:32:35.230 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T04:32:35.231 INFO:teuthology.task.internal:Checking packages... 2023-12-21T04:32:35.255 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T04:32:35.255 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T04:32:35.255 INFO:teuthology.packaging:ref: None 2023-12-21T04:32:35.255 INFO:teuthology.packaging:tag: None 2023-12-21T04:32:35.255 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:32:35.255 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:32:35.256 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T04:32:35.487 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413-g639f0137-1bionic 2023-12-21T04:32:35.488 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T04:32:35.494 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T04:32:35.494 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T04:32:35.504 INFO:teuthology.task.internal:Saving configuration 2023-12-21T04:32:35.517 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T04:32:35.524 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T04:32:35.550 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:27:24.440939', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-21T04:32:35.573 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:27:24.442494', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-12-21T04:32:35.573 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T04:32:35.579 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T04:32:35.579 INFO:teuthology.task.internal:roles: ubuntu@smithi105.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T04:32:35.580 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T04:32:35.657 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0b60eeec10>, signals=[15]) 2023-12-21T04:32:35.657 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T04:32:35.663 INFO:teuthology.task.internal:Opening connections... 2023-12-21T04:32:35.663 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T04:32:35.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:32:35.738 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi105.front.sepia.ceph.com 2023-12-21T04:32:35.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:32:35.814 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T04:32:35.821 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2023-12-21T04:32:35.861 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2023-12-21T04:32:35.861 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2023-12-21T04:32:35.913 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="Ubuntu" 2023-12-21T04:32:35.913 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-21T04:32:35.913 INFO:teuthology.orchestra.run.smithi086.stdout:ID=ubuntu 2023-12-21T04:32:35.913 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE=debian 2023-12-21T04:32:35.914 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-21T04:32:35.914 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="18.04" 2023-12-21T04:32:35.914 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-21T04:32:35.914 INFO:teuthology.orchestra.run.smithi086.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-21T04:32:35.914 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-21T04:32:35.914 INFO:teuthology.orchestra.run.smithi086.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-21T04:32:35.915 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_CODENAME=bionic 2023-12-21T04:32:35.915 INFO:teuthology.orchestra.run.smithi086.stdout:UBUNTU_CODENAME=bionic 2023-12-21T04:32:35.916 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2023-12-21T04:32:35.939 DEBUG:teuthology.orchestra.run.smithi105:> uname -m 2023-12-21T04:32:35.945 INFO:teuthology.orchestra.run.smithi105.stdout:x86_64 2023-12-21T04:32:35.946 DEBUG:teuthology.orchestra.run.smithi105:> cat /etc/os-release 2023-12-21T04:32:35.992 INFO:teuthology.orchestra.run.smithi105.stdout:NAME="Ubuntu" 2023-12-21T04:32:35.992 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-12-21T04:32:35.992 INFO:teuthology.orchestra.run.smithi105.stdout:ID=ubuntu 2023-12-21T04:32:35.992 INFO:teuthology.orchestra.run.smithi105.stdout:ID_LIKE=debian 2023-12-21T04:32:35.992 INFO:teuthology.orchestra.run.smithi105.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-12-21T04:32:35.993 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_ID="18.04" 2023-12-21T04:32:35.993 INFO:teuthology.orchestra.run.smithi105.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-21T04:32:35.993 INFO:teuthology.orchestra.run.smithi105.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-21T04:32:35.993 INFO:teuthology.orchestra.run.smithi105.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-21T04:32:35.993 INFO:teuthology.orchestra.run.smithi105.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-21T04:32:35.993 INFO:teuthology.orchestra.run.smithi105.stdout:VERSION_CODENAME=bionic 2023-12-21T04:32:35.993 INFO:teuthology.orchestra.run.smithi105.stdout:UBUNTU_CODENAME=bionic 2023-12-21T04:32:35.993 INFO:teuthology.lock.ops:Updating smithi105.front.sepia.ceph.com on lock server 2023-12-21T04:32:36.013 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T04:32:36.021 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T04:32:36.026 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T04:32:36.027 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:32:36.029 DEBUG:teuthology.orchestra.run.smithi105:> test '!' -e /home/ubuntu/cephtest 2023-12-21T04:32:36.042 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T04:32:36.050 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T04:32:36.050 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:32:36.080 DEBUG:teuthology.orchestra.run.smithi105:> test -z $(ls -A /var/lib/ceph) 2023-12-21T04:32:36.114 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T04:32:36.179 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T04:32:36.203 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T04:32:36.203 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T04:32:36.204 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:32:36.204 DEBUG:teuthology.orchestra.run.smithi105:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T04:32:36.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:32:36.210 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2023-12-21T04:32:36.211 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T04:32:36.211 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2023-12-21T04:32:36.261 INFO:teuthology.orchestra.run.smithi086.stdout:4.15.0-200-generic 2023-12-21T04:32:36.261 INFO:teuthology.task.kernel:Running kernel on smithi086: 4.15.0-200-generic 2023-12-21T04:32:36.261 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get clean 2023-12-21T04:32:36.263 INFO:teuthology.orchestra.run.smithi105.stdout:4.15.0-200-generic 2023-12-21T04:32:36.263 INFO:teuthology.task.kernel:Running kernel on smithi105: 4.15.0-200-generic 2023-12-21T04:32:36.264 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2023-12-21T04:32:36.346 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2023-12-21T04:32:36.358 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2023-12-21T04:32:36.631 INFO:teuthology.orchestra.run.smithi105.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-21T04:32:36.654 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-21T04:32:36.654 INFO:teuthology.orchestra.run.smithi086.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-21T04:32:36.654 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-12-21T04:32:36.715 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-21T04:32:36.760 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-21T04:32:36.843 INFO:teuthology.orchestra.run.smithi105.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-12-21T04:32:36.904 INFO:teuthology.orchestra.run.smithi105.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-21T04:32:36.999 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-21T04:32:37.004 INFO:teuthology.orchestra.run.smithi105.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-12-21T04:32:37.038 INFO:teuthology.orchestra.run.smithi105.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-21T04:32:37.042 INFO:teuthology.orchestra.run.smithi105.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-21T04:32:37.054 INFO:teuthology.orchestra.run.smithi105.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-21T04:32:37.055 INFO:teuthology.orchestra.run.smithi105.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-21T04:32:37.056 INFO:teuthology.orchestra.run.smithi105.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-21T04:32:37.066 INFO:teuthology.orchestra.run.smithi105.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-21T04:32:37.078 INFO:teuthology.orchestra.run.smithi105.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-21T04:32:37.081 INFO:teuthology.orchestra.run.smithi105.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-21T04:32:37.081 INFO:teuthology.orchestra.run.smithi105.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-21T04:32:37.082 INFO:teuthology.orchestra.run.smithi105.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-21T04:32:37.133 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-21T04:32:37.155 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-12-21T04:32:37.163 INFO:teuthology.orchestra.run.smithi105.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-12-21T04:32:37.179 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-12-21T04:32:37.187 INFO:teuthology.orchestra.run.smithi086.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-12-21T04:32:37.188 INFO:teuthology.orchestra.run.smithi086.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-12-21T04:32:37.215 INFO:teuthology.orchestra.run.smithi086.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-12-21T04:32:37.215 INFO:teuthology.orchestra.run.smithi086.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-12-21T04:32:37.220 INFO:teuthology.orchestra.run.smithi086.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-21T04:32:37.232 INFO:teuthology.orchestra.run.smithi086.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-12-21T04:32:37.244 INFO:teuthology.orchestra.run.smithi086.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-12-21T04:32:37.247 INFO:teuthology.orchestra.run.smithi086.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-12-21T04:32:37.247 INFO:teuthology.orchestra.run.smithi086.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-12-21T04:32:37.247 INFO:teuthology.orchestra.run.smithi086.stdout:Get:18 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-12-21T04:32:37.255 INFO:teuthology.orchestra.run.smithi086.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-21T04:32:37.260 INFO:teuthology.orchestra.run.smithi086.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-21T04:32:37.261 INFO:teuthology.orchestra.run.smithi086.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-21T04:32:37.273 INFO:teuthology.orchestra.run.smithi086.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-21T04:32:37.275 INFO:teuthology.orchestra.run.smithi086.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-21T04:32:37.293 INFO:teuthology.orchestra.run.smithi086.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-21T04:32:37.308 INFO:teuthology.orchestra.run.smithi086.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-21T04:32:37.312 INFO:teuthology.orchestra.run.smithi086.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-21T04:32:37.312 INFO:teuthology.orchestra.run.smithi086.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-21T04:32:37.313 INFO:teuthology.orchestra.run.smithi086.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-21T04:32:37.313 INFO:teuthology.orchestra.run.smithi086.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-21T04:32:37.313 INFO:teuthology.orchestra.run.smithi105.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,666 kB] 2023-12-21T04:32:37.313 INFO:teuthology.orchestra.run.smithi086.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-21T04:32:37.314 INFO:teuthology.orchestra.run.smithi086.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-21T04:32:37.314 INFO:teuthology.orchestra.run.smithi086.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-21T04:32:37.675 INFO:teuthology.orchestra.run.smithi105.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-12-21T04:32:37.796 INFO:teuthology.orchestra.run.smithi105.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2023-12-21T04:32:37.809 INFO:teuthology.orchestra.run.smithi105.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-12-21T04:32:37.843 INFO:teuthology.orchestra.run.smithi105.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-12-21T04:32:37.844 INFO:teuthology.orchestra.run.smithi105.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-12-21T04:32:37.848 INFO:teuthology.orchestra.run.smithi105.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-12-21T04:32:37.901 INFO:teuthology.orchestra.run.smithi105.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2023-12-21T04:32:38.117 INFO:teuthology.orchestra.run.smithi105.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-12-21T04:32:38.639 INFO:teuthology.orchestra.run.smithi105.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-12-21T04:32:38.641 INFO:teuthology.orchestra.run.smithi105.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-12-21T04:32:38.644 INFO:teuthology.orchestra.run.smithi105.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-12-21T04:32:38.645 INFO:teuthology.orchestra.run.smithi105.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-12-21T04:32:38.652 INFO:teuthology.orchestra.run.smithi105.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-12-21T04:32:38.660 INFO:teuthology.orchestra.run.smithi105.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-12-21T04:32:38.662 INFO:teuthology.orchestra.run.smithi105.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-12-21T04:32:39.836 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 20.1 MB in 3s (6,294 kB/s) 2023-12-21T04:32:39.955 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 20.1 MB in 3s (6,015 kB/s) 2023-12-21T04:32:41.539 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-12-21T04:32:41.592 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-21T04:32:41.675 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2023-12-21T04:32:41.676 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-12-21T04:32:41.727 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-21T04:32:41.812 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2023-12-21T04:32:41.957 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2023-12-21T04:32:41.958 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2023-12-21T04:32:42.101 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2023-12-21T04:32:42.102 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2023-12-21T04:32:42.178 INFO:teuthology.orchestra.run.smithi105.stdout:The following additional packages will be installed: 2023-12-21T04:32:42.178 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-21T04:32:42.178 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-21T04:32:42.178 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-21T04:32:42.181 INFO:teuthology.orchestra.run.smithi105.stdout:Suggested packages: 2023-12-21T04:32:42.181 INFO:teuthology.orchestra.run.smithi105.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-21T04:32:42.181 INFO:teuthology.orchestra.run.smithi105.stdout:Recommended packages: 2023-12-21T04:32:42.181 INFO:teuthology.orchestra.run.smithi105.stdout: thermald 2023-12-21T04:32:42.258 INFO:teuthology.orchestra.run.smithi105.stdout:The following NEW packages will be installed: 2023-12-21T04:32:42.258 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-21T04:32:42.258 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-21T04:32:42.258 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-21T04:32:42.260 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages will be upgraded: 2023-12-21T04:32:42.261 INFO:teuthology.orchestra.run.smithi105.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-21T04:32:42.315 INFO:teuthology.orchestra.run.smithi105.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-21T04:32:42.315 INFO:teuthology.orchestra.run.smithi105.stdout:Need to get 67.4 MB of archives. 2023-12-21T04:32:42.315 INFO:teuthology.orchestra.run.smithi105.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-21T04:32:42.315 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-12-21T04:32:42.320 INFO:teuthology.orchestra.run.smithi086.stdout:The following additional packages will be installed: 2023-12-21T04:32:42.320 INFO:teuthology.orchestra.run.smithi086.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-21T04:32:42.320 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-12-21T04:32:42.320 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-12-21T04:32:42.323 INFO:teuthology.orchestra.run.smithi086.stdout:Suggested packages: 2023-12-21T04:32:42.323 INFO:teuthology.orchestra.run.smithi086.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-12-21T04:32:42.323 INFO:teuthology.orchestra.run.smithi086.stdout:Recommended packages: 2023-12-21T04:32:42.323 INFO:teuthology.orchestra.run.smithi086.stdout: thermald 2023-12-21T04:32:42.393 INFO:teuthology.orchestra.run.smithi086.stdout:The following NEW packages will be installed: 2023-12-21T04:32:42.393 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-12-21T04:32:42.394 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-12-21T04:32:42.394 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-extra-4.15.0-213-generic 2023-12-21T04:32:42.395 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages will be upgraded: 2023-12-21T04:32:42.396 INFO:teuthology.orchestra.run.smithi086.stdout: linux-generic linux-headers-generic linux-image-generic 2023-12-21T04:32:42.581 INFO:teuthology.orchestra.run.smithi086.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-12-21T04:32:42.581 INFO:teuthology.orchestra.run.smithi086.stdout:Need to get 67.4 MB of archives. 2023-12-21T04:32:42.581 INFO:teuthology.orchestra.run.smithi086.stdout:After this operation, 351 MB of additional disk space will be used. 2023-12-21T04:32:42.581 INFO:teuthology.orchestra.run.smithi086.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2023-12-21T04:32:42.620 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-12-21T04:32:42.718 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-12-21T04:32:43.095 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-12-21T04:32:43.096 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-12-21T04:32:43.096 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-12-21T04:32:43.219 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-12-21T04:32:43.233 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-12-21T04:32:43.637 INFO:teuthology.orchestra.run.smithi086.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2023-12-21T04:32:43.890 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2023-12-21T04:32:43.925 INFO:teuthology.orchestra.run.smithi105.stdout:Fetched 67.4 MB in 1s (70.5 MB/s) 2023-12-21T04:32:44.126 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-21T04:32:44.965 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-12-21T04:32:44.965 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2023-12-21T04:32:44.965 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2023-12-21T04:32:45.096 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-12-21T04:32:45.100 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-12-21T04:32:45.271 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2023-12-21T04:32:45.298 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:32:45.310 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2023-12-21T04:32:45.963 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 67.4 MB in 3s (23.3 MB/s) 2023-12-21T04:32:46.166 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-12-21T04:32:47.032 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-21T04:32:47.047 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-12-21T04:32:47.079 INFO:teuthology.orchestra.run.smithi086.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2023-12-21T04:32:47.083 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T04:32:47.142 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:32:47.162 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:32:47.668 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-21T04:32:47.683 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-12-21T04:32:47.726 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:32:48.897 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-12-21T04:32:48.912 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T04:32:49.021 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:32:49.500 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-12-21T04:32:49.516 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T04:32:49.550 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:32:51.586 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T04:32:51.730 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T04:32:52.005 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T04:32:52.133 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T04:32:52.461 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-21T04:32:52.476 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-21T04:32:52.519 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-21T04:32:53.300 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T04:32:53.424 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T04:32:53.769 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T04:32:53.902 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T04:32:54.213 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-12-21T04:32:54.228 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-12-21T04:32:54.263 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-21T04:32:57.235 INFO:teuthology.orchestra.run.smithi105.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-21T04:32:57.257 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-12-21T04:32:57.310 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:32:59.043 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-12-21T04:32:59.064 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-12-21T04:32:59.109 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:32:59.686 INFO:teuthology.orchestra.run.smithi105.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T04:32:59.790 INFO:teuthology.orchestra.run.smithi105.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T04:33:00.122 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:00.754 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:01.246 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-21T04:33:01.246 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-21T04:33:01.246 INFO:teuthology.orchestra.run.smithi105.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-21T04:33:01.246 INFO:teuthology.orchestra.run.smithi105.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-21T04:33:01.473 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:01.520 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-12-21T04:33:01.646 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-12-21T04:33:01.974 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-21T04:33:02.023 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:02.101 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-21T04:33:02.227 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:02.353 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-21T04:33:02.479 INFO:teuthology.orchestra.run.smithi105.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-21T04:33:02.626 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:02.630 INFO:teuthology.orchestra.run.smithi105.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:02.834 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-21T04:33:02.835 INFO:teuthology.orchestra.run.smithi105.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-21T04:33:03.126 INFO:teuthology.orchestra.run.smithi086.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-12-21T04:33:03.126 INFO:teuthology.orchestra.run.smithi086.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-12-21T04:33:03.127 INFO:teuthology.orchestra.run.smithi086.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-12-21T04:33:03.127 INFO:teuthology.orchestra.run.smithi086.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-12-21T04:33:03.261 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:03.805 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-12-21T04:33:03.939 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-12-21T04:33:04.040 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:04.141 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-12-21T04:33:04.242 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-12-21T04:33:04.361 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-12-21T04:33:04.563 INFO:teuthology.orchestra.run.smithi086.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-21T04:33:04.563 INFO:teuthology.orchestra.run.smithi086.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-12-21T04:33:18.868 INFO:teuthology.orchestra.run.smithi105.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-21T04:33:18.868 INFO:teuthology.orchestra.run.smithi105.stdout:Sourcing file `/etc/default/grub' 2023-12-21T04:33:18.903 INFO:teuthology.orchestra.run.smithi105.stdout:Generating grub configuration file ... 2023-12-21T04:33:19.256 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-21T04:33:19.302 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-21T04:33:19.696 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-21T04:33:19.724 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-21T04:33:19.799 INFO:teuthology.orchestra.run.smithi105.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-21T04:33:19.824 INFO:teuthology.orchestra.run.smithi105.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-21T04:33:21.313 INFO:teuthology.orchestra.run.smithi105.stdout:done 2023-12-21T04:33:21.786 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2023-12-21T04:33:21.806 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2023-12-21T04:33:21.806 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2023-12-21T04:33:21.806 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2023-12-21T04:33:21.806 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2023-12-21T04:33:21.806 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 18 2023-12-21T04:33:21.806 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T04:33:21.807 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2023-12-21T04:33:21.807 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2023-12-21T04:33:21.807 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 4.15.0.213.196 2023-12-21T04:33:21.807 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-21T04:33:21.807 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-12-21T04:33:21.807 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2023-12-21T04:33:21.807 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2023-12-21T04:33:21.807 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2023-12-21T04:33:21.807 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2023-12-21T04:33:21.808 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-21T04:33:21.808 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:33:21.808 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:33:21.808 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T04:33:21.809 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi105.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:33:21.809 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get clean 2023-12-21T04:33:21.911 DEBUG:teuthology.orchestra.run.smithi105:> sudo apt-get update 2023-12-21T04:33:21.944 INFO:teuthology.orchestra.run.smithi086.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-21T04:33:21.944 INFO:teuthology.orchestra.run.smithi086.stdout:Sourcing file `/etc/default/grub' 2023-12-21T04:33:21.967 INFO:teuthology.orchestra.run.smithi086.stdout:Generating grub configuration file ... 2023-12-21T04:33:22.047 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-21T04:33:22.056 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-21T04:33:22.076 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-21T04:33:22.159 INFO:teuthology.orchestra.run.smithi105.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-21T04:33:22.331 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-21T04:33:22.370 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-21T04:33:22.758 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-21T04:33:22.787 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-21T04:33:22.863 INFO:teuthology.orchestra.run.smithi086.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-21T04:33:22.892 INFO:teuthology.orchestra.run.smithi086.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-21T04:33:24.122 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-12-21T04:33:24.176 DEBUG:teuthology.orchestra.run.smithi105:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-21T04:33:24.260 INFO:teuthology.orchestra.run.smithi105.stdout:Reading package lists... 2023-12-21T04:33:24.282 INFO:teuthology.orchestra.run.smithi086.stdout:done 2023-12-21T04:33:24.522 INFO:teuthology.orchestra.run.smithi105.stdout:Building dependency tree... 2023-12-21T04:33:24.523 INFO:teuthology.orchestra.run.smithi105.stdout:Reading state information... 2023-12-21T04:33:24.730 INFO:teuthology.orchestra.run.smithi105.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-21T04:33:24.731 INFO:teuthology.orchestra.run.smithi105.stdout:The following packages were automatically installed and are no longer required: 2023-12-21T04:33:24.731 INFO:teuthology.orchestra.run.smithi105.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-21T04:33:24.731 INFO:teuthology.orchestra.run.smithi105.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-21T04:33:24.731 INFO:teuthology.orchestra.run.smithi105.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-21T04:33:24.731 INFO:teuthology.orchestra.run.smithi105.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-21T04:33:24.734 DEBUG:teuthology.orchestra.run.smithi086:> dpkg -s linux-image-generic 2023-12-21T04:33:24.755 INFO:teuthology.orchestra.run.smithi086.stdout:Package: linux-image-generic 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Status: install ok installed 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Priority: optional 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Section: kernel 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Installed-Size: 18 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: amd64 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Source: linux-meta 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Version: 4.15.0.213.196 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T04:33:24.756 INFO:teuthology.orchestra.run.smithi086.stdout:Recommends: thermald 2023-12-21T04:33:24.757 INFO:teuthology.orchestra.run.smithi086.stdout:Description: Generic Linux kernel image 2023-12-21T04:33:24.757 INFO:teuthology.orchestra.run.smithi086.stdout: This package will always depend on the latest generic kernel image 2023-12-21T04:33:24.757 INFO:teuthology.orchestra.run.smithi086.stdout: available. 2023-12-21T04:33:24.757 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-12-21T04:33:24.757 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T04:33:24.757 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T04:33:24.757 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T04:33:24.757 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi086.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T04:33:24.758 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get clean 2023-12-21T04:33:24.787 INFO:teuthology.orchestra.run.smithi105.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-21T04:33:24.789 DEBUG:teuthology.orchestra.run.smithi105:> dpkg -s linux-image-generic 2023-12-21T04:33:24.810 INFO:teuthology.orchestra.run.smithi105.stdout:Package: linux-image-generic 2023-12-21T04:33:24.810 INFO:teuthology.orchestra.run.smithi105.stdout:Status: install ok installed 2023-12-21T04:33:24.810 INFO:teuthology.orchestra.run.smithi105.stdout:Priority: optional 2023-12-21T04:33:24.810 INFO:teuthology.orchestra.run.smithi105.stdout:Section: kernel 2023-12-21T04:33:24.810 INFO:teuthology.orchestra.run.smithi105.stdout:Installed-Size: 18 2023-12-21T04:33:24.810 INFO:teuthology.orchestra.run.smithi105.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T04:33:24.810 INFO:teuthology.orchestra.run.smithi105.stdout:Architecture: amd64 2023-12-21T04:33:24.811 INFO:teuthology.orchestra.run.smithi105.stdout:Source: linux-meta 2023-12-21T04:33:24.811 INFO:teuthology.orchestra.run.smithi105.stdout:Version: 4.15.0.213.196 2023-12-21T04:33:24.811 INFO:teuthology.orchestra.run.smithi105.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-21T04:33:24.811 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-12-21T04:33:24.811 INFO:teuthology.orchestra.run.smithi105.stdout:Recommends: thermald 2023-12-21T04:33:24.811 INFO:teuthology.orchestra.run.smithi105.stdout:Description: Generic Linux kernel image 2023-12-21T04:33:24.811 INFO:teuthology.orchestra.run.smithi105.stdout: This package will always depend on the latest generic kernel image 2023-12-21T04:33:24.811 INFO:teuthology.orchestra.run.smithi105.stdout: available. 2023-12-21T04:33:24.811 DEBUG:teuthology.orchestra.run.smithi105:> mktemp 2023-12-21T04:33:24.857 INFO:teuthology.orchestra.run.smithi105.stdout:/tmp/tmp.u40X9vFBfw 2023-12-21T04:33:24.857 DEBUG:teuthology.orchestra.run.smithi105:> sudo cp /boot/grub/grub.cfg /tmp/tmp.u40X9vFBfw 2023-12-21T04:33:24.867 DEBUG:teuthology.orchestra.run.smithi086:> sudo apt-get update 2023-12-21T04:33:24.920 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0666 /tmp/tmp.u40X9vFBfw 2023-12-21T04:33:24.991 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-12-21T04:33:24.991 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-12-21T04:33:25.000 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-12-21T04:33:25.020 INFO:teuthology.orchestra.run.smithi086.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-12-21T04:33:25.063 DEBUG:teuthology.orchestra.remote:smithi105:/tmp/tmp.u40X9vFBfw is 10KB 2023-12-21T04:33:25.075 DEBUG:teuthology.orchestra.run.smithi105:> rm -fr /tmp/tmp.u40X9vFBfw 2023-12-21T04:33:25.082 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-21T04:33:25.138 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:33:25.138 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-21T04:33:25.139 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-21T04:33:25.216 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-21T04:33:25.216 DEBUG:teuthology.orchestra.run.smithi105:> sudo update-grub 2023-12-21T04:33:26.706 INFO:teuthology.orchestra.run.smithi105.stderr:Sourcing file `/etc/default/grub' 2023-12-21T04:33:26.725 INFO:teuthology.orchestra.run.smithi105.stderr:Generating grub configuration file ... 2023-12-21T04:33:26.937 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-21T04:33:26.948 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-21T04:33:27.081 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2023-12-21T04:33:27.130 DEBUG:teuthology.orchestra.run.smithi086:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-12-21T04:33:27.209 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2023-12-21T04:33:27.251 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-21T04:33:27.264 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-21T04:33:27.339 INFO:teuthology.orchestra.run.smithi105.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-21T04:33:27.353 INFO:teuthology.orchestra.run.smithi105.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-21T04:33:27.473 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2023-12-21T04:33:27.473 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2023-12-21T04:33:27.682 INFO:teuthology.orchestra.run.smithi086.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-12-21T04:33:27.682 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages were automatically installed and are no longer required: 2023-12-21T04:33:27.682 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-21T04:33:27.682 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-21T04:33:27.683 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-21T04:33:27.683 INFO:teuthology.orchestra.run.smithi086.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-21T04:33:27.739 INFO:teuthology.orchestra.run.smithi086.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-12-21T04:33:27.741 DEBUG:teuthology.orchestra.run.smithi086:> dpkg -s linux-image-generic 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Package: linux-image-generic 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Status: install ok installed 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Priority: optional 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Section: kernel 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Installed-Size: 18 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Maintainer: Ubuntu Kernel Team 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Architecture: amd64 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Source: linux-meta 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Version: 4.15.0.213.196 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-21T04:33:27.761 INFO:teuthology.orchestra.run.smithi086.stdout:Recommends: thermald 2023-12-21T04:33:27.762 INFO:teuthology.orchestra.run.smithi086.stdout:Description: Generic Linux kernel image 2023-12-21T04:33:27.762 INFO:teuthology.orchestra.run.smithi086.stdout: This package will always depend on the latest generic kernel image 2023-12-21T04:33:27.762 INFO:teuthology.orchestra.run.smithi086.stdout: available. 2023-12-21T04:33:27.762 DEBUG:teuthology.orchestra.run.smithi086:> mktemp 2023-12-21T04:33:27.808 INFO:teuthology.orchestra.run.smithi086.stdout:/tmp/tmp.9s0vWxLSJk 2023-12-21T04:33:27.808 DEBUG:teuthology.orchestra.run.smithi086:> sudo cp /boot/grub/grub.cfg /tmp/tmp.9s0vWxLSJk 2023-12-21T04:33:27.866 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0666 /tmp/tmp.9s0vWxLSJk 2023-12-21T04:33:27.995 DEBUG:teuthology.orchestra.remote:smithi086:/tmp/tmp.9s0vWxLSJk is 10KB 2023-12-21T04:33:28.007 DEBUG:teuthology.orchestra.run.smithi086:> rm -fr /tmp/tmp.9s0vWxLSJk 2023-12-21T04:33:28.013 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-21T04:33:28.070 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:33:28.070 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-21T04:33:28.070 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-21T04:33:28.161 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-12-21T04:33:28.161 DEBUG:teuthology.orchestra.run.smithi086:> sudo update-grub 2023-12-21T04:33:28.461 INFO:teuthology.orchestra.run.smithi105.stderr:done 2023-12-21T04:33:28.463 DEBUG:teuthology.orchestra.run.smithi105:> sudo shutdown -r now 2023-12-21T04:33:29.537 INFO:teuthology.orchestra.run.smithi086.stderr:Sourcing file `/etc/default/grub' 2023-12-21T04:33:29.548 INFO:teuthology.orchestra.run.smithi086.stderr:Generating grub configuration file ... 2023-12-21T04:33:29.800 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-12-21T04:33:29.812 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-12-21T04:33:30.105 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-12-21T04:33:30.115 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-12-21T04:33:30.190 INFO:teuthology.orchestra.run.smithi086.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-12-21T04:33:30.203 INFO:teuthology.orchestra.run.smithi086.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-12-21T04:33:31.268 INFO:teuthology.orchestra.run.smithi086.stderr:done 2023-12-21T04:33:31.270 DEBUG:teuthology.orchestra.run.smithi086:> sudo shutdown -r now 2023-12-21T04:33:58.533 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T04:33:58.534 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-21T04:33:58.535 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:34:01.273 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T04:34:01.274 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-21T04:34:01.274 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:34:19.793 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2023-12-21T04:34:28.803 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-21T04:34:28.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:34:31.857 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2023-12-21T04:34:43.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-21T04:34:43.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:34:46.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2023-12-21T04:34:58.548 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T04:35:01.938 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-21T04:35:01.939 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:35:05.010 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.86 2023-12-21T04:35:07.551 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-21T04:35:07.552 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:35:07.747 DEBUG:teuthology.orchestra.run.smithi105:> true 2023-12-21T04:35:08.466 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-21T04:35:08.466 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-12-21T04:35:08.466 DEBUG:teuthology.orchestra.run.smithi105:> uname -r 2023-12-21T04:35:08.513 INFO:teuthology.orchestra.run.smithi105.stdout:4.15.0-213-generic 2023-12-21T04:35:08.513 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-21T04:35:08.514 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:35:08.514 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-21T04:35:09.515 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T04:35:09.515 DEBUG:teuthology.orchestra.run.smithi105:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:35:09.546 INFO:teuthology.orchestra.run.smithi105.stdout:ttyS1 2023-12-21T04:35:09.567 DEBUG:teuthology.parallel:result is None 2023-12-21T04:35:23.011 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-21T04:35:23.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:35:23.247 DEBUG:teuthology.orchestra.run.smithi086:> true 2023-12-21T04:35:23.550 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-21T04:35:23.551 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-12-21T04:35:23.551 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2023-12-21T04:35:23.600 INFO:teuthology.orchestra.run.smithi086.stdout:4.15.0-213-generic 2023-12-21T04:35:23.600 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-12-21T04:35:23.600 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T04:35:23.601 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-21T04:35:24.602 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T04:35:24.602 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T04:35:24.638 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2023-12-21T04:35:24.669 DEBUG:teuthology.parallel:result is None 2023-12-21T04:35:24.669 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T04:35:24.676 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T04:35:24.676 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:35:24.715 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T04:35:24.723 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T04:35:24.730 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T04:35:24.737 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T04:35:24.738 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:35:24.764 DEBUG:teuthology.orchestra.run.smithi105:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T04:35:24.779 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T04:35:24.787 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T04:35:24.787 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T04:35:24.816 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-12-21T04:35:24.834 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:35:24.839 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:35:24.842 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:35:24.849 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T04:35:24.851 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T04:35:24.857 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T04:35:24.858 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T04:35:24.888 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-12-21T04:35:24.906 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T04:35:24.915 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T04:35:24.916 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:35:24.944 DEBUG:teuthology.orchestra.run.smithi105:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T04:35:24.954 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:35:24.996 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:35:25.045 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:35:25.045 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:35:25.111 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T04:35:25.118 DEBUG:teuthology.orchestra.run.smithi105:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T04:35:25.166 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:35:25.166 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T04:35:25.232 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2023-12-21T04:35:25.234 DEBUG:teuthology.orchestra.run.smithi105:> sudo service rsyslog restart 2023-12-21T04:35:25.319 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T04:35:25.327 INFO:teuthology.task.internal:Starting timer... 2023-12-21T04:35:25.327 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T04:35:25.337 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T04:35:25.345 DEBUG:teuthology.task.selinux:Excluding smithi086: OS 'ubuntu' does not support SELinux 2023-12-21T04:35:25.345 DEBUG:teuthology.task.selinux:Excluding smithi105: OS 'ubuntu' does not support SELinux 2023-12-21T04:35:25.345 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T04:35:25.346 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-21T04:35:25.346 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T04:35:25.346 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T04:35:25.354 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-21T04:35:25.354 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T04:35:25.371 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-21T04:35:25.372 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi086.front.sepia.ceph.com,smithi105.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T04:41:16.237 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi086.front.sepia.ceph.com'), Remote(name='ubuntu@smithi105.front.sepia.ceph.com')] 2023-12-21T04:41:16.239 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-21T04:41:16.239 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:41:16.319 DEBUG:teuthology.orchestra.run.smithi086:> true 2023-12-21T04:41:16.442 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-21T04:41:16.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-21T04:41:16.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi105.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T04:41:16.521 DEBUG:teuthology.orchestra.run.smithi105:> true 2023-12-21T04:41:16.642 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi105.front.sepia.ceph.com' 2023-12-21T04:41:16.642 INFO:teuthology.run_tasks:Running task clock... 2023-12-21T04:41:16.656 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-21T04:41:16.656 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:41:16.656 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T04:41:16.659 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-21T04:41:16.659 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-12-21T04:41:16.717 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-12-21T04:41:16.718 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: Command line: ntpd -gq 2023-12-21T04:41:16.718 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: proto: precision = 0.126 usec (-23) 2023-12-21T04:41:16.719 INFO:teuthology.orchestra.run.smithi086.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T04:41:16.719 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T04:41:16.719 INFO:teuthology.orchestra.run.smithi086.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-21T04:41:16.720 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: restrict ::: KOD does nothing without LIMITED. 2023-12-21T04:41:16.720 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: Listen and drop on 0 v6wildcard [::]:123 2023-12-21T04:41:16.720 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-21T04:41:16.720 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: Listen normally on 2 lo 127.0.0.1:123 2023-12-21T04:41:16.720 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: Listen normally on 3 enp3s0f1 172.21.15.86:123 2023-12-21T04:41:16.720 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: Listen normally on 4 lo [::1]:123 2023-12-21T04:41:16.721 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d809%5]:123 2023-12-21T04:41:16.721 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:16 ntpd[24267]: Listening on routing socket on fd #22 for interface updates 2023-12-21T04:41:16.736 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-12-21T04:41:16.736 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: Command line: ntpd -gq 2023-12-21T04:41:16.737 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: proto: precision = 0.123 usec (-23) 2023-12-21T04:41:16.737 INFO:teuthology.orchestra.run.smithi105.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T04:41:16.738 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-21T04:41:16.738 INFO:teuthology.orchestra.run.smithi105.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-21T04:41:16.739 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: restrict ::: KOD does nothing without LIMITED. 2023-12-21T04:41:16.739 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: Listen and drop on 0 v6wildcard [::]:123 2023-12-21T04:41:16.739 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-21T04:41:16.739 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: Listen normally on 2 lo 127.0.0.1:123 2023-12-21T04:41:16.739 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: Listen normally on 3 enp3s0f1 172.21.15.105:123 2023-12-21T04:41:16.739 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: Listen normally on 4 lo [::1]:123 2023-12-21T04:41:16.739 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d429%5]:123 2023-12-21T04:41:16.739 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:16 ntpd[24293]: Listening on routing socket on fd #22 for interface updates 2023-12-21T04:41:17.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:17 ntpd[24267]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:17.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:17 ntpd[24267]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:17.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:17 ntpd[24267]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:17.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:17 ntpd[24267]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:17.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:17 ntpd[24267]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:17.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:17 ntpd[24267]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:17.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:17 ntpd[24267]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:17.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:17 ntpd[24267]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:17.737 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:17 ntpd[24293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:17.737 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:17 ntpd[24293]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:17.737 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:17 ntpd[24293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:17.737 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:17 ntpd[24293]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:19.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:19 ntpd[24267]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:19.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:19 ntpd[24267]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:19.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:19 ntpd[24267]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:19.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:19 ntpd[24267]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:19.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:19 ntpd[24267]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:19.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:19 ntpd[24267]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:19.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:19 ntpd[24267]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:19.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:19 ntpd[24267]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:19.737 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:19 ntpd[24293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:19.737 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:19 ntpd[24293]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:19.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:19 ntpd[24293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:19.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:19 ntpd[24293]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:21.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:21.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:21.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:21.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:21.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:21.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:21.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:21.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:21.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:21.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:21.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:21.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:21 ntpd[24267]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:21.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:21.739 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:21 ntpd[24293]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:23.718 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:23 ntpd[24267]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:23.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:23 ntpd[24267]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:23.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:23 ntpd[24267]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:23.719 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:23 ntpd[24267]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:23.719 INFO:teuthology.orchestra.run.smithi086.stdout:21 Dec 04:41:23 ntpd[24267]: ntpd: time slew +0.000779 s 2023-12-21T04:41:23.719 INFO:teuthology.orchestra.run.smithi086.stdout:ntpd: time slew +0.000779s 2023-12-21T04:41:23.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:23 ntpd[24267]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-21T04:41:23.720 INFO:teuthology.orchestra.run.smithi086.stderr:21 Dec 04:41:23 ntpd[24267]: can't open /var/log/ntpstats/loopstats.20231221: Permission denied 2023-12-21T04:41:23.737 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: can't open /var/log/ntpstats/rawstats.20231221: Permission denied 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: can't open /var/log/ntpstats/peerstats.20231221: Permission denied 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stdout:21 Dec 04:41:23 ntpd[24293]: ntpd: time slew +0.000549 s 2023-12-21T04:41:23.738 INFO:teuthology.orchestra.run.smithi105.stdout:ntpd: time slew +0.000549s 2023-12-21T04:41:23.739 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-21T04:41:23.739 INFO:teuthology.orchestra.run.smithi105.stderr:21 Dec 04:41:23 ntpd[24293]: can't open /var/log/ntpstats/loopstats.20231221: Permission denied 2023-12-21T04:41:23.790 INFO:teuthology.orchestra.run.smithi086.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T04:41:23.790 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================== 2023-12-21T04:41:23.790 INFO:teuthology.orchestra.run.smithi086.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:41:23.790 INFO:teuthology.orchestra.run.smithi086.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:41:23.790 INFO:teuthology.orchestra.run.smithi086.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:41:23.790 INFO:teuthology.orchestra.run.smithi086.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:41:23.795 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T04:41:23.795 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2023-12-21T04:41:23.796 INFO:teuthology.orchestra.run.smithi105.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:41:23.796 INFO:teuthology.orchestra.run.smithi105.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:41:23.796 INFO:teuthology.orchestra.run.smithi105.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:41:23.796 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-21T04:41:23.797 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-21T04:41:23.807 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-21T04:41:23.807 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:41:23.808 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:41:23.814 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T04:41:23.814 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_1 2023-12-21T04:41:23.861 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T04:41:23.861 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:41:23.861 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 338 Links: 1 2023-12-21T04:41:23.861 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:41:23.861 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-12-21 04:39:52.707256609 +0000 2023-12-21T04:41:23.861 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-12-21 04:39:52.467262268 +0000 2023-12-21T04:41:23.861 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-12-21 04:39:52.467262268 +0000 2023-12-21T04:41:23.862 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-12-21T04:41:23.862 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T04:41:23.916 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-12-21T04:41:23.916 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-12-21T04:41:23.916 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000391852 s, 1.3 MB/s 2023-12-21T04:41:23.917 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T04:41:23.966 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_2 2023-12-21T04:41:24.017 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T04:41:24.017 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:41:24.017 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 345 Links: 1 2023-12-21T04:41:24.017 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:41:24.017 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-12-21 04:39:53.067248121 +0000 2023-12-21T04:41:24.017 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-12-21 04:39:52.811254158 +0000 2023-12-21T04:41:24.017 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-12-21 04:39:52.811254158 +0000 2023-12-21T04:41:24.017 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-12-21T04:41:24.018 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T04:41:24.071 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-12-21T04:41:24.072 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-12-21T04:41:24.072 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000286552 s, 1.8 MB/s 2023-12-21T04:41:24.073 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T04:41:24.122 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_3 2023-12-21T04:41:24.173 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T04:41:24.173 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:41:24.173 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 351 Links: 1 2023-12-21T04:41:24.173 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:41:24.173 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-12-21 04:39:53.431239539 +0000 2023-12-21T04:41:24.173 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-12-21 04:39:53.207244820 +0000 2023-12-21T04:41:24.173 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-12-21 04:39:53.207244820 +0000 2023-12-21T04:41:24.173 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-12-21T04:41:24.174 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T04:41:24.227 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-12-21T04:41:24.227 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-12-21T04:41:24.227 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.00028009 s, 1.8 MB/s 2023-12-21T04:41:24.228 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T04:41:24.278 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/vg_nvme/lv_4 2023-12-21T04:41:24.329 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T04:41:24.329 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:41:24.329 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 357 Links: 1 2023-12-21T04:41:24.329 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:41:24.329 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-12-21 04:39:53.803230768 +0000 2023-12-21T04:41:24.329 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-12-21 04:39:53.575236144 +0000 2023-12-21T04:41:24.329 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-12-21 04:39:53.575236144 +0000 2023-12-21T04:41:24.329 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-12-21T04:41:24.330 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T04:41:24.383 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-12-21T04:41:24.383 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-12-21T04:41:24.383 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000355979 s, 1.4 MB/s 2023-12-21T04:41:24.384 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T04:41:24.434 DEBUG:teuthology.orchestra.run.smithi086:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-21T04:41:24.529 INFO:teuthology.orchestra.run.smithi086.stdout:loop 2023-12-21T04:41:24.530 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_1... 2023-12-21T04:41:24.531 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-21T04:41:24.550 INFO:teuthology.orchestra.run.smithi086.stdout:1 2023-12-21T04:41:24.575 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_11 2023-12-21T04:41:24.595 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_2... 2023-12-21T04:41:24.595 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-21T04:41:24.662 INFO:teuthology.orchestra.run.smithi086.stdout:1 2023-12-21T04:41:24.687 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_21 2023-12-21T04:41:24.705 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_3... 2023-12-21T04:41:24.706 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-21T04:41:24.768 INFO:teuthology.orchestra.run.smithi086.stdout:1 2023-12-21T04:41:24.797 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_31 2023-12-21T04:41:24.815 INFO:tasks.nvme_loop:Connecting nvme_loop smithi086:/dev/vg_nvme/lv_4... 2023-12-21T04:41:24.815 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-21T04:41:24.881 INFO:teuthology.orchestra.run.smithi086.stdout:1 2023-12-21T04:41:24.906 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/vg_nvme/lv_41 2023-12-21T04:41:24.928 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:41:24.929 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:41:24.976 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme list 2023-12-21T04:41:25.030 INFO:teuthology.orchestra.run.smithi086.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-21T04:41:25.030 INFO:teuthology.orchestra.run.smithi086.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-21T04:41:25.031 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme0n1 PHFT620400UL400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-21T04:41:25.031 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme1n1 13f18281bd21bc6e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T04:41:25.031 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme2n1 422212c6a4b9b988 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T04:41:25.031 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme3n1 02169d9d81c635c9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T04:41:25.031 INFO:teuthology.orchestra.run.smithi086.stdout:/dev/nvme4n1 8e1b9ab39928000e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T04:41:25.032 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:41:25.032 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:41:25.032 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/scratch_devs 2023-12-21T04:41:25.089 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:41:25.089 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:41:25.096 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-21T04:41:25.096 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_1 2023-12-21T04:41:25.144 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-21T04:41:25.144 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:41:25.145 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 338 Links: 1 2023-12-21T04:41:25.145 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:41:25.145 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-21 04:39:53.482702720 +0000 2023-12-21T04:41:25.145 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-21 04:39:53.238708526 +0000 2023-12-21T04:41:25.145 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-21 04:39:53.238708526 +0000 2023-12-21T04:41:25.145 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-21T04:41:25.145 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-21T04:41:25.199 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-21T04:41:25.199 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-21T04:41:25.199 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000387667 s, 1.3 MB/s 2023-12-21T04:41:25.200 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-21T04:41:25.249 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_2 2023-12-21T04:41:25.300 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-21T04:41:25.300 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:41:25.300 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 345 Links: 1 2023-12-21T04:41:25.301 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:41:25.301 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-21 04:39:53.846694058 +0000 2023-12-21T04:41:25.301 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-21 04:39:53.626699294 +0000 2023-12-21T04:41:25.301 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-21 04:39:53.626699294 +0000 2023-12-21T04:41:25.301 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-21T04:41:25.301 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-21T04:41:25.355 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-21T04:41:25.355 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-21T04:41:25.355 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000296054 s, 1.7 MB/s 2023-12-21T04:41:25.356 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-21T04:41:25.406 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_3 2023-12-21T04:41:25.456 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-21T04:41:25.456 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:41:25.457 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 351 Links: 1 2023-12-21T04:41:25.457 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:41:25.457 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-21 04:39:54.206685491 +0000 2023-12-21T04:41:25.457 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-21 04:39:53.982690822 +0000 2023-12-21T04:41:25.457 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-21 04:39:53.982690822 +0000 2023-12-21T04:41:25.457 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-21T04:41:25.457 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-21T04:41:25.511 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-21T04:41:25.511 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-21T04:41:25.511 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000317387 s, 1.6 MB/s 2023-12-21T04:41:25.512 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-21T04:41:25.562 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/vg_nvme/lv_4 2023-12-21T04:41:25.612 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-21T04:41:25.612 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-21T04:41:25.613 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 357 Links: 1 2023-12-21T04:41:25.613 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-21T04:41:25.613 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-21 04:39:54.578676639 +0000 2023-12-21T04:41:25.613 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-21 04:39:54.342682256 +0000 2023-12-21T04:41:25.613 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-21 04:39:54.342682256 +0000 2023-12-21T04:41:25.613 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-21T04:41:25.613 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-21T04:41:25.667 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-21T04:41:25.667 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-21T04:41:25.667 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000279699 s, 1.8 MB/s 2023-12-21T04:41:25.668 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-21T04:41:25.718 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-12-21T04:41:25.809 INFO:teuthology.orchestra.run.smithi105.stdout:loop 2023-12-21T04:41:25.811 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2023-12-21T04:41:25.811 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-12-21T04:41:25.877 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-12-21T04:41:25.905 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_11 2023-12-21T04:41:25.927 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2023-12-21T04:41:25.927 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-12-21T04:41:25.995 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-12-21T04:41:26.023 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_21 2023-12-21T04:41:26.044 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2023-12-21T04:41:26.044 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-12-21T04:41:26.114 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-12-21T04:41:26.139 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_31 2023-12-21T04:41:26.160 INFO:tasks.nvme_loop:Connecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2023-12-21T04:41:26.160 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-12-21T04:41:26.222 INFO:teuthology.orchestra.run.smithi105.stdout:1 2023-12-21T04:41:26.248 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/vg_nvme/lv_41 2023-12-21T04:41:26.271 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:41:26.272 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:41:26.320 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme list 2023-12-21T04:41:26.374 INFO:teuthology.orchestra.run.smithi105.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-21T04:41:26.374 INFO:teuthology.orchestra.run.smithi105.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-21T04:41:26.374 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme0n1 PHFT620400TR400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-21T04:41:26.374 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme1n1 359f14619750a974 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T04:41:26.374 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme2n1 f42766af66e1545c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T04:41:26.374 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme3n1 32a5a6705e96e77e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T04:41:26.374 INFO:teuthology.orchestra.run.smithi105.stdout:/dev/nvme4n1 a85c2293a052b55e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-12-21T04:41:26.376 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:41:26.376 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:41:26.376 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2023-12-21T04:41:26.432 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-21T04:41:26.505 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': '639f0137318def3e5f393094e5494880043a8f32'} 2023-12-21T04:41:26.505 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:41:26.505 INFO:tasks.cephadm:Cluster fsid is 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:41:26.505 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-21T04:41:26.506 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-21T04:41:26.506 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi086': '172.21.15.86', 'mon.smithi105': '172.21.15.105'} 2023-12-21T04:41:26.506 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-21T04:41:26.506 DEBUG:teuthology.orchestra.run.smithi086:> sudo hostname $(hostname -s) 2023-12-21T04:41:26.523 DEBUG:teuthology.orchestra.run.smithi105:> sudo hostname $(hostname -s) 2023-12-21T04:41:26.539 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 639f0137318def3e5f393094e5494880043a8f32)... 2023-12-21T04:41:26.540 DEBUG:teuthology.orchestra.run.smithi086:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/639f0137318def3e5f393094e5494880043a8f32/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:41:26.957 INFO:teuthology.orchestra.run.smithi086.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 21 04:41 /home/ubuntu/cephtest/cephadm 2023-12-21T04:41:26.957 DEBUG:teuthology.orchestra.run.smithi105:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/639f0137318def3e5f393094e5494880043a8f32/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-21T04:41:27.415 INFO:teuthology.orchestra.run.smithi105.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 21 04:41 /home/ubuntu/cephtest/cephadm 2023-12-21T04:41:27.416 DEBUG:teuthology.orchestra.run.smithi086:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-21T04:41:27.425 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-12-21T04:41:27.440 DEBUG:teuthology.orchestra.run.smithi086:> sudo mkdir -p /etc/ceph 2023-12-21T04:41:27.481 DEBUG:teuthology.orchestra.run.smithi105:> sudo mkdir -p /etc/ceph 2023-12-21T04:41:27.497 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 777 /etc/ceph 2023-12-21T04:41:27.541 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 777 /etc/ceph 2023-12-21T04:41:27.555 INFO:tasks.cephadm:Writing seed config... 2023-12-21T04:41:27.556 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-21T04:41:27.556 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-21T04:41:27.556 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-21T04:41:27.556 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-21T04:41:27.557 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-21T04:41:27.557 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-21T04:41:27.557 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-21T04:41:27.557 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-21T04:41:27.557 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:41:27.557 DEBUG:teuthology.orchestra.run.smithi086:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-21T04:41:27.587 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 = 33658a5a-9fbb-11ee-95a5-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-12-21T04:41:27.587 DEBUG:teuthology.orchestra.run.smithi086:mon.smithi086> sudo journalctl -f -n 0 -u ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi086.service 2023-12-21T04:41:27.631 INFO:tasks.cephadm:Bootstrapping... 2023-12-21T04:41:27.632 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 -v bootstrap --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.86 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:41:27.863 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-12-21T04:41:28.061 INFO:teuthology.orchestra.run.smithi086.stderr:-------------------------------------------------------------------------------- 2023-12-21T04:41:28.061 INFO:teuthology.orchestra.run.smithi086.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32', '-v', 'bootstrap', '--fsid', '33658a5a-9fbb-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.86', '--skip-admin-label'] 2023-12-21T04:41:28.061 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying podman|docker is present... 2023-12-21T04:41:28.061 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying lvm2 is present... 2023-12-21T04:41:28.061 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying time synchronization is in place... 2023-12-21T04:41:28.069 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:41:28.077 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2023-12-21T04:41:28.086 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-21T04:41:28.095 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2023-12-21T04:41:28.105 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: enabled 2023-12-21T04:41:28.113 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2023-12-21T04:41:28.122 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-21T04:41:28.129 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2023-12-21T04:41:28.138 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: enabled 2023-12-21T04:41:28.146 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: active 2023-12-21T04:41:28.147 INFO:teuthology.orchestra.run.smithi086.stderr:Unit ntp.service is enabled and running 2023-12-21T04:41:28.147 INFO:teuthology.orchestra.run.smithi086.stderr:Repeating the final host check... 2023-12-21T04:41:28.147 INFO:teuthology.orchestra.run.smithi086.stderr:docker (/usr/bin/docker) is present 2023-12-21T04:41:28.148 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl is present 2023-12-21T04:41:28.148 INFO:teuthology.orchestra.run.smithi086.stderr:lvcreate is present 2023-12-21T04:41:28.154 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-21T04:41:28.163 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2023-12-21T04:41:28.172 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-21T04:41:28.181 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2023-12-21T04:41:28.190 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: enabled 2023-12-21T04:41:28.197 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2023-12-21T04:41:28.204 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-21T04:41:28.212 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: inactive 2023-12-21T04:41:28.221 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: enabled 2023-12-21T04:41:28.227 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: active 2023-12-21T04:41:28.228 INFO:teuthology.orchestra.run.smithi086.stderr:Unit ntp.service is enabled and running 2023-12-21T04:41:28.229 INFO:teuthology.orchestra.run.smithi086.stderr:Host looks OK 2023-12-21T04:41:28.229 INFO:teuthology.orchestra.run.smithi086.stderr:Cluster fsid: 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:41:28.229 INFO:teuthology.orchestra.run.smithi086.stderr:Acquiring lock 139724161479960 on /run/cephadm/33658a5a-9fbb-11ee-95a5-87774f69a715.lock 2023-12-21T04:41:28.229 INFO:teuthology.orchestra.run.smithi086.stderr:Lock 139724161479960 acquired on /run/cephadm/33658a5a-9fbb-11ee-95a5-87774f69a715.lock 2023-12-21T04:41:28.229 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying IP 172.21.15.86 port 3300 ... 2023-12-21T04:41:28.229 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying IP 172.21.15.86 port 6789 ... 2023-12-21T04:41:28.230 INFO:teuthology.orchestra.run.smithi086.stderr:Base mon IP(s) is [172.21.15.86:3300, 172.21.15.86:6789], mon addrv is [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2023-12-21T04:41:28.234 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-12-21T04:41:28.234 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.86 metric 100 2023-12-21T04:41:28.234 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T04:41:28.235 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.86 2023-12-21T04:41:28.235 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.86 metric 100 2023-12-21T04:41:28.239 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-21T04:41:28.239 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-12-21T04:41:28.243 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-21T04:41:28.243 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-21T04:41:28.243 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T04:41:28.243 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-21T04:41:28.243 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d809/64 scope link 2023-12-21T04:41:28.243 INFO:teuthology.orchestra.run.smithi086.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-21T04:41:28.244 INFO:teuthology.orchestra.run.smithi086.stderr:Mon IP `172.21.15.86` is in CIDR network `172.21.0.0/20` 2023-12-21T04:41:28.244 INFO:teuthology.orchestra.run.smithi086.stderr:Mon IP `172.21.15.86` is in CIDR network `172.21.0.0/20` 2023-12-21T04:41:28.244 INFO:teuthology.orchestra.run.smithi086.stderr:Mon IP `172.21.15.86` is in CIDR network `172.21.15.254/32` 2023-12-21T04:41:28.245 INFO:teuthology.orchestra.run.smithi086.stderr:Mon IP `172.21.15.86` is in CIDR network `172.21.15.254/32` 2023-12-21T04:41:28.245 INFO:teuthology.orchestra.run.smithi086.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-12-21T04:41:28.245 INFO:teuthology.orchestra.run.smithi086.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-21T04:41:28.246 INFO:teuthology.orchestra.run.smithi086.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32... 2023-12-21T04:41:28.602 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: 639f0137318def3e5f393094e5494880043a8f32: Pulling from ceph-ci/ceph 2023-12-21T04:41:28.610 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: 46af8f5390d4: Pulling fs layer 2023-12-21T04:41:28.611 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: bad7b0729245: Pulling fs layer 2023-12-21T04:41:29.335 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: 46af8f5390d4: Verifying Checksum 2023-12-21T04:41:29.335 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: 46af8f5390d4: Download complete 2023-12-21T04:41:31.229 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: bad7b0729245: Verifying Checksum 2023-12-21T04:41:31.229 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: bad7b0729245: Download complete 2023-12-21T04:41:31.733 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: 46af8f5390d4: Pull complete 2023-12-21T04:41:41.696 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: bad7b0729245: Pull complete 2023-12-21T04:41:41.824 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: Digest: sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3 2023-12-21T04:41:41.866 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:41:41.890 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 2023-12-21T04:41:51.165 INFO:teuthology.orchestra.run.smithi086.stderr:ceph: ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable) 2023-12-21T04:41:51.645 INFO:teuthology.orchestra.run.smithi086.stderr:Ceph version: ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable) 2023-12-21T04:41:51.645 INFO:teuthology.orchestra.run.smithi086.stderr:Extracting ceph user uid/gid from container image... 2023-12-21T04:41:52.455 INFO:teuthology.orchestra.run.smithi086.stderr:stat: 167 167 2023-12-21T04:41:52.907 INFO:teuthology.orchestra.run.smithi086.stderr:Creating initial keys... 2023-12-21T04:41:53.738 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-authtool: AQARwoNliVL8KxAA3uBJG97s0QAoIU/bSpjcdw== 2023-12-21T04:41:55.057 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-authtool: AQATwoNlZaxnAxAARRgOPrVoyRzEHZqd6WUEwA== 2023-12-21T04:41:56.334 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-authtool: AQAUwoNl/lPjExAA0R+ax8AmuuNO7bYD/MxOew== 2023-12-21T04:41:56.771 INFO:teuthology.orchestra.run.smithi086.stderr:Creating initial monmap... 2023-12-21T04:41:57.683 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:41:57.683 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:41:57.684 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:41:58.184 INFO:teuthology.orchestra.run.smithi086.stderr:monmaptool for smithi086 [v2:172.21.15.86:3300,v1:172.21.15.86:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-21T04:41:58.184 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: set fsid to 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:41:58.184 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-21T04:41:58.184 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:41:58.185 INFO:teuthology.orchestra.run.smithi086.stderr:Creating mon... 2023-12-21T04:41:59.039 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.033+0000 7faed989d880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:41:59.039 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.033+0000 7faed989d880 1 imported monmap: 2023-12-21T04:41:59.039 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-21T04:41:59.039 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:41:59.039 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: last_changed 2023-12-21T04:41:57.682660+0000 2023-12-21T04:41:59.040 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: created 2023-12-21T04:41:57.682660+0000 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon.smithi086 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.033+0000 7faed989d880 0 /usr/bin/ceph-mon: set fsid to 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:41:59.041 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: DB SUMMARY 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi086/store.db dir, Total Num: 0, files: 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi086/store.db: 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.create_if_missing: 1 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.env: 0x5593b664f080 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:41:59.067 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.info_log: 0x5593b866b380 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:41:59.068 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.db_log_dir: 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi086/store.db 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:41:59.069 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.write_buffer_manager: 0x5593b8671980 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:41:59.070 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.row_cache: None 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.wal_filter: None 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:41:59.071 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Compression algorithms supported: 2023-12-21T04:41:59.072 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: kZSTD supported: 0 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000001 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:41:59.073 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.merge_operator: 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5593b857fd30) 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-21T04:41:59.074 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_cache: 0x5593b85b6d10 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-21T04:41:59.075 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:41:59.076 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.num_levels: 7 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:41:59.077 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:41:59.078 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:41:59.079 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:41:59.080 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.037+0000 7faed989d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:41:59.081 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.041+0000 7faed989d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.041+0000 7faed989d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.041+0000 7faed989d880 4 rocksdb: DB pointer 0x5593b867f800 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.041+0000 7faec2724700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.041+0000 7faec2724700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:41:59.082 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:41:59.083 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.084 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:41:59.085 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: 2023-12-21T04:41:59.086 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.045+0000 7faed989d880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-21T04:41:59.086 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.045+0000 7faed989d880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-21T04:41:59.086 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph-mon: debug 2023-12-21T04:41:59.045+0000 7faed989d880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi086 for mon.smithi086 2023-12-21T04:41:59.530 INFO:teuthology.orchestra.run.smithi086.stderr:create mon.smithi086 on 2023-12-21T04:41:59.653 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-21T04:41:59.765 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715.target. 2023-12-21T04:41:59.765 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715.target. 2023-12-21T04:41:59.966 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to reset failed state of unit ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi086.service: Unit ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi086.service is not loaded. 2023-12-21T04:41:59.975 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715.target.wants/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi086.service -> /etc/systemd/system/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@.service. 2023-12-21T04:42:00.086 INFO:teuthology.orchestra.run.smithi086.stderr:firewalld does not appear to be present 2023-12-21T04:42:00.086 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:42:00.087 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mon to start... 2023-12-21T04:42:00.087 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mon... 2023-12-21T04:42:00.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:00 smithi086 systemd[1]: Started Ceph mon.smithi086 for 33658a5a-9fbb-11ee-95a5-87774f69a715. 2023-12-21T04:42:01.644 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: cluster: 2023-12-21T04:42:01.644 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: id: 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:42:01.644 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-21T04:42:01.645 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:01.645 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: services: 2023-12-21T04:42:01.645 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi086 (age 0.236725s) 2023-12-21T04:42:01.645 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-21T04:42:01.646 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-21T04:42:01.646 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:01.646 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: data: 2023-12-21T04:42:01.646 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-21T04:42:01.646 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-21T04:42:01.646 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-21T04:42:01.646 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: pgs: 2023-12-21T04:42:01.646 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:01.700 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:01 smithi086 bash[25445]: cluster 2023-12-21T04:42:01.411426+0000 mon.smithi086 (mon.0) 0 : [INF] mkfs 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:42:01.700 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:01 smithi086 bash[25445]: cluster 2023-12-21T04:42:01.394267+0000 mon.smithi086 (mon.0) 1 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2023-12-21T04:42:02.145 INFO:teuthology.orchestra.run.smithi086.stderr:mon is available 2023-12-21T04:42:02.146 INFO:teuthology.orchestra.run.smithi086.stderr:Assimilating anything we can from ceph.conf... 2023-12-21T04:42:02.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:02 smithi086 bash[25445]: cluster 2023-12-21T04:42:01.406117+0000 mon.smithi086 (mon.0) 2 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2023-12-21T04:42:02.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:02 smithi086 bash[25445]: cluster 2023-12-21T04:42:01.408167+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0]} removed_ranks: {} 2023-12-21T04:42:02.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:02 smithi086 bash[25445]: cluster 2023-12-21T04:42:01.417106+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] fsmap 2023-12-21T04:42:02.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:02 smithi086 bash[25445]: cluster 2023-12-21T04:42:01.429567+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T04:42:02.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:02 smithi086 bash[25445]: cluster 2023-12-21T04:42:01.430611+0000 mon.smithi086 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T04:42:02.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:02 smithi086 bash[25445]: audit 2023-12-21T04:42:01.642794+0000 mon.smithi086 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.86:0/3314861936' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-21T04:42:03.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:03.293 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [global] 2023-12-21T04:42:03.294 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: fsid = 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:42:03.295 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.86:3300,v1:172.21.15.86:6789] 2023-12-21T04:42:03.295 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T04:42:03.295 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T04:42:03.295 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T04:42:03.295 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T04:42:03.295 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:03.295 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [mgr] 2023-12-21T04:42:03.295 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T04:42:03.296 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:03.296 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [osd] 2023-12-21T04:42:03.296 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T04:42:03.296 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T04:42:03.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:03 smithi086 bash[25445]: audit 2023-12-21T04:42:03.287157+0000 mon.smithi086 (mon.0) 8 : audit [INF] from='client.? 172.21.15.86:0/3458145655' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:42:03.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:03 smithi086 bash[25445]: audit 2023-12-21T04:42:03.292295+0000 mon.smithi086 (mon.0) 9 : audit [INF] from='client.? 172.21.15.86:0/3458145655' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-21T04:42:03.768 INFO:teuthology.orchestra.run.smithi086.stderr:Generating new minimal ceph.conf... 2023-12-21T04:42:05.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:04 smithi086 bash[25445]: audit 2023-12-21T04:42:04.947356+0000 mon.smithi086 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.86:0/1889846984' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:42:05.424 INFO:teuthology.orchestra.run.smithi086.stderr:Restarting the monitor... 2023-12-21T04:42:05.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:05 smithi086 systemd[1]: Stopping Ceph mon.smithi086 for 33658a5a-9fbb-11ee-95a5-87774f69a715... 2023-12-21T04:42:05.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:05 smithi086 bash[25984]: Error response from daemon: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-mon.smithi086 2023-12-21T04:42:05.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:05 smithi086 bash[25445]: debug 2023-12-21T04:42:05.608+0000 7fc0020aa700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi086 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T04:42:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:05 smithi086 bash[25445]: debug 2023-12-21T04:42:05.608+0000 7fc0020aa700 -1 mon.smithi086@0(leader) e1 *** Got Signal Terminated *** 2023-12-21T04:42:06.333 INFO:teuthology.orchestra.run.smithi086.stderr:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2023-12-21T04:42:06.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:06 smithi086 bash[25984]: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-mon-smithi086 2023-12-21T04:42:06.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:06 smithi086 systemd[1]: Stopped Ceph mon.smithi086 for 33658a5a-9fbb-11ee-95a5-87774f69a715. 2023-12-21T04:42:06.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:06 smithi086 systemd[1]: Started Ceph mon.smithi086 for 33658a5a-9fbb-11ee-95a5-87774f69a715. 2023-12-21T04:42:07.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.604+0000 7f8b15da8880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:42:07.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.604+0000 7f8b15da8880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 8 2023-12-21T04:42:07.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.604+0000 7f8b15da8880 0 pidfile_write: ignore empty --pid-file 2023-12-21T04:42:07.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 0 load: jerasure load: lrc load: isa 2023-12-21T04:42:07.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:42:07.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: DB SUMMARY 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi086/store.db dir, Total Num: 1, files: 000004.sst 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi086/store.db: 000006.log size: 86519 ; 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:42:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.env: 0x5653ddd51080 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.info_log: 0x5653e0192520 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:42:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.db_log_dir: 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi086/store.db 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:42:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.write_buffer_manager: 0x5653e0de0480 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:42:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.row_cache: None 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.wal_filter: None 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:42:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:42:07.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:42:07.759 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Compression algorithms supported: 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: kZSTD supported: 0 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:42:07.760 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000005 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.merge_operator: 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:42:07.761 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5653e0135d28) 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: cache_index_and_filter_blocks: 1 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: pin_top_level_index_and_filter: 1 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: index_type: 0 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: data_block_index_type: 0 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: index_shortening: 1 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: hash_index_allow_collision: 1 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: checksum: 1 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: no_block_cache: 0 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: block_cache: 0x5653e016cf10 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: block_cache_name: BinnedLRUCache 2023-12-21T04:42:07.762 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: block_cache_options: 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: capacity : 536870912 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: num_shard_bits : 4 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: strict_capacity_limit : 0 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: high_pri_pool_ratio: 0.000 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: block_cache_compressed: (nil) 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: persistent_cache: (nil) 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: block_size: 4096 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: block_size_deviation: 10 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: block_restart_interval: 16 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: index_block_restart_interval: 1 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: metadata_block_size: 4096 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: partition_filters: 0 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: use_delta_encoding: 1 2023-12-21T04:42:07.763 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: whole_key_filtering: 1 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: verify_compression: 0 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: read_amp_bytes_per_bit: 0 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: format_version: 2 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: enable_index_compression: 1 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: block_align: 0 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.num_levels: 7 2023-12-21T04:42:07.764 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:42:07.765 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:42:07.766 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:42:07.767 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:42:07.768 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.608+0000 7f8b15da8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.612+0000 7f8b15da8880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi086/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.612+0000 7f8b15da8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.612+0000 7f8b15da8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703133727614833, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.612+0000 7f8b15da8880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.612+0000 7f8b15da8880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.612+0000 7f8b15da8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703133727615928, "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": 1703133727, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.612+0000 7f8b15da8880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-21T04:42:07.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.612+0000 7f8b15da8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703133727616698, "job": 1, "event": "recovery_finished"} 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.616+0000 7f8b15da8880 4 rocksdb: DB pointer 0x5653e0235800 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.616+0000 7f8afcbae700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.616+0000 7f8afcbae700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ** DB Stats ** 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ** Compaction Stats [default] ** 2023-12-21T04:42:07.770 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.8 0.00 0.00 1 0.001 0 0 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.8 0.00 0.00 1 0.001 0 0 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.8 0.00 0.00 1 0.001 0 0 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ** Compaction Stats [default] ** 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 107.8 0.00 0.00 1 0.001 0 0 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:42:07.771 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Cumulative compaction: 0.00 GB write, 14.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Interval compaction: 0.00 GB write, 14.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ** Compaction Stats [default] ** 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.8 0.00 0.00 1 0.001 0 0 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 107.8 0.00 0.00 1 0.001 0 0 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ** Compaction Stats [default] ** 2023-12-21T04:42:07.772 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 107.8 0.00 0.00 1 0.001 0 0 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Cumulative compaction: 0.00 GB write, 14.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.616+0000 7f8b15da8880 0 starting mon.smithi086 rank 0 at public addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] at bind addrs [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi086 fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:42:07.773 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.616+0000 7f8b15da8880 1 mon.smithi086@-1(???) e1 preinit fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.616+0000 7f8b15da8880 0 mon.smithi086@-1(???).mds e1 new map 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.616+0000 7f8b15da8880 0 mon.smithi086@-1(???).mds e1 print_map 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: e1 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: legacy client fscid: -1 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: No filesystems configured 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.620+0000 7f8b15da8880 0 mon.smithi086@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.620+0000 7f8b15da8880 0 mon.smithi086@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.620+0000 7f8b15da8880 0 mon.smithi086@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: audit 2023-12-21T04:42:04.947356+0000 mon.smithi086 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.86:0/1889846984' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:42:07.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: debug 2023-12-21T04:42:07.620+0000 7f8b15da8880 1 mon.smithi086@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-21T04:42:07.775 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: cluster 2023-12-21T04:42:07.626012+0000 mon.smithi086 (mon.0) 1 : cluster [INF] mon.smithi086 is new leader, mons smithi086 in quorum (ranks 0) 2023-12-21T04:42:07.775 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: cluster 2023-12-21T04:42:07.626080+0000 mon.smithi086 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0]} removed_ranks: {} 2023-12-21T04:42:07.775 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: cluster 2023-12-21T04:42:07.626572+0000 mon.smithi086 (mon.0) 3 : cluster [DBG] fsmap 2023-12-21T04:42:07.775 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: cluster 2023-12-21T04:42:07.626614+0000 mon.smithi086 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-21T04:42:07.775 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:07 smithi086 bash[26112]: cluster 2023-12-21T04:42:07.627109+0000 mon.smithi086 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-21T04:42:08.556 INFO:teuthology.orchestra.run.smithi086.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-21T04:42:08.556 INFO:teuthology.orchestra.run.smithi086.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:42:08.556 INFO:teuthology.orchestra.run.smithi086.stderr:Creating mgr... 2023-12-21T04:42:08.557 INFO:teuthology.orchestra.run.smithi086.stderr:Verifying port 9283 ... 2023-12-21T04:42:08.672 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Failed to reset failed state of unit ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mgr.smithi086.vbfnjc.service: Unit ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mgr.smithi086.vbfnjc.service is not loaded. 2023-12-21T04:42:08.680 INFO:teuthology.orchestra.run.smithi086.stderr:systemctl: Created symlink /etc/systemd/system/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715.target.wants/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mgr.smithi086.vbfnjc.service -> /etc/systemd/system/ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@.service. 2023-12-21T04:42:08.776 INFO:teuthology.orchestra.run.smithi086.stderr:firewalld does not appear to be present 2023-12-21T04:42:08.776 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to enable service . firewalld.service is not available 2023-12-21T04:42:08.776 INFO:teuthology.orchestra.run.smithi086.stderr:firewalld does not appear to be present 2023-12-21T04:42:08.776 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-21T04:42:08.776 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mgr to start... 2023-12-21T04:42:08.777 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mgr... 2023-12-21T04:42:09.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:08 smithi086 bash[26112]: audit 2023-12-21T04:42:07.969197+0000 mon.smithi086 (mon.0) 6 : audit [INF] from='client.? 172.21.15.86:0/3145219307' entity='client.admin' 2023-12-21T04:42:10.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsid": "33658a5a-9fbb-11ee-95a5-87774f69a715", 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 0 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:10.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:42:10.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "smithi086" 2023-12-21T04:42:10.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:10.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-21T04:42:10.432 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:42:10.432 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:10.432 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:42:10.432 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:42:10.432 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:10.432 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:42:10.433 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:10.433 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:42:10.433 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:42:10.433 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:42:10.433 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:42:10.433 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:42:10.433 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:42:10.433 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:10.435 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:42:10.435 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:42:10.435 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:42:10.435 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:42:10.435 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:42:10.436 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": false, 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:10.437 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:42:10.438 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:10.438 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:42:01.412346+0000", 2023-12-21T04:42:10.438 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:42:10.438 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:10.438 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:42:10.438 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2023-12-21T04:42:10.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:10 smithi086 bash[26112]: audit 2023-12-21T04:42:10.424297+0000 mon.smithi086 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.86:0/1546111030' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:42:10.990 INFO:teuthology.orchestra.run.smithi086.stderr:mgr not available, waiting (1/15)... 2023-12-21T04:42:14.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:14.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2023-12-21T04:42:14.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsid": "33658a5a-9fbb-11ee-95a5-87774f69a715", 2023-12-21T04:42:14.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:42:14.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:42:14.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:42:14.280 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 0 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "smithi086" 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:42:14.281 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:42:14.282 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": false, 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:42:14.283 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:42:01.412346+0000", 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:42:14.284 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2023-12-21T04:42:14.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:14 smithi086 bash[26112]: audit 2023-12-21T04:42:14.272684+0000 mon.smithi086 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.86:0/4186878717' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:42:14.787 INFO:teuthology.orchestra.run.smithi086.stderr:mgr not available, waiting (2/15)... 2023-12-21T04:42:17.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: cluster 2023-12-21T04:42:16.531884+0000 mon.smithi086 (mon.0) 9 : cluster [INF] Activating manager daemon smithi086.vbfnjc 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: cluster 2023-12-21T04:42:16.538732+0000 mon.smithi086 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi086.vbfnjc(active, starting, since 0.00707028s) 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: audit 2023-12-21T04:42:16.540396+0000 mon.smithi086 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: audit 2023-12-21T04:42:16.540761+0000 mon.smithi086 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: audit 2023-12-21T04:42:16.540965+0000 mon.smithi086 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: audit 2023-12-21T04:42:16.541167+0000 mon.smithi086 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: audit 2023-12-21T04:42:16.542540+0000 mon.smithi086 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr metadata", "who": "smithi086.vbfnjc", "id": "smithi086.vbfnjc"}]: dispatch 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: cluster 2023-12-21T04:42:16.547606+0000 mon.smithi086 (mon.0) 16 : cluster [INF] Manager daemon smithi086.vbfnjc is now available 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: audit 2023-12-21T04:42:16.564451+0000 mon.smithi086 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: audit 2023-12-21T04:42:16.576511+0000 mon.smithi086 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.vbfnjc/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:42:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:16 smithi086 bash[26112]: audit 2023-12-21T04:42:16.581406+0000 mon.smithi086 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.vbfnjc/trash_purge_schedule"}]: dispatch 2023-12-21T04:42:18.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:17 smithi086 bash[26112]: audit 2023-12-21T04:42:16.590243+0000 mon.smithi086 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:18.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:17 smithi086 bash[26112]: audit 2023-12-21T04:42:16.593641+0000 mon.smithi086 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.86:0/3034733604' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:18.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:17 smithi086 bash[26112]: cluster 2023-12-21T04:42:17.543812+0000 mon.smithi086 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi086.vbfnjc(active, since 1.01214s) 2023-12-21T04:42:18.418 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:18.418 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2023-12-21T04:42:18.418 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsid": "33658a5a-9fbb-11ee-95a5-87774f69a715", 2023-12-21T04:42:18.418 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "health": { 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "checks": {}, 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mutes": [] 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum": [ 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 0 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:18.420 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-21T04:42:18.421 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "smithi086" 2023-12-21T04:42:18.421 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:18.421 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-21T04:42:18.421 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "monmap": { 2023-12-21T04:42:18.421 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:18.421 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-21T04:42:18.422 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-21T04:42:18.422 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:18.422 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osdmap": { 2023-12-21T04:42:18.422 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:18.422 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-21T04:42:18.422 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-21T04:42:18.422 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-21T04:42:18.423 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-21T04:42:18.423 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-21T04:42:18.423 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgmap": { 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-21T04:42:18.426 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "fsmap": { 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modules": [ 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "iostat", 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "nfs", 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "restful" 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ], 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:42:18.427 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:18.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "servicemap": { 2023-12-21T04:42:18.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-21T04:42:18.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "modified": "2023-12-21T04:42:01.412346+0000", 2023-12-21T04:42:18.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "services": {} 2023-12-21T04:42:18.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: }, 2023-12-21T04:42:18.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-21T04:42:18.428 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2023-12-21T04:42:18.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:18 smithi086 bash[26112]: audit 2023-12-21T04:42:18.416631+0000 mon.smithi086 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.86:0/753737426' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-21T04:42:18.945 INFO:teuthology.orchestra.run.smithi086.stderr:mgr is available 2023-12-21T04:42:20.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:19 smithi086 bash[26112]: cluster 2023-12-21T04:42:18.636831+0000 mon.smithi086 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi086.vbfnjc(active, since 2s) 2023-12-21T04:42:20.341 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:20.341 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [global] 2023-12-21T04:42:20.341 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: fsid = 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:42:20.341 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [mgr] 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: [osd] 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-21T04:42:20.342 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-21T04:42:20.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:20 smithi086 bash[26112]: audit 2023-12-21T04:42:20.337668+0000 mon.smithi086 (mon.0) 25 : audit [INF] from='client.? 172.21.15.86:0/2069516138' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-21T04:42:20.893 INFO:teuthology.orchestra.run.smithi086.stderr:Enabling cephadm module... 2023-12-21T04:42:22.793 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:22 smithi086 bash[26112]: audit 2023-12-21T04:42:22.457610+0000 mon.smithi086 (mon.0) 26 : audit [INF] from='client.? 172.21.15.86:0/139326738' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-21T04:42:23.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:23 smithi086 bash[26112]: audit 2023-12-21T04:42:22.513776+0000 mon.smithi086 (mon.0) 27 : audit [INF] from='client.? 172.21.15.86:0/139326738' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-21T04:42:23.821 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:23 smithi086 bash[26112]: cluster 2023-12-21T04:42:22.513899+0000 mon.smithi086 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi086.vbfnjc(active, since 5s) 2023-12-21T04:42:24.588 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2023-12-21T04:42:24.588 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-21T04:42:24.588 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:42:24.588 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "active_name": "smithi086.vbfnjc", 2023-12-21T04:42:24.589 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T04:42:24.589 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2023-12-21T04:42:24.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:24 smithi086 bash[26112]: audit 2023-12-21T04:42:24.586430+0000 mon.smithi086 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.86:0/2881203659' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T04:42:25.095 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for the mgr to restart... 2023-12-21T04:42:25.096 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mgr epoch 5... 2023-12-21T04:42:29.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: cluster 2023-12-21T04:42:28.900632+0000 mon.smithi086 (mon.0) 30 : cluster [INF] Active manager daemon smithi086.vbfnjc restarted 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: cluster 2023-12-21T04:42:28.901076+0000 mon.smithi086 (mon.0) 31 : cluster [INF] Activating manager daemon smithi086.vbfnjc 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: cluster 2023-12-21T04:42:28.906507+0000 mon.smithi086 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: cluster 2023-12-21T04:42:28.906700+0000 mon.smithi086 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi086.vbfnjc(active, starting, since 0.00578467s) 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: audit 2023-12-21T04:42:28.908257+0000 mon.smithi086 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: audit 2023-12-21T04:42:28.909999+0000 mon.smithi086 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr metadata", "who": "smithi086.vbfnjc", "id": "smithi086.vbfnjc"}]: dispatch 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: audit 2023-12-21T04:42:28.911634+0000 mon.smithi086 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: audit 2023-12-21T04:42:28.911947+0000 mon.smithi086 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: audit 2023-12-21T04:42:28.912227+0000 mon.smithi086 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: cluster 2023-12-21T04:42:28.917044+0000 mon.smithi086 (mon.0) 39 : cluster [INF] Manager daemon smithi086.vbfnjc is now available 2023-12-21T04:42:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:28 smithi086 bash[26112]: audit 2023-12-21T04:42:28.937796+0000 mon.smithi086 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:29.931 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2023-12-21T04:42:29.931 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-21T04:42:29.931 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T04:42:29.931 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2023-12-21T04:42:30.501 INFO:teuthology.orchestra.run.smithi086.stderr:mgr epoch 5 is available 2023-12-21T04:42:30.501 INFO:teuthology.orchestra.run.smithi086.stderr:Setting orchestrator backend to cephadm... 2023-12-21T04:42:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:30 smithi086 bash[26112]: cephadm 2023-12-21T04:42:28.933526+0000 mgr.smithi086.vbfnjc (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-21T04:42:30.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:30 smithi086 bash[26112]: audit 2023-12-21T04:42:29.061658+0000 mon.smithi086 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:30.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:30 smithi086 bash[26112]: audit 2023-12-21T04:42:29.063734+0000 mon.smithi086 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:42:30.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:30 smithi086 bash[26112]: audit 2023-12-21T04:42:29.067466+0000 mon.smithi086 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:42:30.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:30 smithi086 bash[26112]: audit 2023-12-21T04:42:29.072099+0000 mon.smithi086 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:42:30.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:30 smithi086 bash[26112]: audit 2023-12-21T04:42:29.096348+0000 mon.smithi086 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.vbfnjc/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:42:30.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:30 smithi086 bash[26112]: audit 2023-12-21T04:42:29.101142+0000 mon.smithi086 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.vbfnjc/trash_purge_schedule"}]: dispatch 2023-12-21T04:42:30.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:30 smithi086 bash[26112]: cluster 2023-12-21T04:42:29.912642+0000 mon.smithi086 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi086.vbfnjc(active, since 1.01172s) 2023-12-21T04:42:31.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:31 smithi086 bash[26112]: audit 2023-12-21T04:42:29.910771+0000 mgr.smithi086.vbfnjc (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T04:42:31.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:31 smithi086 bash[26112]: audit 2023-12-21T04:42:29.929130+0000 mgr.smithi086.vbfnjc (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T04:42:32.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:32 smithi086 bash[26112]: cluster 2023-12-21T04:42:31.066937+0000 mon.smithi086 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi086.vbfnjc(active, since 2s) 2023-12-21T04:42:32.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:32 smithi086 bash[26112]: audit 2023-12-21T04:42:31.883312+0000 mon.smithi086 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:32.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:32 smithi086 bash[26112]: audit 2023-12-21T04:42:31.904108+0000 mon.smithi086 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:42:33.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:33 smithi086 bash[26112]: audit 2023-12-21T04:42:31.875857+0000 mgr.smithi086.vbfnjc (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:33.720 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: value unchanged 2023-12-21T04:42:34.189 INFO:teuthology.orchestra.run.smithi086.stderr:Generating ssh key... 2023-12-21T04:42:34.926 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:34 smithi086 bash[26112]: audit 2023-12-21T04:42:33.718441+0000 mgr.smithi086.vbfnjc (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:36.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:35 smithi086 bash[26112]: audit 2023-12-21T04:42:35.488739+0000 mgr.smithi086.vbfnjc (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:36.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:35 smithi086 bash[26112]: cephadm 2023-12-21T04:42:35.489029+0000 mgr.smithi086.vbfnjc (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-21T04:42:36.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:35 smithi086 bash[26112]: audit 2023-12-21T04:42:35.606402+0000 mon.smithi086 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:36.874 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:36 smithi086 bash[26112]: audit 2023-12-21T04:42:35.610124+0000 mon.smithi086 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:37.441 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgTKm2qPmR+0ir3+5ic100SCKi/nIYAw0Ew2JvcE+jglHcEAO5Y8NQFd8Xlm+WwCw/534iXWNLjCABdforNGA8PdTekY4nlHt8IvTI4cMp3cqeKVR5izpMBtp/27rgE8LcfWTpmwfZAYKlbrjlKEGjpf+NyBG7jOb8x9/NnjA7sez+xCzQT/+ZxbDSqMLV8aOeMRL+/vvzSTPI3EC+uu+NsKJIhCNsMVma/HOJasmIbGdfYytp23ZSMtdKOBBWnYJhtZmIlD8Nf11y4E56jibjhoAb01k1/iAOC4QVPuaIjx0DjkRLujvUmFVn2Sm1JyKbMWE2IjYFH6svdC7O39I3QnpiqzQDl1LD6OZQaq5dLfLbY9Hi+yAtMy0oePAHolN8XWK1rmCgXzMLRWvs+QPn+n7X4CXZCsq0mIVb+OJITsFU+g7hMlClueh84iitRxpu3cngidejRbhElOCtqO/1r941QbV9Bzet9yHthJDDHjw6C56motlBRPeqdw/m4n0= ceph-33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:42:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:37 smithi086 bash[26112]: audit 2023-12-21T04:42:37.439736+0000 mgr.smithi086.vbfnjc (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:37.961 INFO:teuthology.orchestra.run.smithi086.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-21T04:42:37.961 INFO:teuthology.orchestra.run.smithi086.stderr:Adding key to root@localhost authorized_keys... 2023-12-21T04:42:37.961 INFO:teuthology.orchestra.run.smithi086.stderr:Adding host smithi086... 2023-12-21T04:42:40.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:39 smithi086 bash[26112]: audit 2023-12-21T04:42:39.308819+0000 mgr.smithi086.vbfnjc (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi086", "addr": "172.21.15.86", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:40.099 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Added host 'smithi086' with addr '172.21.15.86' 2023-12-21T04:42:40.930 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying mon service with default placement... 2023-12-21T04:42:41.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:41 smithi086 bash[26112]: audit 2023-12-21T04:42:40.097055+0000 mon.smithi086 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:41.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:41 smithi086 bash[26112]: cephadm 2023-12-21T04:42:40.097800+0000 mgr.smithi086.vbfnjc (mgr.14116) 10 : cephadm [INF] Added host smithi086 2023-12-21T04:42:41.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:41 smithi086 bash[26112]: audit 2023-12-21T04:42:40.099339+0000 mon.smithi086 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:42:42.624 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-21T04:42:43.172 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying mgr service with default placement... 2023-12-21T04:42:43.942 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:43 smithi086 bash[26112]: audit 2023-12-21T04:42:42.615543+0000 mgr.smithi086.vbfnjc (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:43.942 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:43 smithi086 bash[26112]: cephadm 2023-12-21T04:42:42.617981+0000 mgr.smithi086.vbfnjc (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-21T04:42:43.943 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:43 smithi086 bash[26112]: audit 2023-12-21T04:42:42.622188+0000 mon.smithi086 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:43.943 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:43 smithi086 bash[26112]: audit 2023-12-21T04:42:42.812465+0000 mon.smithi086 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:43.943 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:43 smithi086 bash[26112]: audit 2023-12-21T04:42:43.102036+0000 mon.smithi086 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:44.563 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-21T04:42:45.097 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying crash service with default placement... 2023-12-21T04:42:45.830 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:45 smithi086 bash[26112]: audit 2023-12-21T04:42:44.555347+0000 mgr.smithi086.vbfnjc (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:45.831 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:45 smithi086 bash[26112]: cephadm 2023-12-21T04:42:44.557512+0000 mgr.smithi086.vbfnjc (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-21T04:42:45.831 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:45 smithi086 bash[26112]: audit 2023-12-21T04:42:44.561755+0000 mon.smithi086 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:46.432 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-21T04:42:46.978 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying prometheus service with default placement... 2023-12-21T04:42:47.686 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:47 smithi086 bash[26112]: audit 2023-12-21T04:42:46.423060+0000 mgr.smithi086.vbfnjc (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:47.686 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:47 smithi086 bash[26112]: cephadm 2023-12-21T04:42:46.425467+0000 mgr.smithi086.vbfnjc (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-21T04:42:47.686 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:47 smithi086 bash[26112]: audit 2023-12-21T04:42:46.430646+0000 mon.smithi086 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:48.365 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-21T04:42:48.958 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying grafana service with default placement... 2023-12-21T04:42:49.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:49 smithi086 bash[26112]: audit 2023-12-21T04:42:48.212051+0000 mon.smithi086 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:49.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:49 smithi086 bash[26112]: audit 2023-12-21T04:42:48.356099+0000 mgr.smithi086.vbfnjc (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:49.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:49 smithi086 bash[26112]: cephadm 2023-12-21T04:42:48.357209+0000 mgr.smithi086.vbfnjc (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-21T04:42:49.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:49 smithi086 bash[26112]: audit 2023-12-21T04:42:48.363068+0000 mon.smithi086 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:50.457 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-21T04:42:50.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:50 smithi086 bash[26112]: cluster 2023-12-21T04:42:48.913397+0000 mgr.smithi086.vbfnjc (mgr.14116) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:42:51.005 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying node-exporter service with default placement... 2023-12-21T04:42:51.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:51 smithi086 bash[26112]: audit 2023-12-21T04:42:50.449972+0000 mgr.smithi086.vbfnjc (mgr.14116) 20 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:51.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:51 smithi086 bash[26112]: cephadm 2023-12-21T04:42:50.451845+0000 mgr.smithi086.vbfnjc (mgr.14116) 21 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-21T04:42:51.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:51 smithi086 bash[26112]: audit 2023-12-21T04:42:50.455305+0000 mon.smithi086 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:52.354 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-21T04:42:52.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:52 smithi086 bash[26112]: cluster 2023-12-21T04:42:50.913858+0000 mgr.smithi086.vbfnjc (mgr.14116) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:42:52.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:52 smithi086 bash[26112]: audit 2023-12-21T04:42:52.352982+0000 mon.smithi086 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:52.895 INFO:teuthology.orchestra.run.smithi086.stderr:Deploying alertmanager service with default placement... 2023-12-21T04:42:53.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:53 smithi086 bash[26112]: audit 2023-12-21T04:42:52.346196+0000 mgr.smithi086.vbfnjc (mgr.14116) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:53.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:53 smithi086 bash[26112]: cephadm 2023-12-21T04:42:52.348411+0000 mgr.smithi086.vbfnjc (mgr.14116) 24 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-21T04:42:54.251 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-21T04:42:54.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:54 smithi086 bash[26112]: cluster 2023-12-21T04:42:52.914422+0000 mgr.smithi086.vbfnjc (mgr.14116) 25 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:42:54.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:54 smithi086 bash[26112]: audit 2023-12-21T04:42:54.250128+0000 mon.smithi086 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.86:0/2247389712' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:42:55.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:55 smithi086 bash[26112]: audit 2023-12-21T04:42:54.246034+0000 mgr.smithi086.vbfnjc (mgr.14116) 26 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:42:55.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:55 smithi086 bash[26112]: cephadm 2023-12-21T04:42:54.247164+0000 mgr.smithi086.vbfnjc (mgr.14116) 27 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-21T04:42:56.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:56 smithi086 bash[26112]: cluster 2023-12-21T04:42:54.914854+0000 mgr.smithi086.vbfnjc (mgr.14116) 28 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:42:58.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:57 smithi086 bash[26112]: audit 2023-12-21T04:42:56.696561+0000 mon.smithi086 (mon.0) 65 : audit [INF] from='client.? 172.21.15.86:0/1176963287' entity='client.admin' 2023-12-21T04:42:58.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:57 smithi086 bash[26112]: cluster 2023-12-21T04:42:56.915244+0000 mgr.smithi086.vbfnjc (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:42:59.276 INFO:teuthology.orchestra.run.smithi086.stderr:Enabling the dashboard module... 2023-12-21T04:43:00.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:59 smithi086 bash[26112]: audit 2023-12-21T04:42:58.775617+0000 mon.smithi086 (mon.0) 66 : audit [INF] from='client.? 172.21.15.86:0/3297055725' entity='client.admin' 2023-12-21T04:43:00.042 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:42:59 smithi086 bash[26112]: cluster 2023-12-21T04:42:58.915690+0000 mgr.smithi086.vbfnjc (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:01.064 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:00 smithi086 bash[26112]: audit 2023-12-21T04:43:00.709043+0000 mon.smithi086 (mon.0) 67 : audit [INF] from='client.? 172.21.15.86:0/3665318943' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-21T04:43:02.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:01 smithi086 bash[26112]: audit 2023-12-21T04:43:00.787349+0000 mon.smithi086 (mon.0) 68 : audit [INF] from='client.? 172.21.15.86:0/3665318943' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-21T04:43:02.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:01 smithi086 bash[26112]: cluster 2023-12-21T04:43:00.787519+0000 mon.smithi086 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi086.vbfnjc(active, since 31s) 2023-12-21T04:43:03.032 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2023-12-21T04:43:03.033 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-21T04:43:03.033 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "available": true, 2023-12-21T04:43:03.033 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "active_name": "smithi086.vbfnjc", 2023-12-21T04:43:03.033 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-21T04:43:03.033 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2023-12-21T04:43:03.571 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for the mgr to restart... 2023-12-21T04:43:03.571 INFO:teuthology.orchestra.run.smithi086.stderr:Waiting for mgr epoch 9... 2023-12-21T04:43:04.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:03 smithi086 bash[26112]: audit 2023-12-21T04:43:03.031141+0000 mon.smithi086 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.86:0/3919751051' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: cluster 2023-12-21T04:43:07.156114+0000 mon.smithi086 (mon.0) 71 : cluster [INF] Active manager daemon smithi086.vbfnjc restarted 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: cluster 2023-12-21T04:43:07.156590+0000 mon.smithi086 (mon.0) 72 : cluster [INF] Activating manager daemon smithi086.vbfnjc 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: cluster 2023-12-21T04:43:07.165100+0000 mon.smithi086 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: cluster 2023-12-21T04:43:07.165312+0000 mon.smithi086 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi086.vbfnjc(active, starting, since 0.00889355s) 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: audit 2023-12-21T04:43:07.167282+0000 mon.smithi086 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: audit 2023-12-21T04:43:07.169048+0000 mon.smithi086 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr metadata", "who": "smithi086.vbfnjc", "id": "smithi086.vbfnjc"}]: dispatch 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: audit 2023-12-21T04:43:07.170333+0000 mon.smithi086 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: audit 2023-12-21T04:43:07.170633+0000 mon.smithi086 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:43:07.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: audit 2023-12-21T04:43:07.170867+0000 mon.smithi086 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:43:07.432 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:07 smithi086 bash[26112]: cluster 2023-12-21T04:43:07.176956+0000 mon.smithi086 (mon.0) 80 : cluster [INF] Manager daemon smithi086.vbfnjc is now available 2023-12-21T04:43:08.187 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: { 2023-12-21T04:43:08.188 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-21T04:43:08.188 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: "initialized": true 2023-12-21T04:43:08.188 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: } 2023-12-21T04:43:08.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:08 smithi086 bash[26112]: audit 2023-12-21T04:43:07.312504+0000 mon.smithi086 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:43:08.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:08 smithi086 bash[26112]: audit 2023-12-21T04:43:07.315719+0000 mon.smithi086 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:43:08.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:08 smithi086 bash[26112]: audit 2023-12-21T04:43:07.368127+0000 mon.smithi086 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.vbfnjc/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:43:08.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:08 smithi086 bash[26112]: audit 2023-12-21T04:43:07.370712+0000 mon.smithi086 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.vbfnjc/trash_purge_schedule"}]: dispatch 2023-12-21T04:43:08.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:08 smithi086 bash[26112]: cluster 2023-12-21T04:43:08.168859+0000 mon.smithi086 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi086.vbfnjc(active, since 1.01242s) 2023-12-21T04:43:08.812 INFO:teuthology.orchestra.run.smithi086.stderr:mgr epoch 9 is available 2023-12-21T04:43:08.813 INFO:teuthology.orchestra.run.smithi086.stderr:Generating a dashboard self-signed certificate... 2023-12-21T04:43:09.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:09 smithi086 bash[26112]: audit 2023-12-21T04:43:08.166680+0000 mgr.smithi086.vbfnjc (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-21T04:43:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:09 smithi086 bash[26112]: audit 2023-12-21T04:43:08.186254+0000 mgr.smithi086.vbfnjc (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-21T04:43:10.320 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-21T04:43:10.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:10 smithi086 bash[26112]: cluster 2023-12-21T04:43:09.219201+0000 mon.smithi086 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi086.vbfnjc(active, since 2s) 2023-12-21T04:43:10.809 INFO:teuthology.orchestra.run.smithi086.stderr:Creating initial admin user... 2023-12-21T04:43:11.566 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:11 smithi086 bash[26112]: audit 2023-12-21T04:43:10.200228+0000 mgr.smithi086.vbfnjc (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:43:11.567 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:11 smithi086 bash[26112]: audit 2023-12-21T04:43:10.311394+0000 mon.smithi086 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:11.567 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:11 smithi086 bash[26112]: audit 2023-12-21T04:43:10.318725+0000 mon.smithi086 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:12.393 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$go76t7vmjGN3KUl.6s7jWOdQX21Rodjlrlgcrnr5TJV/R7IbZCm6O", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703133792, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-21T04:43:12.957 INFO:teuthology.orchestra.run.smithi086.stderr:Fetching dashboard port number... 2023-12-21T04:43:13.675 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:13 smithi086 bash[26112]: audit 2023-12-21T04:43:12.161916+0000 mgr.smithi086.vbfnjc (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:43:13.675 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:13 smithi086 bash[26112]: audit 2023-12-21T04:43:12.391610+0000 mon.smithi086 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:14.326 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: 8443 2023-12-21T04:43:14.864 INFO:teuthology.orchestra.run.smithi086.stderr:firewalld does not appear to be present 2023-12-21T04:43:14.864 INFO:teuthology.orchestra.run.smithi086.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-21T04:43:14.880 INFO:teuthology.orchestra.run.smithi086.stderr:Ceph Dashboard is now available at: 2023-12-21T04:43:14.880 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:14.880 INFO:teuthology.orchestra.run.smithi086.stderr: URL: https://smithi086.front.sepia.ceph.com:8443/ 2023-12-21T04:43:14.880 INFO:teuthology.orchestra.run.smithi086.stderr: User: admin 2023-12-21T04:43:14.881 INFO:teuthology.orchestra.run.smithi086.stderr: Password: 95a63etjwp 2023-12-21T04:43:14.881 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:14.881 INFO:teuthology.orchestra.run.smithi086.stderr:Enabling autotune for osd_memory_target 2023-12-21T04:43:15.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:14 smithi086 bash[26112]: cluster 2023-12-21T04:43:13.647494+0000 mon.smithi086 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi086.vbfnjc(active, since 6s) 2023-12-21T04:43:15.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:14 smithi086 bash[26112]: audit 2023-12-21T04:43:14.158906+0000 mon.smithi086 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:15.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:14 smithi086 bash[26112]: audit 2023-12-21T04:43:14.325222+0000 mon.smithi086 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.86:0/1032710205' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-21T04:43:18.401 INFO:teuthology.orchestra.run.smithi086.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-21T04:43:18.915 INFO:teuthology.orchestra.run.smithi086.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-21T04:43:18.915 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:18.915 INFO:teuthology.orchestra.run.smithi086.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-21T04:43:18.915 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:18.915 INFO:teuthology.orchestra.run.smithi086.stderr:Or, if you are only running a single cluster on this host: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: ceph telemetry on 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr:For more information see: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:43:18.916 INFO:teuthology.orchestra.run.smithi086.stderr:Bootstrap complete. 2023-12-21T04:43:18.959 INFO:tasks.cephadm:Fetching config... 2023-12-21T04:43:18.959 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:43:18.959 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-21T04:43:18.966 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-21T04:43:18.966 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:43:18.966 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-21T04:43:19.016 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-21T04:43:19.016 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:43:19.016 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/keyring of=/dev/stdout 2023-12-21T04:43:19.071 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-21T04:43:19.071 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:43:19.071 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-21T04:43:19.120 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-21T04:43:19.120 DEBUG:teuthology.orchestra.run.smithi086:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgTKm2qPmR+0ir3+5ic100SCKi/nIYAw0Ew2JvcE+jglHcEAO5Y8NQFd8Xlm+WwCw/534iXWNLjCABdforNGA8PdTekY4nlHt8IvTI4cMp3cqeKVR5izpMBtp/27rgE8LcfWTpmwfZAYKlbrjlKEGjpf+NyBG7jOb8x9/NnjA7sez+xCzQT/+ZxbDSqMLV8aOeMRL+/vvzSTPI3EC+uu+NsKJIhCNsMVma/HOJasmIbGdfYytp23ZSMtdKOBBWnYJhtZmIlD8Nf11y4E56jibjhoAb01k1/iAOC4QVPuaIjx0DjkRLujvUmFVn2Sm1JyKbMWE2IjYFH6svdC7O39I3QnpiqzQDl1LD6OZQaq5dLfLbY9Hi+yAtMy0oePAHolN8XWK1rmCgXzMLRWvs+QPn+n7X4CXZCsq0mIVb+OJITsFU+g7hMlClueh84iitRxpu3cngidejRbhElOCtqO/1r941QbV9Bzet9yHthJDDHjw6C56motlBRPeqdw/m4n0= ceph-33658a5a-9fbb-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:43:19.187 INFO:teuthology.orchestra.run.smithi086.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgTKm2qPmR+0ir3+5ic100SCKi/nIYAw0Ew2JvcE+jglHcEAO5Y8NQFd8Xlm+WwCw/534iXWNLjCABdforNGA8PdTekY4nlHt8IvTI4cMp3cqeKVR5izpMBtp/27rgE8LcfWTpmwfZAYKlbrjlKEGjpf+NyBG7jOb8x9/NnjA7sez+xCzQT/+ZxbDSqMLV8aOeMRL+/vvzSTPI3EC+uu+NsKJIhCNsMVma/HOJasmIbGdfYytp23ZSMtdKOBBWnYJhtZmIlD8Nf11y4E56jibjhoAb01k1/iAOC4QVPuaIjx0DjkRLujvUmFVn2Sm1JyKbMWE2IjYFH6svdC7O39I3QnpiqzQDl1LD6OZQaq5dLfLbY9Hi+yAtMy0oePAHolN8XWK1rmCgXzMLRWvs+QPn+n7X4CXZCsq0mIVb+OJITsFU+g7hMlClueh84iitRxpu3cngidejRbhElOCtqO/1r941QbV9Bzet9yHthJDDHjw6C56motlBRPeqdw/m4n0= ceph-33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:43:19.198 DEBUG:teuthology.orchestra.run.smithi105:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgTKm2qPmR+0ir3+5ic100SCKi/nIYAw0Ew2JvcE+jglHcEAO5Y8NQFd8Xlm+WwCw/534iXWNLjCABdforNGA8PdTekY4nlHt8IvTI4cMp3cqeKVR5izpMBtp/27rgE8LcfWTpmwfZAYKlbrjlKEGjpf+NyBG7jOb8x9/NnjA7sez+xCzQT/+ZxbDSqMLV8aOeMRL+/vvzSTPI3EC+uu+NsKJIhCNsMVma/HOJasmIbGdfYytp23ZSMtdKOBBWnYJhtZmIlD8Nf11y4E56jibjhoAb01k1/iAOC4QVPuaIjx0DjkRLujvUmFVn2Sm1JyKbMWE2IjYFH6svdC7O39I3QnpiqzQDl1LD6OZQaq5dLfLbY9Hi+yAtMy0oePAHolN8XWK1rmCgXzMLRWvs+QPn+n7X4CXZCsq0mIVb+OJITsFU+g7hMlClueh84iitRxpu3cngidejRbhElOCtqO/1r941QbV9Bzet9yHthJDDHjw6C56motlBRPeqdw/m4n0= ceph-33658a5a-9fbb-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-21T04:43:19.222 INFO:teuthology.orchestra.run.smithi105.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCgTKm2qPmR+0ir3+5ic100SCKi/nIYAw0Ew2JvcE+jglHcEAO5Y8NQFd8Xlm+WwCw/534iXWNLjCABdforNGA8PdTekY4nlHt8IvTI4cMp3cqeKVR5izpMBtp/27rgE8LcfWTpmwfZAYKlbrjlKEGjpf+NyBG7jOb8x9/NnjA7sez+xCzQT/+ZxbDSqMLV8aOeMRL+/vvzSTPI3EC+uu+NsKJIhCNsMVma/HOJasmIbGdfYytp23ZSMtdKOBBWnYJhtZmIlD8Nf11y4E56jibjhoAb01k1/iAOC4QVPuaIjx0DjkRLujvUmFVn2Sm1JyKbMWE2IjYFH6svdC7O39I3QnpiqzQDl1LD6OZQaq5dLfLbY9Hi+yAtMy0oePAHolN8XWK1rmCgXzMLRWvs+QPn+n7X4CXZCsq0mIVb+OJITsFU+g7hMlClueh84iitRxpu3cngidejRbhElOCtqO/1r941QbV9Bzet9yHthJDDHjw6C56motlBRPeqdw/m4n0= ceph-33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:43:19.232 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-21T04:43:19.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:19 smithi086 bash[26112]: audit 2023-12-21T04:43:18.396033+0000 mon.smithi086 (mon.0) 93 : audit [INF] from='client.? 172.21.15.86:0/1054330680' entity='client.admin' 2023-12-21T04:43:24.438 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-21T04:43:24.438 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-21T04:43:25.091 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:24 smithi086 bash[26112]: audit 2023-12-21T04:43:23.758173+0000 mon.smithi086 (mon.0) 94 : audit [INF] from='client.? 172.21.15.86:0/103492692' entity='client.admin' 2023-12-21T04:43:27.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:27 smithi086 bash[26112]: audit 2023-12-21T04:43:26.082506+0000 mon.smithi086 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:27.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:27 smithi086 bash[26112]: audit 2023-12-21T04:43:26.386539+0000 mon.smithi086 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:43:27.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:27 smithi086 bash[26112]: audit 2023-12-21T04:43:26.394016+0000 mon.smithi086 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:27.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:27 smithi086 bash[26112]: cephadm 2023-12-21T04:43:26.411294+0000 mgr.smithi086.vbfnjc (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi086 on smithi086 2023-12-21T04:43:28.797 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi105 2023-12-21T04:43:28.797 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:43:28.797 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.conf 2023-12-21T04:43:28.804 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:43:28.804 DEBUG:teuthology.orchestra.run.smithi105:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:43:28.852 INFO:tasks.cephadm:Adding host smithi105 to orchestrator... 2023-12-21T04:43:28.852 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch host add smithi105 2023-12-21T04:43:29.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:28 smithi086 bash[26112]: cluster 2023-12-21T04:43:27.172135+0000 mgr.smithi086.vbfnjc (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:29.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:28 smithi086 bash[26112]: audit 2023-12-21T04:43:28.008112+0000 mon.smithi086 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:30.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:29 smithi086 bash[26112]: audit 2023-12-21T04:43:28.002002+0000 mgr.smithi086.vbfnjc (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:43:31.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:30 smithi086 bash[26112]: cluster 2023-12-21T04:43:29.172477+0000 mgr.smithi086.vbfnjc (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:33.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:32 smithi086 bash[26112]: cluster 2023-12-21T04:43:31.172913+0000 mgr.smithi086.vbfnjc (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:35.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:34 smithi086 bash[26112]: cluster 2023-12-21T04:43:33.173367+0000 mgr.smithi086.vbfnjc (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:35.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:34 smithi086 bash[26112]: audit 2023-12-21T04:43:34.385178+0000 mon.smithi086 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:35.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:34 smithi086 bash[26112]: audit 2023-12-21T04:43:34.389292+0000 mon.smithi086 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:43:35.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:34 smithi086 bash[26112]: audit 2023-12-21T04:43:34.392272+0000 mon.smithi086 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T04:43:35.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:34 smithi086 bash[26112]: audit 2023-12-21T04:43:34.393506+0000 mon.smithi086 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:43:35.945 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:35 smithi086 bash[26112]: cephadm 2023-12-21T04:43:34.394937+0000 mgr.smithi086.vbfnjc (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi086 on smithi086 2023-12-21T04:43:37.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:36 smithi086 bash[26112]: cluster 2023-12-21T04:43:35.173756+0000 mgr.smithi086.vbfnjc (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:37.965 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:37 smithi086 bash[26112]: audit 2023-12-21T04:43:36.819241+0000 mon.smithi086 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:37.966 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:37 smithi086 bash[26112]: audit 2023-12-21T04:43:36.929787+0000 mon.smithi086 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:37.966 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:37 smithi086 bash[26112]: audit 2023-12-21T04:43:36.934251+0000 mon.smithi086 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:37.966 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:37 smithi086 bash[26112]: audit 2023-12-21T04:43:36.937189+0000 mon.smithi086 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T04:43:37.966 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:37 smithi086 bash[26112]: audit 2023-12-21T04:43:36.944573+0000 mon.smithi086 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:37.966 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:37 smithi086 bash[26112]: audit 2023-12-21T04:43:37.370781+0000 mon.smithi086 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:39.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:38 smithi086 bash[26112]: audit 2023-12-21T04:43:36.938238+0000 mgr.smithi086.vbfnjc (mgr.14156) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-21T04:43:39.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:38 smithi086 bash[26112]: cephadm 2023-12-21T04:43:36.963092+0000 mgr.smithi086.vbfnjc (mgr.14156) 14 : cephadm [INF] Deploying daemon grafana.smithi086 on smithi086 2023-12-21T04:43:39.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:38 smithi086 bash[26112]: cluster 2023-12-21T04:43:37.174065+0000 mgr.smithi086.vbfnjc (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:41.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:40 smithi086 bash[26112]: cluster 2023-12-21T04:43:39.174432+0000 mgr.smithi086.vbfnjc (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:43.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:42 smithi086 bash[26112]: cluster 2023-12-21T04:43:41.174898+0000 mgr.smithi086.vbfnjc (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:45.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:44 smithi086 bash[26112]: cluster 2023-12-21T04:43:43.175255+0000 mgr.smithi086.vbfnjc (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:47.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:46 smithi086 bash[26112]: cluster 2023-12-21T04:43:45.175560+0000 mgr.smithi086.vbfnjc (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:49.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:48 smithi086 bash[26112]: cluster 2023-12-21T04:43:47.175941+0000 mgr.smithi086.vbfnjc (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:51.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:50 smithi086 bash[26112]: cluster 2023-12-21T04:43:49.176393+0000 mgr.smithi086.vbfnjc (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:53.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:52 smithi086 bash[26112]: cluster 2023-12-21T04:43:51.176791+0000 mgr.smithi086.vbfnjc (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:54.931 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:54 smithi086 bash[26112]: cluster 2023-12-21T04:43:53.177277+0000 mgr.smithi086.vbfnjc (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:54.931 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:54 smithi086 bash[26112]: audit 2023-12-21T04:43:54.679133+0000 mon.smithi086 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:55.061 INFO:teuthology.orchestra.run.smithi105.stdout:Added host 'smithi105' with addr '172.21.15.105' 2023-12-21T04:43:55.796 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-21T04:43:55.896 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:55 smithi086 bash[26112]: audit 2023-12-21T04:43:54.237646+0000 mgr.smithi086.vbfnjc (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi105", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:43:55.896 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:55 smithi086 bash[26112]: cephadm 2023-12-21T04:43:54.683108+0000 mgr.smithi086.vbfnjc (mgr.14156) 25 : cephadm [INF] Deploying daemon node-exporter.smithi086 on smithi086 2023-12-21T04:43:55.897 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:55 smithi086 bash[26112]: audit 2023-12-21T04:43:55.059820+0000 mon.smithi086 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:55.897 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:55 smithi086 bash[26112]: cephadm 2023-12-21T04:43:55.060242+0000 mgr.smithi086.vbfnjc (mgr.14156) 26 : cephadm [INF] Added host smithi105 2023-12-21T04:43:55.897 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:55 smithi086 bash[26112]: cluster 2023-12-21T04:43:55.177605+0000 mgr.smithi086.vbfnjc (mgr.14156) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:43:55.897 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:55 smithi086 bash[26112]: audit 2023-12-21T04:43:55.183417+0000 mon.smithi086 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:43:55.897 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:55 smithi086 bash[26112]: audit 2023-12-21T04:43:55.188903+0000 mon.smithi086 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-21T04:43:57.236 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:57 smithi086 bash[26112]: audit 2023-12-21T04:43:56.185789+0000 mon.smithi086 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.86:0/3029474524' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-21T04:43:57.236 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:43:57 smithi086 bash[26112]: cluster 2023-12-21T04:43:56.185855+0000 mon.smithi086 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi086.vbfnjc(active, since 49s) 2023-12-21T04:44:03.688 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: cluster 2023-12-21T04:44:02.675961+0000 mon.smithi086 (mon.0) 115 : cluster [INF] Active manager daemon smithi086.vbfnjc restarted 2023-12-21T04:44:03.688 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: cluster 2023-12-21T04:44:02.676335+0000 mon.smithi086 (mon.0) 116 : cluster [INF] Activating manager daemon smithi086.vbfnjc 2023-12-21T04:44:03.688 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: cluster 2023-12-21T04:44:02.681410+0000 mon.smithi086 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-21T04:44:03.688 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: cluster 2023-12-21T04:44:02.681662+0000 mon.smithi086 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi086.vbfnjc(active, starting, since 0.00546819s) 2023-12-21T04:44:03.688 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.683721+0000 mon.smithi086 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2023-12-21T04:44:03.688 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.684887+0000 mon.smithi086 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr metadata", "who": "smithi086.vbfnjc", "id": "smithi086.vbfnjc"}]: dispatch 2023-12-21T04:44:03.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.685795+0000 mon.smithi086 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-21T04:44:03.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.686056+0000 mon.smithi086 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-21T04:44:03.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.686226+0000 mon.smithi086 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-21T04:44:03.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: cluster 2023-12-21T04:44:02.689485+0000 mon.smithi086 (mon.0) 124 : cluster [INF] Manager daemon smithi086.vbfnjc is now available 2023-12-21T04:44:03.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.826949+0000 mon.smithi086 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:44:03.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.829683+0000 mon.smithi086 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:44:03.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.884640+0000 mon.smithi086 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:03.689 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.902544+0000 mon.smithi086 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.vbfnjc/mirror_snapshot_schedule"}]: dispatch 2023-12-21T04:44:03.690 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:02.906949+0000 mon.smithi086 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi086.vbfnjc/trash_purge_schedule"}]: dispatch 2023-12-21T04:44:03.690 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:03 smithi086 bash[26112]: audit 2023-12-21T04:44:03.482752+0000 mon.smithi086 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:03.690 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-21T04:44:03.690 INFO:teuthology.orchestra.run.smithi105.stdout:[{"addr": "172.21.15.86", "hostname": "smithi086", "labels": [], "status": ""}, {"addr": "172.21.15.105", "hostname": "smithi105", "labels": [], "status": ""}] 2023-12-21T04:44:04.338 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-21T04:44:04.338 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-21T04:44:04.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:04 smithi086 bash[26112]: audit 2023-12-21T04:44:03.688699+0000 mgr.smithi086.vbfnjc (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:44:04.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:04 smithi086 bash[26112]: cluster 2023-12-21T04:44:03.689095+0000 mon.smithi086 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi086.vbfnjc(active, since 1.0129s) 2023-12-21T04:44:06.748 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:06 smithi086 bash[26112]: audit 2023-12-21T04:44:05.324755+0000 mon.smithi086 (mon.0) 132 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:06.749 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:06 smithi086 bash[26112]: cluster 2023-12-21T04:44:05.689297+0000 mon.smithi086 (mon.0) 133 : cluster [DBG] mgrmap e17: smithi086.vbfnjc(active, since 3s) 2023-12-21T04:44:08.663 INFO:teuthology.orchestra.run.smithi086.stderr:adjusted tunables profile to default 2023-12-21T04:44:08.883 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:08 smithi086 bash[26112]: audit 2023-12-21T04:44:08.642070+0000 mon.smithi086 (mon.0) 134 : audit [INF] from='client.? 172.21.15.86:0/1486446150' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-21T04:44:09.530 INFO:tasks.cephadm:Adding mon.smithi086 on smithi086 2023-12-21T04:44:09.530 INFO:tasks.cephadm:Adding mon.smithi105 on smithi105 2023-12-21T04:44:09.530 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi086:172.21.15.86=smithi086;smithi105:172.21.15.105=smithi105' 2023-12-21T04:44:09.722 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:09 smithi086 bash[26112]: audit 2023-12-21T04:44:08.658195+0000 mon.smithi086 (mon.0) 135 : audit [INF] from='client.? 172.21.15.86:0/1486446150' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-21T04:44:09.723 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:09 smithi086 bash[26112]: cluster 2023-12-21T04:44:08.658322+0000 mon.smithi086 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:44:09.723 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:09 smithi086 bash[26112]: audit 2023-12-21T04:44:08.858805+0000 mon.smithi086 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:09.723 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:09 smithi086 bash[26112]: audit 2023-12-21T04:44:09.125704+0000 mon.smithi086 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi086", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:44:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:10.853895+0000 mon.smithi086 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.182550+0000 mon.smithi086 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.184047+0000 mon.smithi086 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi105", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:44:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.186054+0000 mon.smithi086 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.187984+0000 mon.smithi086 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:44:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: cephadm 2023-12-21T04:44:11.190945+0000 mgr.smithi086.vbfnjc (mgr.14182) 2 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2023-12-21T04:44:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: cephadm 2023-12-21T04:44:11.191749+0000 mgr.smithi086.vbfnjc (mgr.14182) 3 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-12-21T04:44:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: cephadm 2023-12-21T04:44:11.213547+0000 mgr.smithi086.vbfnjc (mgr.14182) 4 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:44:12.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.273164+0000 mon.smithi086 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:12.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.461350+0000 mon.smithi086 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:12.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.467955+0000 mon.smithi086 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:12.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.471835+0000 mon.smithi086 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:44:12.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.474804+0000 mon.smithi086 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-21T04:44:12.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:11 smithi086 bash[26112]: audit 2023-12-21T04:44:11.475980+0000 mon.smithi086 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:13.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:12 smithi086 bash[26112]: cephadm 2023-12-21T04:44:11.421525+0000 mgr.smithi086.vbfnjc (mgr.14182) 5 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:44:13.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:12 smithi086 bash[26112]: cephadm 2023-12-21T04:44:11.477161+0000 mgr.smithi086.vbfnjc (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi105 on smithi105 2023-12-21T04:44:13.273 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled mon update... 2023-12-21T04:44:13.923 DEBUG:teuthology.orchestra.run.smithi105:mon.smithi105> sudo journalctl -f -n 0 -u ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi105.service 2023-12-21T04:44:13.925 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:44:13.925 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:44:14.097 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-12-21T04:44:14.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:14 smithi086 bash[26112]: audit 2023-12-21T04:44:13.261071+0000 mgr.smithi086.vbfnjc (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi086:172.21.15.86=smithi086;smithi105:172.21.15.105=smithi105", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:44:14.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:14 smithi086 bash[26112]: cephadm 2023-12-21T04:44:13.266703+0000 mgr.smithi086.vbfnjc (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi086:172.21.15.86=smithi086;smithi105:172.21.15.105=smithi105;count:2 2023-12-21T04:44:14.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:14 smithi086 bash[26112]: audit 2023-12-21T04:44:13.272142+0000 mon.smithi086 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:15 smithi086 bash[26112]: audit 2023-12-21T04:44:14.354730+0000 mon.smithi086 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:15 smithi086 bash[26112]: audit 2023-12-21T04:44:14.359980+0000 mon.smithi086 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.xtuojz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:44:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:15 smithi086 bash[26112]: audit 2023-12-21T04:44:14.366530+0000 mon.smithi086 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.xtuojz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-21T04:44:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:15 smithi086 bash[26112]: audit 2023-12-21T04:44:14.368328+0000 mon.smithi086 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:44:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:15 smithi086 bash[26112]: audit 2023-12-21T04:44:14.370069+0000 mon.smithi086 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:15 smithi086 bash[26112]: cephadm 2023-12-21T04:44:14.371489+0000 mgr.smithi086.vbfnjc (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi105.xtuojz on smithi105 2023-12-21T04:44:18.151 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-21T04:44:18.152 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":1,"fsid":"33658a5a-9fbb-11ee-95a5-87774f69a715","modified":"2023-12-21T04:41:57.682660Z","created":"2023-12-21T04:41:57.682660Z","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":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-21T04:44:18.154 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 1 2023-12-21T04:44:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:18 smithi086 bash[26112]: audit 2023-12-21T04:44:17.451986+0000 mon.smithi086 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:18 smithi086 bash[26112]: audit 2023-12-21T04:44:17.456641+0000 mon.smithi086 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:44:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:18 smithi086 bash[26112]: audit 2023-12-21T04:44:17.458430+0000 mon.smithi086 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:44:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:18 smithi086 bash[26112]: audit 2023-12-21T04:44:17.460084+0000 mon.smithi086 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:18 smithi086 bash[26112]: cephadm 2023-12-21T04:44:17.461597+0000 mgr.smithi086.vbfnjc (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi105 on smithi105 2023-12-21T04:44:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:18 smithi086 bash[26112]: audit 2023-12-21T04:44:17.892802+0000 mon.smithi086 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:18 smithi086 bash[26112]: audit 2023-12-21T04:44:18.150663+0000 mon.smithi086 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.105:0/3367987617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:44:19.972 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-21T04:44:19.973 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-21T04:44:22.589 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:22 smithi105 systemd[1]: Started Ceph mon.smithi105 for 33658a5a-9fbb-11ee-95a5-87774f69a715. 2023-12-21T04:44:24.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:23 smithi086 bash[26112]: audit 2023-12-21T04:44:22.506577+0000 mon.smithi086 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:24.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:23 smithi086 bash[26112]: cephadm 2023-12-21T04:44:22.510589+0000 mgr.smithi086.vbfnjc (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi105 on smithi105 2023-12-21T04:44:24.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:23 smithi086 bash[26112]: cluster 2023-12-21T04:44:22.687708+0000 mgr.smithi086.vbfnjc (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:24.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:23 smithi086 bash[26112]: audit 2023-12-21T04:44:22.902715+0000 mon.smithi086 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:24.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:23 smithi086 bash[26112]: audit 2023-12-21T04:44:23.090606+0000 mon.smithi086 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:24.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:23 smithi086 bash[26112]: cephadm 2023-12-21T04:44:23.114134+0000 mgr.smithi086.vbfnjc (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi105 on smithi105 2023-12-21T04:44:24.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.556+0000 7f9958df1880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.556+0000 7f9958df1880 0 ceph version 16.2.14-413-g639f0137 (639f0137318def3e5f393094e5494880043a8f32) pacific (stable), process ceph-mon, pid 8 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.556+0000 7f9958df1880 0 pidfile_write: ignore empty --pid-file 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 0 load: jerasure load: lrc load: isa 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: RocksDB version: 6.8.1 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Compile date Dec 20 2023 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: DB SUMMARY 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: CURRENT file: CURRENT 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi105/store.db dir, Total Num: 0, files: 2023-12-21T04:44:24.879 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi105/store.db: 000003.log size: 511 ; 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.error_if_exists: 0 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.create_if_missing: 0 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.paranoid_checks: 1 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.env: 0x5613f33d6080 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.fs: Posix File System 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.info_log: 0x5613f42e0400 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.statistics: (nil) 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.use_fsync: 0 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_log_file_size: 0 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-21T04:44:24.880 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.allow_fallocate: 1 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.use_direct_reads: 0 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.db_log_dir: 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi105/store.db 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_subcompactions: 1 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_background_flushes: -1 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-21T04:44:24.881 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.write_buffer_manager: 0x5613f4f2e480 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-21T04:44:24.882 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.unordered_write: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.row_cache: None 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.wal_filter: None 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.preserve_deletes: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.two_write_queues: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.atomic_flush: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-21T04:44:24.883 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.log_readahead_size: 0 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_background_jobs: 2 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_background_compactions: -1 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_open_files: -1 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-21T04:44:24.884 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Compression algorithms supported: 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: kZSTD supported: 0 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: kXpressCompression supported: 0 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: kLZ4Compression supported: 1 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: kBZip2Compression supported: 0 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: kZlibCompression supported: 1 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: kSnappyCompression supported: 1 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi105/store.db/MANIFEST-000001 2023-12-21T04:44:24.885 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.merge_operator: 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_filter: None 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5613f4283d28) 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: cache_index_and_filter_blocks: 1 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: pin_top_level_index_and_filter: 1 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: index_type: 0 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: data_block_index_type: 0 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: index_shortening: 1 2023-12-21T04:44:24.886 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: data_block_hash_table_util_ratio: 0.750000 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: hash_index_allow_collision: 1 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: checksum: 1 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: no_block_cache: 0 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: block_cache: 0x5613f42baf10 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: block_cache_name: BinnedLRUCache 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: block_cache_options: 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: capacity : 536870912 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: num_shard_bits : 4 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: strict_capacity_limit : 0 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: high_pri_pool_ratio: 0.000 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: block_cache_compressed: (nil) 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: persistent_cache: (nil) 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: block_size: 4096 2023-12-21T04:44:24.887 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: block_size_deviation: 10 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: block_restart_interval: 16 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: index_block_restart_interval: 1 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: metadata_block_size: 4096 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: partition_filters: 0 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: use_delta_encoding: 1 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: whole_key_filtering: 1 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: verify_compression: 0 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: read_amp_bytes_per_bit: 0 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: format_version: 2 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: enable_index_compression: 1 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: block_align: 0 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-21T04:44:24.888 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compression: NoCompression 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.num_levels: 7 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-21T04:44:24.889 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-21T04:44:24.890 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-21T04:44:24.891 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.table_properties_collectors: 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.inplace_update_support: 0 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.bloom_locality: 0 2023-12-21T04:44:24.892 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.max_successive_merges: 0 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.ttl: 2592000 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.564+0000 7f9958df1880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.572+0000 7f9958df1880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi105/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.572+0000 7f9958df1880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.572+0000 7f9958df1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703133864578022, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.572+0000 7f9958df1880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.576+0000 7f9958df1880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.576+0000 7f9958df1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703133864579333, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1703133864, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.576+0000 7f9958df1880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-21T04:44:24.893 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.576+0000 7f9958df1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703133864580065, "job": 1, "event": "recovery_finished"} 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.576+0000 7f9958df1880 4 rocksdb: DB pointer 0x5613f4383800 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.576+0000 7f9958df1880 0 mon.smithi105 does not exist in monmap, will attempt to join an existing cluster 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.576+0000 7f9958df1880 0 using public_addr v2:172.21.15.105:0/0 -> [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.576+0000 7f9958df1880 0 starting mon.smithi105 rank -1 at public addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] at bind addrs [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi105 fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.580+0000 7f993fbf7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.580+0000 7f993fbf7700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ** DB Stats ** 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-21T04:44:24.894 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-21T04:44:24.895 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ** Compaction Stats [default] ** 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.1 0.00 0.00 1 0.001 0 0 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.1 0.00 0.00 1 0.001 0 0 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.1 0.00 0.00 1 0.001 0 0 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ** Compaction Stats [default] ** 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.1 0.00 0.00 1 0.001 0 0 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:44:24.897 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Cumulative compaction: 0.00 GB write, 0.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Interval compaction: 0.00 GB write, 0.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ** Compaction Stats [default] ** 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.1 0.00 0.00 1 0.001 0 0 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.1 0.00 0.00 1 0.001 0 0 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ** Compaction Stats [default] ** 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-12-21T04:44:24.898 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.1 0.00 0.00 1 0.001 0 0 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: AddFile(Total Files): cumulative 0, interval 0 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: AddFile(Keys): cumulative 0, interval 0 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Cumulative compaction: 0.00 GB write, 0.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: ** File Read Latency Histogram By Level [default] ** 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.580+0000 7f9958df1880 1 mon.smithi105@-1(???) e0 preinit fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 0 mon.smithi105@-1(synchronizing).mds e1 new map 2023-12-21T04:44:24.899 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 0 mon.smithi105@-1(synchronizing).mds e1 print_map 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: e1 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: legacy client fscid: -1 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: No filesystems configured 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 1 mon.smithi105@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 1 mon.smithi105@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 1 mon.smithi105@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 1 mon.smithi105@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 1 mon.smithi105@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 1 mon.smithi105@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 1 mon.smithi105@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-21T04:44:24.900 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 0 mon.smithi105@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-21T04:44:24.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 0 mon.smithi105@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-21T04:44:24.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: audit 2023-12-21T04:44:22.506577+0000 mon.smithi086 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:24.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: cephadm 2023-12-21T04:44:22.510589+0000 mgr.smithi086.vbfnjc (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi105 on smithi105 2023-12-21T04:44:24.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: cluster 2023-12-21T04:44:22.687708+0000 mgr.smithi086.vbfnjc (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:24.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: audit 2023-12-21T04:44:22.902715+0000 mon.smithi086 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:24.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: audit 2023-12-21T04:44:23.090606+0000 mon.smithi086 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:24.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: cephadm 2023-12-21T04:44:23.114134+0000 mgr.smithi086.vbfnjc (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi105 on smithi105 2023-12-21T04:44:24.901 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:24 smithi105 bash[29232]: debug 2023-12-21T04:44:24.612+0000 7f99423fc700 1 mon.smithi105@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-21T04:44:30.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:24.625115+0000 mon.smithi086 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2023-12-21T04:44:30.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:24.625479+0000 mon.smithi086 (mon.0) 167 : cluster [INF] mon.smithi086 calling monitor election 2023-12-21T04:44:30.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:24.647373+0000 mon.smithi086 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:24.688143+0000 mgr.smithi086.vbfnjc (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:25.620135+0000 mon.smithi086 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:26.275891+0000 mon.smithi086 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.105:0/3901664760' entity='mgr.smithi105.xtuojz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.xtuojz/crt"}]: dispatch 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:26.620736+0000 mon.smithi086 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:26.621869+0000 mon.smithi105 (mon.1) 1 : cluster [INF] mon.smithi105 calling monitor election 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:26.688553+0000 mgr.smithi086.vbfnjc (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:27.620753+0000 mon.smithi086 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:28.620821+0000 mon.smithi086 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:28.689000+0000 mgr.smithi086.vbfnjc (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:29.621045+0000 mon.smithi086 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:29.668442+0000 mon.smithi086 (mon.0) 175 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi105 in quorum (ranks 0,1) 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:29.674415+0000 mon.smithi086 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:29.675569+0000 mon.smithi086 (mon.0) 177 : cluster [DBG] fsmap 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:29.675640+0000 mon.smithi086 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:29.676009+0000 mon.smithi086 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi086.vbfnjc(active, since 26s) 2023-12-21T04:44:30.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:29.677867+0000 mon.smithi086 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi105.xtuojz started 2023-12-21T04:44:30.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:29.680863+0000 mon.smithi086 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.105:0/3901664760' entity='mgr.smithi105.xtuojz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T04:44:30.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: cluster 2023-12-21T04:44:29.684157+0000 mon.smithi086 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-12-21T04:44:30.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:29.684955+0000 mon.smithi086 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.105:0/3901664760' entity='mgr.smithi105.xtuojz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.xtuojz/key"}]: dispatch 2023-12-21T04:44:30.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:29.687744+0000 mon.smithi086 (mon.0) 184 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:30.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:29 smithi086 bash[26112]: audit 2023-12-21T04:44:29.687965+0000 mon.smithi086 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.105:0/3901664760' entity='mgr.smithi105.xtuojz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T04:44:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:24.625115+0000 mon.smithi086 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi086"}]: dispatch 2023-12-21T04:44:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:24.625479+0000 mon.smithi086 (mon.0) 167 : cluster [INF] mon.smithi086 calling monitor election 2023-12-21T04:44:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:24.647373+0000 mon.smithi086 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:24.688143+0000 mgr.smithi086.vbfnjc (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:25.620135+0000 mon.smithi086 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:26.275891+0000 mon.smithi086 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.105:0/3901664760' entity='mgr.smithi105.xtuojz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.xtuojz/crt"}]: dispatch 2023-12-21T04:44:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:26.620736+0000 mon.smithi086 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:26.621869+0000 mon.smithi105 (mon.1) 1 : cluster [INF] mon.smithi105 calling monitor election 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:26.688553+0000 mgr.smithi086.vbfnjc (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:27.620753+0000 mon.smithi086 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:28.620821+0000 mon.smithi086 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:28.689000+0000 mgr.smithi086.vbfnjc (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:29.621045+0000 mon.smithi086 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:29.668442+0000 mon.smithi086 (mon.0) 175 : cluster [INF] mon.smithi086 is new leader, mons smithi086,smithi105 in quorum (ranks 0,1) 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:29.674415+0000 mon.smithi086 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi086=[v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0],smithi105=[v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0]} removed_ranks: {} 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:29.675569+0000 mon.smithi086 (mon.0) 177 : cluster [DBG] fsmap 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:29.675640+0000 mon.smithi086 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:29.676009+0000 mon.smithi086 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi086.vbfnjc(active, since 26s) 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:29.677867+0000 mon.smithi086 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi105.xtuojz started 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:29.680863+0000 mon.smithi086 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.105:0/3901664760' entity='mgr.smithi105.xtuojz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: cluster 2023-12-21T04:44:29.684157+0000 mon.smithi086 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-12-21T04:44:30.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:29.684955+0000 mon.smithi086 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.105:0/3901664760' entity='mgr.smithi105.xtuojz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi105.xtuojz/key"}]: dispatch 2023-12-21T04:44:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:29.687744+0000 mon.smithi086 (mon.0) 184 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:30.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:29 smithi105 bash[29232]: audit 2023-12-21T04:44:29.687965+0000 mon.smithi086 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.105:0/3901664760' entity='mgr.smithi105.xtuojz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-21T04:44:30.957 INFO:teuthology.orchestra.run.smithi105.stdout: 2023-12-21T04:44:30.958 INFO:teuthology.orchestra.run.smithi105.stdout:{"epoch":2,"fsid":"33658a5a-9fbb-11ee-95a5-87774f69a715","modified":"2023-12-21T04:44:24.620106Z","created":"2023-12-21T04:41:57.682660Z","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":"smithi086","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:3300","nonce":0},{"type":"v1","addr":"172.21.15.86:6789","nonce":0}]},"addr":"172.21.15.86:6789/0","public_addr":"172.21.15.86: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-12-21T04:44:30.961 INFO:teuthology.orchestra.run.smithi105.stderr:dumped monmap epoch 2 2023-12-21T04:44:31.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:30 smithi086 bash[26112]: cluster 2023-12-21T04:44:29.743857+0000 mon.smithi086 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi086.vbfnjc(active, since 27s), standbys: smithi105.xtuojz 2023-12-21T04:44:31.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:30 smithi086 bash[26112]: audit 2023-12-21T04:44:29.744570+0000 mon.smithi086 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr metadata", "who": "smithi105.xtuojz", "id": "smithi105.xtuojz"}]: dispatch 2023-12-21T04:44:31.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:30 smithi086 bash[26112]: audit 2023-12-21T04:44:30.621068+0000 mon.smithi086 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:31.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:30 smithi105 bash[29232]: cluster 2023-12-21T04:44:29.743857+0000 mon.smithi086 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi086.vbfnjc(active, since 27s), standbys: smithi105.xtuojz 2023-12-21T04:44:31.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:30 smithi105 bash[29232]: audit 2023-12-21T04:44:29.744570+0000 mon.smithi086 (mon.0) 187 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr metadata", "who": "smithi105.xtuojz", "id": "smithi105.xtuojz"}]: dispatch 2023-12-21T04:44:31.024 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:30 smithi105 bash[29232]: audit 2023-12-21T04:44:30.621068+0000 mon.smithi086 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mon metadata", "id": "smithi105"}]: dispatch 2023-12-21T04:44:32.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:31 smithi086 bash[26112]: cluster 2023-12-21T04:44:30.689436+0000 mgr.smithi086.vbfnjc (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:32.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:31 smithi086 bash[26112]: audit 2023-12-21T04:44:30.956434+0000 mon.smithi086 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.105:0/3186045742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:44:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:31 smithi105 bash[29232]: cluster 2023-12-21T04:44:30.689436+0000 mgr.smithi086.vbfnjc (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:32.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:31 smithi105 bash[29232]: audit 2023-12-21T04:44:30.956434+0000 mon.smithi086 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.105:0/3186045742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-21T04:44:32.594 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-21T04:44:32.594 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-21T04:44:33.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:33 smithi105 bash[29232]: cluster 2023-12-21T04:44:32.689785+0000 mgr.smithi086.vbfnjc (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:34.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:33 smithi086 bash[26112]: cluster 2023-12-21T04:44:32.689785+0000 mgr.smithi086.vbfnjc (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:35.748 INFO:teuthology.orchestra.run.smithi086.stdout:# minimal ceph.conf for 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:44:35.749 INFO:teuthology.orchestra.run.smithi086.stdout:[global] 2023-12-21T04:44:35.749 INFO:teuthology.orchestra.run.smithi086.stdout: fsid = 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:44:35.749 INFO:teuthology.orchestra.run.smithi086.stdout: mon_host = [v2:172.21.15.86:3300/0,v1:172.21.15.86:6789/0] [v2:172.21.15.105:3300/0,v1:172.21.15.105:6789/0] 2023-12-21T04:44:35.863 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:35 smithi105 bash[29232]: cluster 2023-12-21T04:44:34.690144+0000 mgr.smithi086.vbfnjc (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:36.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:35 smithi086 bash[26112]: cluster 2023-12-21T04:44:34.690144+0000 mgr.smithi086.vbfnjc (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:36.359 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-21T04:44:36.359 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:44:36.359 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T04:44:36.369 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:44:36.369 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:44:36.424 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:44:36.425 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.conf 2023-12-21T04:44:36.439 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:44:36.439 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-21T04:44:36.498 INFO:tasks.cephadm:Deploying OSDs... 2023-12-21T04:44:36.498 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:44:36.498 DEBUG:teuthology.orchestra.run.smithi086:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:44:36.504 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:44:36.504 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/nvme1n1 2023-12-21T04:44:36.554 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/nvme1n1 2023-12-21T04:44:36.554 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:44:36.554 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 472 Links: 1 Device type: 103,2 2023-12-21T04:44:36.554 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:44:36.554 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-12-21 04:43:24.319026245 +0000 2023-12-21T04:44:36.554 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-12-21 04:43:24.279027198 +0000 2023-12-21T04:44:36.554 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-12-21 04:43:24.279027198 +0000 2023-12-21T04:44:36.554 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-12-21T04:44:36.555 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-21T04:44:36.608 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:36 smithi086 bash[26112]: audit 2023-12-21T04:44:35.747876+0000 mon.smithi086 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.86:0/3917881935' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:36.608 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:36 smithi086 bash[26112]: audit 2023-12-21T04:44:35.902461+0000 mon.smithi086 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:36.609 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:36 smithi086 bash[26112]: audit 2023-12-21T04:44:35.904818+0000 mon.smithi086 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:44:36.610 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-12-21T04:44:36.610 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-12-21T04:44:36.611 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000497869 s, 1.0 MB/s 2023-12-21T04:44:36.612 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-21T04:44:36.662 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/nvme2n1 2023-12-21T04:44:36.713 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/nvme2n1 2023-12-21T04:44:36.713 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:44:36.713 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-12-21T04:44:36.713 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:44:36.713 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-12-21 04:43:24.335025865 +0000 2023-12-21T04:44:36.713 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-12-21 04:43:24.283027102 +0000 2023-12-21T04:44:36.713 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-12-21 04:43:24.283027102 +0000 2023-12-21T04:44:36.713 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-12-21T04:44:36.713 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-21T04:44:36.768 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-12-21T04:44:36.768 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-12-21T04:44:36.768 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000432537 s, 1.2 MB/s 2023-12-21T04:44:36.769 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-21T04:44:36.818 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/nvme3n1 2023-12-21T04:44:36.820 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:36 smithi105 bash[29232]: audit 2023-12-21T04:44:35.747876+0000 mon.smithi086 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.86:0/3917881935' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:36.820 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:36 smithi105 bash[29232]: audit 2023-12-21T04:44:35.902461+0000 mon.smithi086 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:36.820 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:36 smithi105 bash[29232]: audit 2023-12-21T04:44:35.904818+0000 mon.smithi086 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:44:36.872 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/nvme3n1 2023-12-21T04:44:36.873 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:44:36.873 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-12-21T04:44:36.873 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:44:36.873 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-12-21 04:43:24.347025579 +0000 2023-12-21T04:44:36.873 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-12-21 04:43:24.283027102 +0000 2023-12-21T04:44:36.873 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-12-21 04:43:24.283027102 +0000 2023-12-21T04:44:36.873 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-12-21T04:44:36.873 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-21T04:44:36.928 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-12-21T04:44:36.928 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-12-21T04:44:36.928 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000457279 s, 1.1 MB/s 2023-12-21T04:44:36.930 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-21T04:44:36.983 DEBUG:teuthology.orchestra.run.smithi086:> stat /dev/nvme4n1 2023-12-21T04:44:37.033 INFO:teuthology.orchestra.run.smithi086.stdout: File: /dev/nvme4n1 2023-12-21T04:44:37.033 INFO:teuthology.orchestra.run.smithi086.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:44:37.033 INFO:teuthology.orchestra.run.smithi086.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-12-21T04:44:37.033 INFO:teuthology.orchestra.run.smithi086.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:44:37.034 INFO:teuthology.orchestra.run.smithi086.stdout:Access: 2023-12-21 04:43:24.359025293 +0000 2023-12-21T04:44:37.034 INFO:teuthology.orchestra.run.smithi086.stdout:Modify: 2023-12-21 04:43:24.283027102 +0000 2023-12-21T04:44:37.034 INFO:teuthology.orchestra.run.smithi086.stdout:Change: 2023-12-21 04:43:24.283027102 +0000 2023-12-21T04:44:37.034 INFO:teuthology.orchestra.run.smithi086.stdout: Birth: - 2023-12-21T04:44:37.034 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-21T04:44:37.089 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records in 2023-12-21T04:44:37.089 INFO:teuthology.orchestra.run.smithi086.stderr:1+0 records out 2023-12-21T04:44:37.089 INFO:teuthology.orchestra.run.smithi086.stderr:512 bytes copied, 0.000469349 s, 1.1 MB/s 2023-12-21T04:44:37.090 DEBUG:teuthology.orchestra.run.smithi086:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-21T04:44:37.138 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:44:37.139 DEBUG:teuthology.orchestra.run.smithi105:> dd if=/scratch_devs of=/dev/stdout 2023-12-21T04:44:37.145 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-21T04:44:37.145 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme1n1 2023-12-21T04:44:37.193 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme1n1 2023-12-21T04:44:37.193 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:44:37.193 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-12-21T04:44:37.193 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:44:37.194 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-21 04:44:09.181172353 +0000 2023-12-21T04:44:37.194 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-21 04:44:09.145173210 +0000 2023-12-21T04:44:37.194 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-21 04:44:09.145173210 +0000 2023-12-21T04:44:37.194 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-21T04:44:37.194 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-21T04:44:37.246 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-21T04:44:37.246 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-21T04:44:37.246 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000389521 s, 1.3 MB/s 2023-12-21T04:44:37.247 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-21T04:44:37.298 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme2n1 2023-12-21T04:44:37.349 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme2n1 2023-12-21T04:44:37.349 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:44:37.349 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-12-21T04:44:37.349 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:44:37.349 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-21 04:44:09.197171973 +0000 2023-12-21T04:44:37.349 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-21 04:44:09.149173115 +0000 2023-12-21T04:44:37.349 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-21 04:44:09.149173115 +0000 2023-12-21T04:44:37.349 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-21T04:44:37.350 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-21T04:44:37.404 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-21T04:44:37.404 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-21T04:44:37.404 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000425216 s, 1.2 MB/s 2023-12-21T04:44:37.405 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-21T04:44:37.454 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme3n1 2023-12-21T04:44:37.505 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme3n1 2023-12-21T04:44:37.505 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:44:37.505 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-12-21T04:44:37.505 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:44:37.505 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-21 04:44:09.213171592 +0000 2023-12-21T04:44:37.505 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-21 04:44:09.149173115 +0000 2023-12-21T04:44:37.505 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-21 04:44:09.149173115 +0000 2023-12-21T04:44:37.506 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-21T04:44:37.506 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-21T04:44:37.559 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-21T04:44:37.560 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-21T04:44:37.560 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.000452975 s, 1.1 MB/s 2023-12-21T04:44:37.561 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-21T04:44:37.610 DEBUG:teuthology.orchestra.run.smithi105:> stat /dev/nvme4n1 2023-12-21T04:44:37.661 INFO:teuthology.orchestra.run.smithi105.stdout: File: /dev/nvme4n1 2023-12-21T04:44:37.661 INFO:teuthology.orchestra.run.smithi105.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-21T04:44:37.661 INFO:teuthology.orchestra.run.smithi105.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-12-21T04:44:37.661 INFO:teuthology.orchestra.run.smithi105.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-21T04:44:37.662 INFO:teuthology.orchestra.run.smithi105.stdout:Access: 2023-12-21 04:44:09.229171211 +0000 2023-12-21T04:44:37.662 INFO:teuthology.orchestra.run.smithi105.stdout:Modify: 2023-12-21 04:44:09.149173115 +0000 2023-12-21T04:44:37.662 INFO:teuthology.orchestra.run.smithi105.stdout:Change: 2023-12-21 04:44:09.149173115 +0000 2023-12-21T04:44:37.662 INFO:teuthology.orchestra.run.smithi105.stdout: Birth: - 2023-12-21T04:44:37.662 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-21T04:44:37.712 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:37 smithi105 bash[29232]: cluster 2023-12-21T04:44:36.690600+0000 mgr.smithi086.vbfnjc (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:37.714 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records in 2023-12-21T04:44:37.714 INFO:teuthology.orchestra.run.smithi105.stderr:1+0 records out 2023-12-21T04:44:37.714 INFO:teuthology.orchestra.run.smithi105.stderr:512 bytes copied, 0.00041718 s, 1.2 MB/s 2023-12-21T04:44:37.715 DEBUG:teuthology.orchestra.run.smithi105:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-21T04:44:37.766 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-21T04:44:38.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:37 smithi086 bash[26112]: cluster 2023-12-21T04:44:36.690600+0000 mgr.smithi086.vbfnjc (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:40.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:39 smithi086 bash[26112]: cluster 2023-12-21T04:44:38.691066+0000 mgr.smithi086.vbfnjc (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:40.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:39 smithi086 bash[26112]: audit 2023-12-21T04:44:39.697759+0000 mon.smithi086 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:40.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:39 smithi105 bash[29232]: cluster 2023-12-21T04:44:38.691066+0000 mgr.smithi086.vbfnjc (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:39 smithi105 bash[29232]: audit 2023-12-21T04:44:39.697759+0000 mon.smithi086 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:40.929 INFO:teuthology.orchestra.run.smithi105.stdout:Scheduled osd.all-available-devices update... 2023-12-21T04:44:41.584 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-21T04:44:41.585 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:44:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: cluster 2023-12-21T04:44:40.691533+0000 mgr.smithi086.vbfnjc (mgr.14182) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:40.914234+0000 mgr.smithi086.vbfnjc (mgr.14182) 23 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:44:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: cephadm 2023-12-21T04:44:40.918676+0000 mgr.smithi086.vbfnjc (mgr.14182) 24 : cephadm [INF] Marking host: smithi086 for OSDSpec preview refresh. 2023-12-21T04:44:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: cephadm 2023-12-21T04:44:40.918901+0000 mgr.smithi086.vbfnjc (mgr.14182) 25 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2023-12-21T04:44:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: cephadm 2023-12-21T04:44:40.919656+0000 mgr.smithi086.vbfnjc (mgr.14182) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:40.927487+0000 mon.smithi086 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.632115+0000 mon.smithi086 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.641149+0000 mon.smithi086 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.642796+0000 mon.smithi086 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.644459+0000 mon.smithi086 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.675382+0000 mon.smithi086 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.693210+0000 mon.smithi086 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.698880+0000 mon.smithi086 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.708060+0000 mon.smithi086 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.712564+0000 mon.smithi086 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.716047+0000 mon.smithi086 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.716507+0000 mon.smithi086 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:41 smithi086 bash[26112]: audit 2023-12-21T04:44:41.717353+0000 mon.smithi086 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: cluster 2023-12-21T04:44:40.691533+0000 mgr.smithi086.vbfnjc (mgr.14182) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:40.914234+0000 mgr.smithi086.vbfnjc (mgr.14182) 23 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: cephadm 2023-12-21T04:44:40.918676+0000 mgr.smithi086.vbfnjc (mgr.14182) 24 : cephadm [INF] Marking host: smithi086 for OSDSpec preview refresh. 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: cephadm 2023-12-21T04:44:40.918901+0000 mgr.smithi086.vbfnjc (mgr.14182) 25 : cephadm [INF] Marking host: smithi105 for OSDSpec preview refresh. 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: cephadm 2023-12-21T04:44:40.919656+0000 mgr.smithi086.vbfnjc (mgr.14182) 26 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:40.927487+0000 mon.smithi086 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.632115+0000 mon.smithi086 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.641149+0000 mon.smithi086 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.642796+0000 mon.smithi086 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.644459+0000 mon.smithi086 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:44:42.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.675382+0000 mon.smithi086 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.693210+0000 mon.smithi086 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.698880+0000 mon.smithi086 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:44:42.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.708060+0000 mon.smithi086 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:44:42.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.712564+0000 mon.smithi086 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:44:42.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.716047+0000 mon.smithi086 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:44:42.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.716507+0000 mon.smithi086 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:42.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:41 smithi105 bash[29232]: audit 2023-12-21T04:44:41.717353+0000 mon.smithi086 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:44:43.110 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:42 smithi086 bash[26112]: cephadm 2023-12-21T04:44:41.646475+0000 mgr.smithi086.vbfnjc (mgr.14182) 27 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2023-12-21T04:44:43.110 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:42 smithi086 bash[26112]: cephadm 2023-12-21T04:44:41.646858+0000 mgr.smithi086.vbfnjc (mgr.14182) 28 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-12-21T04:44:43.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:42 smithi105 bash[29232]: cephadm 2023-12-21T04:44:41.646475+0000 mgr.smithi086.vbfnjc (mgr.14182) 27 : cephadm [INF] Updating smithi086:/etc/ceph/ceph.conf 2023-12-21T04:44:43.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:42 smithi105 bash[29232]: cephadm 2023-12-21T04:44:41.646858+0000 mgr.smithi086.vbfnjc (mgr.14182) 28 : cephadm [INF] Updating smithi105:/etc/ceph/ceph.conf 2023-12-21T04:44:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:43 smithi086 bash[26112]: cluster 2023-12-21T04:44:42.691918+0000 mgr.smithi086.vbfnjc (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:43 smithi105 bash[29232]: cluster 2023-12-21T04:44:42.691918+0000 mgr.smithi086.vbfnjc (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:44.776 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:44:45.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:44 smithi086 bash[26112]: audit 2023-12-21T04:44:44.775508+0000 mon.smithi086 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.86:0/2300287207' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:44:45.372 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-12-21T04:44:45.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:44 smithi105 bash[29232]: audit 2023-12-21T04:44:44.775508+0000 mon.smithi086 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.86:0/2300287207' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:44:46.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:45 smithi105 bash[29232]: cluster 2023-12-21T04:44:44.692377+0000 mgr.smithi086.vbfnjc (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:46.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:45 smithi086 bash[26112]: cluster 2023-12-21T04:44:44.692377+0000 mgr.smithi086.vbfnjc (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:46.373 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:44:48.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:47 smithi105 bash[29232]: cluster 2023-12-21T04:44:46.692762+0000 mgr.smithi086.vbfnjc (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:47 smithi086 bash[26112]: cluster 2023-12-21T04:44:46.692762+0000 mgr.smithi086.vbfnjc (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:50.223 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:49 smithi086 bash[26112]: cluster 2023-12-21T04:44:48.693163+0000 mgr.smithi086.vbfnjc (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:50.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:49 smithi105 bash[29232]: cluster 2023-12-21T04:44:48.693163+0000 mgr.smithi086.vbfnjc (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:50.567 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:44:51.187 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1703133890,"num_remapped_pgs":0} 2023-12-21T04:44:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:50 smithi086 bash[26112]: audit 2023-12-21T04:44:50.242026+0000 mon.smithi105 (mon.1) 2 : audit [INF] from='client.? 172.21.15.105:0/3577563108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "692bbf67-16d9-4da9-9124-b385d540776f"}]: dispatch 2023-12-21T04:44:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:50 smithi086 bash[26112]: audit 2023-12-21T04:44:50.242885+0000 mon.smithi086 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "692bbf67-16d9-4da9-9124-b385d540776f"}]: dispatch 2023-12-21T04:44:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:50 smithi086 bash[26112]: audit 2023-12-21T04:44:50.249076+0000 mon.smithi086 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "692bbf67-16d9-4da9-9124-b385d540776f"}]': finished 2023-12-21T04:44:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:50 smithi086 bash[26112]: cluster 2023-12-21T04:44:50.249156+0000 mon.smithi086 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-21T04:44:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:50 smithi086 bash[26112]: audit 2023-12-21T04:44:50.249330+0000 mon.smithi086 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:50 smithi086 bash[26112]: audit 2023-12-21T04:44:50.566611+0000 mon.smithi086 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.86:0/2908356884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:44:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:50 smithi105 bash[29232]: audit 2023-12-21T04:44:50.242026+0000 mon.smithi105 (mon.1) 2 : audit [INF] from='client.? 172.21.15.105:0/3577563108' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "692bbf67-16d9-4da9-9124-b385d540776f"}]: dispatch 2023-12-21T04:44:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:50 smithi105 bash[29232]: audit 2023-12-21T04:44:50.242885+0000 mon.smithi086 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "692bbf67-16d9-4da9-9124-b385d540776f"}]: dispatch 2023-12-21T04:44:51.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:50 smithi105 bash[29232]: audit 2023-12-21T04:44:50.249076+0000 mon.smithi086 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "692bbf67-16d9-4da9-9124-b385d540776f"}]': finished 2023-12-21T04:44:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:50 smithi105 bash[29232]: cluster 2023-12-21T04:44:50.249156+0000 mon.smithi086 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-21T04:44:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:50 smithi105 bash[29232]: audit 2023-12-21T04:44:50.249330+0000 mon.smithi086 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:50 smithi105 bash[29232]: audit 2023-12-21T04:44:50.566611+0000 mon.smithi086 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.86:0/2908356884' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:44:52.189 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:44:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:51 smithi086 bash[26112]: cluster 2023-12-21T04:44:50.693440+0000 mgr.smithi086.vbfnjc (mgr.14182) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:51 smithi086 bash[26112]: audit 2023-12-21T04:44:51.336248+0000 mon.smithi105 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.105:0/2284917066' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:51 smithi086 bash[26112]: audit 2023-12-21T04:44:51.427440+0000 mon.smithi086 (mon.0) 213 : audit [INF] from='client.? 172.21.15.86:0/1872493700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24aef948-561a-4992-b290-fec3e8c14d1b"}]: dispatch 2023-12-21T04:44:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:51 smithi086 bash[26112]: audit 2023-12-21T04:44:51.434612+0000 mon.smithi086 (mon.0) 214 : audit [INF] from='client.? 172.21.15.86:0/1872493700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24aef948-561a-4992-b290-fec3e8c14d1b"}]': finished 2023-12-21T04:44:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:51 smithi086 bash[26112]: cluster 2023-12-21T04:44:51.434739+0000 mon.smithi086 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-21T04:44:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:51 smithi086 bash[26112]: audit 2023-12-21T04:44:51.434883+0000 mon.smithi086 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:51 smithi086 bash[26112]: audit 2023-12-21T04:44:51.435396+0000 mon.smithi086 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:44:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:51 smithi105 bash[29232]: cluster 2023-12-21T04:44:50.693440+0000 mgr.smithi086.vbfnjc (mgr.14182) 33 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:51 smithi105 bash[29232]: audit 2023-12-21T04:44:51.336248+0000 mon.smithi105 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.105:0/2284917066' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:51 smithi105 bash[29232]: audit 2023-12-21T04:44:51.427440+0000 mon.smithi086 (mon.0) 213 : audit [INF] from='client.? 172.21.15.86:0/1872493700' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "24aef948-561a-4992-b290-fec3e8c14d1b"}]: dispatch 2023-12-21T04:44:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:51 smithi105 bash[29232]: audit 2023-12-21T04:44:51.434612+0000 mon.smithi086 (mon.0) 214 : audit [INF] from='client.? 172.21.15.86:0/1872493700' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "24aef948-561a-4992-b290-fec3e8c14d1b"}]': finished 2023-12-21T04:44:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:51 smithi105 bash[29232]: cluster 2023-12-21T04:44:51.434739+0000 mon.smithi086 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-21T04:44:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:51 smithi105 bash[29232]: audit 2023-12-21T04:44:51.434883+0000 mon.smithi086 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:51 smithi105 bash[29232]: audit 2023-12-21T04:44:51.435396+0000 mon.smithi086 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:44:53.221 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:52 smithi086 bash[26112]: audit 2023-12-21T04:44:52.464141+0000 mon.smithi086 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.86:0/2524951716' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:53.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:52 smithi105 bash[29232]: audit 2023-12-21T04:44:52.464141+0000 mon.smithi086 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.86:0/2524951716' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:54.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:53 smithi086 bash[26112]: cluster 2023-12-21T04:44:52.693836+0000 mgr.smithi086.vbfnjc (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:54.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:53 smithi105 bash[29232]: cluster 2023-12-21T04:44:52.693836+0000 mgr.smithi086.vbfnjc (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:55.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:54 smithi086 bash[26112]: audit 2023-12-21T04:44:54.037404+0000 mon.smithi105 (mon.1) 4 : audit [INF] from='client.? 172.21.15.105:0/2487304445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82060db4-0376-41ed-ad12-aa3b0b1e06a5"}]: dispatch 2023-12-21T04:44:55.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:54 smithi086 bash[26112]: audit 2023-12-21T04:44:54.038284+0000 mon.smithi086 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82060db4-0376-41ed-ad12-aa3b0b1e06a5"}]: dispatch 2023-12-21T04:44:55.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:54 smithi086 bash[26112]: audit 2023-12-21T04:44:54.049813+0000 mon.smithi086 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82060db4-0376-41ed-ad12-aa3b0b1e06a5"}]': finished 2023-12-21T04:44:55.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:54 smithi086 bash[26112]: cluster 2023-12-21T04:44:54.049887+0000 mon.smithi086 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-21T04:44:55.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:54 smithi086 bash[26112]: audit 2023-12-21T04:44:54.050131+0000 mon.smithi086 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:55.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:54 smithi086 bash[26112]: audit 2023-12-21T04:44:54.050832+0000 mon.smithi086 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:44:55.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:54 smithi086 bash[26112]: audit 2023-12-21T04:44:54.051186+0000 mon.smithi086 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:44:55.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:54 smithi105 bash[29232]: audit 2023-12-21T04:44:54.037404+0000 mon.smithi105 (mon.1) 4 : audit [INF] from='client.? 172.21.15.105:0/2487304445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82060db4-0376-41ed-ad12-aa3b0b1e06a5"}]: dispatch 2023-12-21T04:44:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:54 smithi105 bash[29232]: audit 2023-12-21T04:44:54.038284+0000 mon.smithi086 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82060db4-0376-41ed-ad12-aa3b0b1e06a5"}]: dispatch 2023-12-21T04:44:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:54 smithi105 bash[29232]: audit 2023-12-21T04:44:54.049813+0000 mon.smithi086 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82060db4-0376-41ed-ad12-aa3b0b1e06a5"}]': finished 2023-12-21T04:44:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:54 smithi105 bash[29232]: cluster 2023-12-21T04:44:54.049887+0000 mon.smithi086 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-21T04:44:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:54 smithi105 bash[29232]: audit 2023-12-21T04:44:54.050131+0000 mon.smithi086 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:54 smithi105 bash[29232]: audit 2023-12-21T04:44:54.050832+0000 mon.smithi086 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:44:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:54 smithi105 bash[29232]: audit 2023-12-21T04:44:54.051186+0000 mon.smithi086 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:44:55.400 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:44:56.221 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703133895,"num_remapped_pgs":0} 2023-12-21T04:44:56.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: cluster 2023-12-21T04:44:54.694376+0000 mgr.smithi086.vbfnjc (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: audit 2023-12-21T04:44:55.112239+0000 mon.smithi105 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.105:0/2347881302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: audit 2023-12-21T04:44:55.256944+0000 mon.smithi086 (mon.0) 225 : audit [INF] from='client.? 172.21.15.86:0/1245765696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc4e4262-721b-4ab6-8feb-c95876a0d03f"}]: dispatch 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: audit 2023-12-21T04:44:55.264389+0000 mon.smithi086 (mon.0) 226 : audit [INF] from='client.? 172.21.15.86:0/1245765696' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc4e4262-721b-4ab6-8feb-c95876a0d03f"}]': finished 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: cluster 2023-12-21T04:44:55.264497+0000 mon.smithi086 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: audit 2023-12-21T04:44:55.264620+0000 mon.smithi086 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: audit 2023-12-21T04:44:55.264864+0000 mon.smithi086 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: audit 2023-12-21T04:44:55.265067+0000 mon.smithi086 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: audit 2023-12-21T04:44:55.265268+0000 mon.smithi086 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:44:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:56 smithi105 bash[29232]: audit 2023-12-21T04:44:55.399676+0000 mon.smithi086 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.86:0/1679351854' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:44:56.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: cluster 2023-12-21T04:44:54.694376+0000 mgr.smithi086.vbfnjc (mgr.14182) 35 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:56.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: audit 2023-12-21T04:44:55.112239+0000 mon.smithi105 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.105:0/2347881302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: audit 2023-12-21T04:44:55.256944+0000 mon.smithi086 (mon.0) 225 : audit [INF] from='client.? 172.21.15.86:0/1245765696' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc4e4262-721b-4ab6-8feb-c95876a0d03f"}]: dispatch 2023-12-21T04:44:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: audit 2023-12-21T04:44:55.264389+0000 mon.smithi086 (mon.0) 226 : audit [INF] from='client.? 172.21.15.86:0/1245765696' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc4e4262-721b-4ab6-8feb-c95876a0d03f"}]': finished 2023-12-21T04:44:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: cluster 2023-12-21T04:44:55.264497+0000 mon.smithi086 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-21T04:44:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: audit 2023-12-21T04:44:55.264620+0000 mon.smithi086 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: audit 2023-12-21T04:44:55.264864+0000 mon.smithi086 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:44:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: audit 2023-12-21T04:44:55.265067+0000 mon.smithi086 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:44:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: audit 2023-12-21T04:44:55.265268+0000 mon.smithi086 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:44:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:56 smithi086 bash[26112]: audit 2023-12-21T04:44:55.399676+0000 mon.smithi086 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.86:0/1679351854' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:44:57.221 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:44:57.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:57 smithi105 bash[29232]: audit 2023-12-21T04:44:56.690626+0000 mon.smithi086 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.86:0/3325416207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:57.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:57 smithi086 bash[26112]: audit 2023-12-21T04:44:56.690626+0000 mon.smithi086 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.86:0/3325416207' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:58.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: cluster 2023-12-21T04:44:56.694774+0000 mgr.smithi086.vbfnjc (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: audit 2023-12-21T04:44:57.843606+0000 mon.smithi105 (mon.1) 6 : audit [INF] from='client.? 172.21.15.105:0/853628763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15b40954-44f6-49c6-bae1-9c717a422003"}]: dispatch 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: audit 2023-12-21T04:44:57.844157+0000 mon.smithi086 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15b40954-44f6-49c6-bae1-9c717a422003"}]: dispatch 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: audit 2023-12-21T04:44:57.850547+0000 mon.smithi086 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15b40954-44f6-49c6-bae1-9c717a422003"}]': finished 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: cluster 2023-12-21T04:44:57.850632+0000 mon.smithi086 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: audit 2023-12-21T04:44:57.850753+0000 mon.smithi086 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: audit 2023-12-21T04:44:57.851069+0000 mon.smithi086 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: audit 2023-12-21T04:44:57.851302+0000 mon.smithi086 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: audit 2023-12-21T04:44:57.851529+0000 mon.smithi086 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:44:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:58 smithi105 bash[29232]: audit 2023-12-21T04:44:57.851732+0000 mon.smithi086 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:44:58.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: cluster 2023-12-21T04:44:56.694774+0000 mgr.smithi086.vbfnjc (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:44:58.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: audit 2023-12-21T04:44:57.843606+0000 mon.smithi105 (mon.1) 6 : audit [INF] from='client.? 172.21.15.105:0/853628763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15b40954-44f6-49c6-bae1-9c717a422003"}]: dispatch 2023-12-21T04:44:58.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: audit 2023-12-21T04:44:57.844157+0000 mon.smithi086 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15b40954-44f6-49c6-bae1-9c717a422003"}]: dispatch 2023-12-21T04:44:58.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: audit 2023-12-21T04:44:57.850547+0000 mon.smithi086 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15b40954-44f6-49c6-bae1-9c717a422003"}]': finished 2023-12-21T04:44:58.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: cluster 2023-12-21T04:44:57.850632+0000 mon.smithi086 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-21T04:44:58.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: audit 2023-12-21T04:44:57.850753+0000 mon.smithi086 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:44:58.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: audit 2023-12-21T04:44:57.851069+0000 mon.smithi086 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:44:58.423 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: audit 2023-12-21T04:44:57.851302+0000 mon.smithi086 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:44:58.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: audit 2023-12-21T04:44:57.851529+0000 mon.smithi086 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:44:58.424 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:58 smithi086 bash[26112]: audit 2023-12-21T04:44:57.851732+0000 mon.smithi086 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:44:59.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:44:59 smithi105 bash[29232]: audit 2023-12-21T04:44:58.977710+0000 mon.smithi105 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.105:0/3585917791' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:44:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:44:59 smithi086 bash[26112]: audit 2023-12-21T04:44:58.977710+0000 mon.smithi105 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.105:0/3585917791' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:45:00.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: cluster 2023-12-21T04:44:58.695163+0000 mgr.smithi086.vbfnjc (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: audit 2023-12-21T04:44:59.483926+0000 mon.smithi086 (mon.0) 242 : audit [INF] from='client.? 172.21.15.86:0/3381946156' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4f4e689-8a64-4862-863e-33d844b0da96"}]: dispatch 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: audit 2023-12-21T04:44:59.492694+0000 mon.smithi086 (mon.0) 243 : audit [INF] from='client.? 172.21.15.86:0/3381946156' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4f4e689-8a64-4862-863e-33d844b0da96"}]': finished 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: cluster 2023-12-21T04:44:59.492813+0000 mon.smithi086 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: audit 2023-12-21T04:44:59.493097+0000 mon.smithi086 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: audit 2023-12-21T04:44:59.493918+0000 mon.smithi086 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: audit 2023-12-21T04:44:59.494446+0000 mon.smithi086 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: audit 2023-12-21T04:44:59.494887+0000 mon.smithi086 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: audit 2023-12-21T04:44:59.495383+0000 mon.smithi086 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:00 smithi105 bash[29232]: audit 2023-12-21T04:44:59.495879+0000 mon.smithi086 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:00.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: cluster 2023-12-21T04:44:58.695163+0000 mgr.smithi086.vbfnjc (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:00.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: audit 2023-12-21T04:44:59.483926+0000 mon.smithi086 (mon.0) 242 : audit [INF] from='client.? 172.21.15.86:0/3381946156' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f4f4e689-8a64-4862-863e-33d844b0da96"}]: dispatch 2023-12-21T04:45:00.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: audit 2023-12-21T04:44:59.492694+0000 mon.smithi086 (mon.0) 243 : audit [INF] from='client.? 172.21.15.86:0/3381946156' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f4f4e689-8a64-4862-863e-33d844b0da96"}]': finished 2023-12-21T04:45:00.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: cluster 2023-12-21T04:44:59.492813+0000 mon.smithi086 (mon.0) 244 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-21T04:45:00.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: audit 2023-12-21T04:44:59.493097+0000 mon.smithi086 (mon.0) 245 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:00.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: audit 2023-12-21T04:44:59.493918+0000 mon.smithi086 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:00.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: audit 2023-12-21T04:44:59.494446+0000 mon.smithi086 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:00.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: audit 2023-12-21T04:44:59.494887+0000 mon.smithi086 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:00.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: audit 2023-12-21T04:44:59.495383+0000 mon.smithi086 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:00.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:00 smithi086 bash[26112]: audit 2023-12-21T04:44:59.495879+0000 mon.smithi086 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:00.661 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:01.279 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1703133899,"num_remapped_pgs":0} 2023-12-21T04:45:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:01 smithi105 bash[29232]: audit 2023-12-21T04:45:00.660282+0000 mon.smithi086 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.86:0/2405542243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:01 smithi105 bash[29232]: audit 2023-12-21T04:45:00.910845+0000 mon.smithi086 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.86:0/3899656142' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:45:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:01 smithi086 bash[26112]: audit 2023-12-21T04:45:00.660282+0000 mon.smithi086 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.86:0/2405542243' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:01 smithi086 bash[26112]: audit 2023-12-21T04:45:00.910845+0000 mon.smithi086 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.86:0/3899656142' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:45:02.281 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:02.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: cluster 2023-12-21T04:45:00.695627+0000 mgr.smithi086.vbfnjc (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:02.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.754464+0000 mon.smithi105 (mon.1) 8 : audit [INF] from='client.? 172.21.15.105:0/538422813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f78c38f-3a43-4282-bbe9-c142c0f57bd4"}]: dispatch 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.755167+0000 mon.smithi086 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f78c38f-3a43-4282-bbe9-c142c0f57bd4"}]: dispatch 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.763188+0000 mon.smithi086 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f78c38f-3a43-4282-bbe9-c142c0f57bd4"}]': finished 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: cluster 2023-12-21T04:45:01.763297+0000 mon.smithi086 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.763520+0000 mon.smithi086 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.764308+0000 mon.smithi086 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.764760+0000 mon.smithi086 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.765186+0000 mon.smithi086 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.765618+0000 mon.smithi086 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.766073+0000 mon.smithi086 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:02 smithi105 bash[29232]: audit 2023-12-21T04:45:01.766576+0000 mon.smithi086 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:02.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: cluster 2023-12-21T04:45:00.695627+0000 mgr.smithi086.vbfnjc (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:02.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.754464+0000 mon.smithi105 (mon.1) 8 : audit [INF] from='client.? 172.21.15.105:0/538422813' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f78c38f-3a43-4282-bbe9-c142c0f57bd4"}]: dispatch 2023-12-21T04:45:02.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.755167+0000 mon.smithi086 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f78c38f-3a43-4282-bbe9-c142c0f57bd4"}]: dispatch 2023-12-21T04:45:02.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.763188+0000 mon.smithi086 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f78c38f-3a43-4282-bbe9-c142c0f57bd4"}]': finished 2023-12-21T04:45:02.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: cluster 2023-12-21T04:45:01.763297+0000 mon.smithi086 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-21T04:45:02.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.763520+0000 mon.smithi086 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:02.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.764308+0000 mon.smithi086 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:02.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.764760+0000 mon.smithi086 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:02.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.765186+0000 mon.smithi086 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:02.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.765618+0000 mon.smithi086 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:02.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.766073+0000 mon.smithi086 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:02.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:02 smithi086 bash[26112]: audit 2023-12-21T04:45:01.766576+0000 mon.smithi086 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:04.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: cluster 2023-12-21T04:45:02.696050+0000 mgr.smithi086.vbfnjc (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:04.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:02.882075+0000 mon.smithi086 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.105:0/1665309136' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:45:04.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.649601+0000 mon.smithi086 (mon.0) 264 : audit [INF] from='client.? 172.21.15.86:0/3301037228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d1b2c36-428f-4920-b1e5-a1ff36246509"}]: dispatch 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.656427+0000 mon.smithi086 (mon.0) 265 : audit [INF] from='client.? 172.21.15.86:0/3301037228' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d1b2c36-428f-4920-b1e5-a1ff36246509"}]': finished 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: cluster 2023-12-21T04:45:03.656529+0000 mon.smithi086 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.656772+0000 mon.smithi086 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.657575+0000 mon.smithi086 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.658208+0000 mon.smithi086 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.658757+0000 mon.smithi086 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.659209+0000 mon.smithi086 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.659563+0000 mon.smithi086 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.659938+0000 mon.smithi086 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:03 smithi086 bash[26112]: audit 2023-12-21T04:45:03.660394+0000 mon.smithi086 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:04.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: cluster 2023-12-21T04:45:02.696050+0000 mgr.smithi086.vbfnjc (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:02.882075+0000 mon.smithi086 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.105:0/1665309136' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.649601+0000 mon.smithi086 (mon.0) 264 : audit [INF] from='client.? 172.21.15.86:0/3301037228' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0d1b2c36-428f-4920-b1e5-a1ff36246509"}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.656427+0000 mon.smithi086 (mon.0) 265 : audit [INF] from='client.? 172.21.15.86:0/3301037228' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0d1b2c36-428f-4920-b1e5-a1ff36246509"}]': finished 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: cluster 2023-12-21T04:45:03.656529+0000 mon.smithi086 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.656772+0000 mon.smithi086 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.657575+0000 mon.smithi086 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.658208+0000 mon.smithi086 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.658757+0000 mon.smithi086 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.659209+0000 mon.smithi086 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.659563+0000 mon.smithi086 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.659938+0000 mon.smithi086 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:03 smithi105 bash[29232]: audit 2023-12-21T04:45:03.660394+0000 mon.smithi086 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:05.703 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:05 smithi105 bash[29232]: cluster 2023-12-21T04:45:04.696455+0000 mgr.smithi086.vbfnjc (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:05 smithi105 bash[29232]: audit 2023-12-21T04:45:05.658797+0000 mon.smithi086 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.86:0/1515307581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:45:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:05 smithi105 bash[29232]: audit 2023-12-21T04:45:05.702010+0000 mon.smithi086 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.86:0/2030347681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:06.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:05 smithi086 bash[26112]: cluster 2023-12-21T04:45:04.696455+0000 mgr.smithi086.vbfnjc (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:06.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:05 smithi086 bash[26112]: audit 2023-12-21T04:45:05.658797+0000 mon.smithi086 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.86:0/1515307581' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-21T04:45:06.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:05 smithi086 bash[26112]: audit 2023-12-21T04:45:05.702010+0000 mon.smithi086 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.86:0/2030347681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:06.337 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":0} 2023-12-21T04:45:07.338 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:08.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:07 smithi105 bash[29232]: cluster 2023-12-21T04:45:06.696871+0000 mgr.smithi086.vbfnjc (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:08.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:07 smithi086 bash[26112]: cluster 2023-12-21T04:45:06.696871+0000 mgr.smithi086.vbfnjc (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:10.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:09 smithi105 bash[29232]: cluster 2023-12-21T04:45:08.697298+0000 mgr.smithi086.vbfnjc (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:10.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:09 smithi086 bash[26112]: cluster 2023-12-21T04:45:08.697298+0000 mgr.smithi086.vbfnjc (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:10.777 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:11.318 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":0} 2023-12-21T04:45:11.928 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:11 smithi105 bash[29232]: cluster 2023-12-21T04:45:10.697702+0000 mgr.smithi086.vbfnjc (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:11.928 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:11 smithi105 bash[29232]: audit 2023-12-21T04:45:10.776036+0000 mon.smithi086 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.86:0/2826369919' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:11 smithi086 bash[26112]: cluster 2023-12-21T04:45:10.697702+0000 mgr.smithi086.vbfnjc (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:11 smithi086 bash[26112]: audit 2023-12-21T04:45:10.776036+0000 mon.smithi086 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.86:0/2826369919' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:12.319 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:14.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:13 smithi086 bash[26112]: cluster 2023-12-21T04:45:12.698233+0000 mgr.smithi086.vbfnjc (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:14.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:13 smithi105 bash[29232]: cluster 2023-12-21T04:45:12.698233+0000 mgr.smithi086.vbfnjc (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:15.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:14 smithi086 bash[26112]: audit 2023-12-21T04:45:14.313601+0000 mon.smithi086 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T04:45:15.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:14 smithi086 bash[26112]: audit 2023-12-21T04:45:14.315546+0000 mon.smithi086 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:15.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:14 smithi105 bash[29232]: audit 2023-12-21T04:45:14.313601+0000 mon.smithi086 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-21T04:45:15.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:14 smithi105 bash[29232]: audit 2023-12-21T04:45:14.315546+0000 mon.smithi086 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:15.916 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:15.978 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:15 smithi086 bash[26112]: cephadm 2023-12-21T04:45:14.316949+0000 mgr.smithi086.vbfnjc (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi105 2023-12-21T04:45:15.978 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:15 smithi086 bash[26112]: cluster 2023-12-21T04:45:14.698699+0000 mgr.smithi086.vbfnjc (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:16.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:15 smithi105 bash[29232]: cephadm 2023-12-21T04:45:14.316949+0000 mgr.smithi086.vbfnjc (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi105 2023-12-21T04:45:16.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:15 smithi105 bash[29232]: cluster 2023-12-21T04:45:14.698699+0000 mgr.smithi086.vbfnjc (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:16.769 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":0} 2023-12-21T04:45:16.948 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:16 smithi105 bash[29232]: audit 2023-12-21T04:45:15.914860+0000 mon.smithi086 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.86:0/556214489' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:16 smithi086 bash[26112]: audit 2023-12-21T04:45:15.914860+0000 mon.smithi086 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.86:0/556214489' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:17.769 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:18.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:17 smithi086 bash[26112]: cluster 2023-12-21T04:45:16.699118+0000 mgr.smithi086.vbfnjc (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:18.028 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:17 smithi105 bash[29232]: cluster 2023-12-21T04:45:16.699118+0000 mgr.smithi086.vbfnjc (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:19.470 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:19 smithi105 bash[29232]: audit 2023-12-21T04:45:18.183139+0000 mon.smithi086 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:19.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:19 smithi105 bash[29232]: audit 2023-12-21T04:45:18.184947+0000 mon.smithi086 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T04:45:19.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:19 smithi105 bash[29232]: audit 2023-12-21T04:45:18.186422+0000 mon.smithi086 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:19.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:19 smithi105 bash[29232]: cephadm 2023-12-21T04:45:18.187631+0000 mgr.smithi086.vbfnjc (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi105 2023-12-21T04:45:19.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:19 smithi105 bash[29232]: audit 2023-12-21T04:45:18.492706+0000 mon.smithi086 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T04:45:19.471 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:19 smithi105 bash[29232]: audit 2023-12-21T04:45:18.494170+0000 mon.smithi086 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:19 smithi086 bash[26112]: audit 2023-12-21T04:45:18.183139+0000 mon.smithi086 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:19 smithi086 bash[26112]: audit 2023-12-21T04:45:18.184947+0000 mon.smithi086 (mon.0) 282 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-21T04:45:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:19 smithi086 bash[26112]: audit 2023-12-21T04:45:18.186422+0000 mon.smithi086 (mon.0) 283 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:19 smithi086 bash[26112]: cephadm 2023-12-21T04:45:18.187631+0000 mgr.smithi086.vbfnjc (mgr.14182) 48 : cephadm [INF] Deploying daemon osd.2 on smithi105 2023-12-21T04:45:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:19 smithi086 bash[26112]: audit 2023-12-21T04:45:18.492706+0000 mon.smithi086 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-21T04:45:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:19 smithi086 bash[26112]: audit 2023-12-21T04:45:18.494170+0000 mon.smithi086 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:20.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:20 smithi086 bash[26112]: cephadm 2023-12-21T04:45:18.495566+0000 mgr.smithi086.vbfnjc (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.1 on smithi086 2023-12-21T04:45:20.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:20 smithi086 bash[26112]: cluster 2023-12-21T04:45:18.699439+0000 mgr.smithi086.vbfnjc (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:20.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:20 smithi105 bash[29232]: cephadm 2023-12-21T04:45:18.495566+0000 mgr.smithi086.vbfnjc (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.1 on smithi086 2023-12-21T04:45:20.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:20 smithi105 bash[29232]: cluster 2023-12-21T04:45:18.699439+0000 mgr.smithi086.vbfnjc (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:21.955 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:22 smithi105 bash[29232]: cluster 2023-12-21T04:45:20.699802+0000 mgr.smithi086.vbfnjc (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:22.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:22 smithi105 bash[29232]: audit 2023-12-21T04:45:21.953711+0000 mon.smithi086 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.86:0/541225364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:22.394 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:22 smithi086 bash[26112]: cluster 2023-12-21T04:45:20.699802+0000 mgr.smithi086.vbfnjc (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:22.395 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:22 smithi086 bash[26112]: audit 2023-12-21T04:45:21.953711+0000 mon.smithi086 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.86:0/541225364' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:22.680 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":0} 2023-12-21T04:45:23.682 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:24.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:23 smithi086 bash[26112]: cluster 2023-12-21T04:45:22.700235+0000 mgr.smithi086.vbfnjc (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:24.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:23 smithi086 bash[26112]: audit 2023-12-21T04:45:23.317344+0000 mon.smithi086 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:24.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:23 smithi086 bash[26112]: audit 2023-12-21T04:45:23.318610+0000 mon.smithi086 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T04:45:24.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:23 smithi086 bash[26112]: audit 2023-12-21T04:45:23.319855+0000 mon.smithi086 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:24.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:23 smithi086 bash[26112]: audit 2023-12-21T04:45:23.374945+0000 mon.smithi086 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:24.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:23 smithi086 bash[26112]: audit 2023-12-21T04:45:23.376339+0000 mon.smithi086 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T04:45:24.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:23 smithi086 bash[26112]: audit 2023-12-21T04:45:23.377583+0000 mon.smithi086 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:23 smithi105 bash[29232]: cluster 2023-12-21T04:45:22.700235+0000 mgr.smithi086.vbfnjc (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:23 smithi105 bash[29232]: audit 2023-12-21T04:45:23.317344+0000 mon.smithi086 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:23 smithi105 bash[29232]: audit 2023-12-21T04:45:23.318610+0000 mon.smithi086 (mon.0) 288 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-21T04:45:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:23 smithi105 bash[29232]: audit 2023-12-21T04:45:23.319855+0000 mon.smithi086 (mon.0) 289 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:23 smithi105 bash[29232]: audit 2023-12-21T04:45:23.374945+0000 mon.smithi086 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:23 smithi105 bash[29232]: audit 2023-12-21T04:45:23.376339+0000 mon.smithi086 (mon.0) 291 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-21T04:45:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:23 smithi105 bash[29232]: audit 2023-12-21T04:45:23.377583+0000 mon.smithi086 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:24.952 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:24 smithi105 bash[29232]: cephadm 2023-12-21T04:45:23.321065+0000 mgr.smithi086.vbfnjc (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.3 on smithi086 2023-12-21T04:45:24.952 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:24 smithi105 bash[29232]: cephadm 2023-12-21T04:45:23.378684+0000 mgr.smithi086.vbfnjc (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.4 on smithi105 2023-12-21T04:45:25.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:24 smithi086 bash[26112]: cephadm 2023-12-21T04:45:23.321065+0000 mgr.smithi086.vbfnjc (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.3 on smithi086 2023-12-21T04:45:25.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:24 smithi086 bash[26112]: cephadm 2023-12-21T04:45:23.378684+0000 mgr.smithi086.vbfnjc (mgr.14182) 54 : cephadm [INF] Deploying daemon osd.4 on smithi105 2023-12-21T04:45:26.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:25 smithi086 bash[26112]: cluster 2023-12-21T04:45:24.700657+0000 mgr.smithi086.vbfnjc (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:26.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:25 smithi105 bash[29232]: cluster 2023-12-21T04:45:24.700657+0000 mgr.smithi086.vbfnjc (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:27.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:26 smithi086 bash[26112]: audit 2023-12-21T04:45:25.832076+0000 mon.smithi105 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/1259173322,v1:172.21.15.105:6801/1259173322]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:45:27.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:26 smithi086 bash[26112]: audit 2023-12-21T04:45:25.832403+0000 mon.smithi086 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:45:27.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:26 smithi105 bash[29232]: audit 2023-12-21T04:45:25.832076+0000 mon.smithi105 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/1259173322,v1:172.21.15.105:6801/1259173322]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:45:27.079 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:26 smithi105 bash[29232]: audit 2023-12-21T04:45:25.832403+0000 mon.smithi086 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: cluster 2023-12-21T04:45:26.701026+0000 mgr.smithi086.vbfnjc (mgr.14182) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.702452+0000 mon.smithi086 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: cluster 2023-12-21T04:45:26.702548+0000 mon.smithi086 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.703172+0000 mon.smithi086 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.703915+0000 mon.smithi086 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.704472+0000 mon.smithi105 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/1259173322,v1:172.21.15.105:6801/1259173322]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.704517+0000 mon.smithi086 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.705039+0000 mon.smithi086 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.705537+0000 mon.smithi086 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.706016+0000 mon.smithi086 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.706526+0000 mon.smithi086 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.710896+0000 mon.smithi086 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:27.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:27 smithi105 bash[29232]: audit 2023-12-21T04:45:26.712304+0000 mon.smithi086 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:28.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: cluster 2023-12-21T04:45:26.701026+0000 mgr.smithi086.vbfnjc (mgr.14182) 56 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.702452+0000 mon.smithi086 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: cluster 2023-12-21T04:45:26.702548+0000 mon.smithi086 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.703172+0000 mon.smithi086 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.703915+0000 mon.smithi086 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.704472+0000 mon.smithi105 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.105:6800/1259173322,v1:172.21.15.105:6801/1259173322]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.704517+0000 mon.smithi086 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.705039+0000 mon.smithi086 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.705537+0000 mon.smithi086 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.706016+0000 mon.smithi086 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.706526+0000 mon.smithi086 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.710896+0000 mon.smithi086 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:28.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:27 smithi086 bash[26112]: audit 2023-12-21T04:45:26.712304+0000 mon.smithi086 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:28.905 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.718740+0000 mon.smithi086 (mon.0) 305 : 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-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: cluster 2023-12-21T04:45:27.718906+0000 mon.smithi086 (mon.0) 306 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.719635+0000 mon.smithi086 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.720215+0000 mon.smithi086 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.720587+0000 mon.smithi086 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.721145+0000 mon.smithi086 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.721529+0000 mon.smithi086 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.721953+0000 mon.smithi086 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:28.973 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.722393+0000 mon.smithi086 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:28.974 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.722770+0000 mon.smithi086 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:28.974 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:27.731081+0000 mon.smithi086 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:28.974 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:28.502224+0000 mon.smithi086 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:28.974 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:28.503700+0000 mon.smithi086 (mon.0) 317 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T04:45:28.974 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:28 smithi086 bash[26112]: audit 2023-12-21T04:45:28.505064+0000 mon.smithi086 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:29.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.718740+0000 mon.smithi086 (mon.0) 305 : 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-12-21T04:45:29.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: cluster 2023-12-21T04:45:27.718906+0000 mon.smithi086 (mon.0) 306 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-21T04:45:29.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.719635+0000 mon.smithi086 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:29.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.720215+0000 mon.smithi086 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:29.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.720587+0000 mon.smithi086 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:29.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.721145+0000 mon.smithi086 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:29.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.721529+0000 mon.smithi086 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:29.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.721953+0000 mon.smithi086 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:29.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.722393+0000 mon.smithi086 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:29.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.722770+0000 mon.smithi086 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:29.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:27.731081+0000 mon.smithi086 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:29.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:28.502224+0000 mon.smithi086 (mon.0) 316 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:29.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:28.503700+0000 mon.smithi086 (mon.0) 317 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-21T04:45:29.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:28 smithi105 bash[29232]: audit 2023-12-21T04:45:28.505064+0000 mon.smithi086 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:29.753 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1703133928,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":0} 2023-12-21T04:45:29.809 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: cluster 2023-12-21T04:45:26.821924+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:29.809 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: cluster 2023-12-21T04:45:26.822049+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:29.809 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: cephadm 2023-12-21T04:45:28.506029+0000 mgr.smithi086.vbfnjc (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi105 2023-12-21T04:45:29.809 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: cluster 2023-12-21T04:45:28.701312+0000 mgr.smithi086.vbfnjc (mgr.14182) 58 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:29.809 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.725801+0000 mon.smithi086 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:29.809 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: cluster 2023-12-21T04:45:28.733754+0000 mon.smithi086 (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.105:6800/1259173322,v1:172.21.15.105:6801/1259173322] boot 2023-12-21T04:45:29.809 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: cluster 2023-12-21T04:45:28.733828+0000 mon.smithi086 (mon.0) 321 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.734399+0000 mon.smithi086 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.734678+0000 mon.smithi086 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.734823+0000 mon.smithi086 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.735040+0000 mon.smithi086 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.735237+0000 mon.smithi086 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.735428+0000 mon.smithi086 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.735664+0000 mon.smithi086 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.735897+0000 mon.smithi086 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:29.810 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:29 smithi086 bash[26112]: audit 2023-12-21T04:45:28.903334+0000 mon.smithi086 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.86:0/1010616116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: cluster 2023-12-21T04:45:26.821924+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: cluster 2023-12-21T04:45:26.822049+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: cephadm 2023-12-21T04:45:28.506029+0000 mgr.smithi086.vbfnjc (mgr.14182) 57 : cephadm [INF] Deploying daemon osd.6 on smithi105 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: cluster 2023-12-21T04:45:28.701312+0000 mgr.smithi086.vbfnjc (mgr.14182) 58 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.725801+0000 mon.smithi086 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: cluster 2023-12-21T04:45:28.733754+0000 mon.smithi086 (mon.0) 320 : cluster [INF] osd.0 [v2:172.21.15.105:6800/1259173322,v1:172.21.15.105:6801/1259173322] boot 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: cluster 2023-12-21T04:45:28.733828+0000 mon.smithi086 (mon.0) 321 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.734399+0000 mon.smithi086 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.734678+0000 mon.smithi086 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:30.076 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.734823+0000 mon.smithi086 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:30.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.735040+0000 mon.smithi086 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:30.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.735237+0000 mon.smithi086 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:30.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.735428+0000 mon.smithi086 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:30.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.735664+0000 mon.smithi086 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:30.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.735897+0000 mon.smithi086 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:30.077 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:29 smithi105 bash[29232]: audit 2023-12-21T04:45:28.903334+0000 mon.smithi086 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.86:0/1010616116' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:30.755 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: cluster 2023-12-21T04:45:29.754568+0000 mon.smithi086 (mon.0) 331 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-21T04:45:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.754721+0000 mon.smithi086 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.755150+0000 mon.smithi086 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.755440+0000 mon.smithi086 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.755730+0000 mon.smithi086 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.756000+0000 mon.smithi086 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.756286+0000 mon.smithi086 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.756555+0000 mon.smithi086 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.844869+0000 mon.smithi086 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.845999+0000 mon.smithi086 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T04:45:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: audit 2023-12-21T04:45:29.846872+0000 mon.smithi086 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:31.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:30 smithi105 bash[29232]: cephadm 2023-12-21T04:45:29.847676+0000 mgr.smithi086.vbfnjc (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.5 on smithi086 2023-12-21T04:45:31.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: cluster 2023-12-21T04:45:29.754568+0000 mon.smithi086 (mon.0) 331 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.754721+0000 mon.smithi086 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.755150+0000 mon.smithi086 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.755440+0000 mon.smithi086 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.755730+0000 mon.smithi086 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.756000+0000 mon.smithi086 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.756286+0000 mon.smithi086 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.756555+0000 mon.smithi086 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.844869+0000 mon.smithi086 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.845999+0000 mon.smithi086 (mon.0) 340 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: audit 2023-12-21T04:45:29.846872+0000 mon.smithi086 (mon.0) 341 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:30 smithi086 bash[26112]: cephadm 2023-12-21T04:45:29.847676+0000 mgr.smithi086.vbfnjc (mgr.14182) 59 : cephadm [INF] Deploying daemon osd.5 on smithi086 2023-12-21T04:45:32.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:31 smithi105 bash[29232]: cluster 2023-12-21T04:45:30.701827+0000 mgr.smithi086.vbfnjc (mgr.14182) 60 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:45:32.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:31 smithi105 bash[29232]: audit 2023-12-21T04:45:31.811611+0000 mon.smithi105 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/2793692534,v1:172.21.15.105:6809/2793692534]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:45:32.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:31 smithi105 bash[29232]: audit 2023-12-21T04:45:31.811907+0000 mon.smithi086 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:45:32.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:31 smithi086 bash[26112]: cluster 2023-12-21T04:45:30.701827+0000 mgr.smithi086.vbfnjc (mgr.14182) 60 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:45:32.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:31 smithi086 bash[26112]: audit 2023-12-21T04:45:31.811611+0000 mon.smithi105 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/2793692534,v1:172.21.15.105:6809/2793692534]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:45:32.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:31 smithi086 bash[26112]: audit 2023-12-21T04:45:31.811907+0000 mon.smithi086 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-21T04:45:33.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.852695+0000 mon.smithi086 (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T04:45:33.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: cluster 2023-12-21T04:45:31.852862+0000 mon.smithi086 (mon.0) 344 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-21T04:45:33.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.853611+0000 mon.smithi086 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:33.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.854149+0000 mon.smithi105 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/2793692534,v1:172.21.15.105:6809/2793692534]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:33.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.854463+0000 mon.smithi086 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:33.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.855343+0000 mon.smithi086 (mon.0) 347 : 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-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.856091+0000 mon.smithi086 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.862023+0000 mon.smithi086 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.862485+0000 mon.smithi086 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.862717+0000 mon.smithi086 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:31.862956+0000 mon.smithi086 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:32.285626+0000 mon.smithi086 (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:32.853726+0000 mon.smithi086 (mon.0) 354 : 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-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:32.853917+0000 mon.smithi086 (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: cluster 2023-12-21T04:45:32.854017+0000 mon.smithi086 (mon.0) 356 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:32.854365+0000 mon.smithi086 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:32.855292+0000 mon.smithi086 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:33.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:32 smithi105 bash[29232]: audit 2023-12-21T04:45:32.855756+0000 mon.smithi086 (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2023-12-21T04:45:33.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.852695+0000 mon.smithi086 (mon.0) 343 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-21T04:45:33.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: cluster 2023-12-21T04:45:31.852862+0000 mon.smithi086 (mon.0) 344 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-21T04:45:33.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.853611+0000 mon.smithi086 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:33.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.854149+0000 mon.smithi105 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.105:6808/2793692534,v1:172.21.15.105:6809/2793692534]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:33.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.854463+0000 mon.smithi086 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:33.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.855343+0000 mon.smithi086 (mon.0) 347 : 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-12-21T04:45:33.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.856091+0000 mon.smithi086 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:33.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.862023+0000 mon.smithi086 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:33.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.862485+0000 mon.smithi086 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:33.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.862717+0000 mon.smithi086 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:33.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:31.862956+0000 mon.smithi086 (mon.0) 352 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:33.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:32.285626+0000 mon.smithi086 (mon.0) 353 : audit [INF] from='osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-21T04:45:33.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:32.853726+0000 mon.smithi086 (mon.0) 354 : 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-12-21T04:45:33.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:32.853917+0000 mon.smithi086 (mon.0) 355 : audit [INF] from='osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-21T04:45:33.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: cluster 2023-12-21T04:45:32.854017+0000 mon.smithi086 (mon.0) 356 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-21T04:45:33.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:32.854365+0000 mon.smithi086 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:33.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:32.855292+0000 mon.smithi086 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:33.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:32 smithi086 bash[26112]: audit 2023-12-21T04:45:32.855756+0000 mon.smithi086 (mon.0) 359 : audit [INF] from='osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2023-12-21T04:45:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: cluster 2023-12-21T04:45:32.702281+0000 mgr.smithi086.vbfnjc (mgr.14182) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:45:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:32.856319+0000 mon.smithi086 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:32.857618+0000 mon.smithi086 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:32.858032+0000 mon.smithi086 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:32.858548+0000 mon.smithi086 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:32.865576+0000 mon.smithi086 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:32.866271+0000 mon.smithi086 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:33.817942+0000 mon.smithi086 (mon.0) 366 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:33.855214+0000 mon.smithi086 (mon.0) 367 : audit [INF] from='osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2023-12-21T04:45:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: cluster 2023-12-21T04:45:33.855405+0000 mon.smithi086 (mon.0) 368 : cluster [INF] osd.2 [v2:172.21.15.105:6808/2793692534,v1:172.21.15.105:6809/2793692534] boot 2023-12-21T04:45:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: cluster 2023-12-21T04:45:33.855514+0000 mon.smithi086 (mon.0) 369 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-21T04:45:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:33.855739+0000 mon.smithi086 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:33.856605+0000 mon.smithi086 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:33.857837+0000 mon.smithi086 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:34.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:33 smithi105 bash[29232]: audit 2023-12-21T04:45:33.858434+0000 mon.smithi086 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:34.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: cluster 2023-12-21T04:45:32.702281+0000 mgr.smithi086.vbfnjc (mgr.14182) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-21T04:45:34.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:32.856319+0000 mon.smithi086 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:34.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:32.857618+0000 mon.smithi086 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:34.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:32.858032+0000 mon.smithi086 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:34.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:32.858548+0000 mon.smithi086 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:34.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:32.865576+0000 mon.smithi086 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:34.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:32.866271+0000 mon.smithi086 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:34.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:33.817942+0000 mon.smithi086 (mon.0) 366 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:34.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:33.855214+0000 mon.smithi086 (mon.0) 367 : audit [INF] from='osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2023-12-21T04:45:34.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: cluster 2023-12-21T04:45:33.855405+0000 mon.smithi086 (mon.0) 368 : cluster [INF] osd.2 [v2:172.21.15.105:6808/2793692534,v1:172.21.15.105:6809/2793692534] boot 2023-12-21T04:45:34.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: cluster 2023-12-21T04:45:33.855514+0000 mon.smithi086 (mon.0) 369 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-21T04:45:34.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:33.855739+0000 mon.smithi086 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:34.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:33.856605+0000 mon.smithi086 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-21T04:45:34.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:33.857837+0000 mon.smithi086 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:34.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:33 smithi086 bash[26112]: audit 2023-12-21T04:45:33.858434+0000 mon.smithi086 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:35.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:34 smithi105 bash[29232]: cluster 2023-12-21T04:45:32.809997+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:35.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:34 smithi105 bash[29232]: cluster 2023-12-21T04:45:32.810106+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:35.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:34 smithi105 bash[29232]: audit 2023-12-21T04:45:33.858869+0000 mon.smithi086 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:35.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:34 smithi105 bash[29232]: audit 2023-12-21T04:45:33.860107+0000 mon.smithi086 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:35.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:34 smithi105 bash[29232]: audit 2023-12-21T04:45:33.860420+0000 mon.smithi086 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:35.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:34 smithi105 bash[29232]: audit 2023-12-21T04:45:33.868641+0000 mon.smithi086 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:35.197 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:34 smithi086 bash[26112]: cluster 2023-12-21T04:45:32.809997+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:35.197 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:34 smithi086 bash[26112]: cluster 2023-12-21T04:45:32.810106+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:35.197 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:34 smithi086 bash[26112]: audit 2023-12-21T04:45:33.858869+0000 mon.smithi086 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:35.197 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:34 smithi086 bash[26112]: audit 2023-12-21T04:45:33.860107+0000 mon.smithi086 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:35.197 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:34 smithi086 bash[26112]: audit 2023-12-21T04:45:33.860420+0000 mon.smithi086 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:35.197 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:34 smithi086 bash[26112]: audit 2023-12-21T04:45:33.868641+0000 mon.smithi086 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:35.974 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: cluster 2023-12-21T04:45:33.281244+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: cluster 2023-12-21T04:45:33.281344+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: cluster 2023-12-21T04:45:34.702718+0000 mgr.smithi086.vbfnjc (mgr.14182) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: audit 2023-12-21T04:45:34.863195+0000 mon.smithi086 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: cluster 2023-12-21T04:45:34.869045+0000 mon.smithi086 (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308] boot 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: cluster 2023-12-21T04:45:34.869113+0000 mon.smithi086 (mon.0) 380 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: audit 2023-12-21T04:45:34.869902+0000 mon.smithi086 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: audit 2023-12-21T04:45:34.870289+0000 mon.smithi086 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: audit 2023-12-21T04:45:34.870546+0000 mon.smithi086 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: audit 2023-12-21T04:45:34.870854+0000 mon.smithi086 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: audit 2023-12-21T04:45:34.873818+0000 mon.smithi086 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: audit 2023-12-21T04:45:34.874201+0000 mon.smithi086 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:36.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:35 smithi105 bash[29232]: audit 2023-12-21T04:45:34.874497+0000 mon.smithi086 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: cluster 2023-12-21T04:45:33.281244+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: cluster 2023-12-21T04:45:33.281344+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: cluster 2023-12-21T04:45:34.702718+0000 mgr.smithi086.vbfnjc (mgr.14182) 62 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: audit 2023-12-21T04:45:34.863195+0000 mon.smithi086 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: cluster 2023-12-21T04:45:34.869045+0000 mon.smithi086 (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.86:6802/4274554308,v1:172.21.15.86:6803/4274554308] boot 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: cluster 2023-12-21T04:45:34.869113+0000 mon.smithi086 (mon.0) 380 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: audit 2023-12-21T04:45:34.869902+0000 mon.smithi086 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: audit 2023-12-21T04:45:34.870289+0000 mon.smithi086 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: audit 2023-12-21T04:45:34.870546+0000 mon.smithi086 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: audit 2023-12-21T04:45:34.870854+0000 mon.smithi086 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:36.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: audit 2023-12-21T04:45:34.873818+0000 mon.smithi086 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:36.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: audit 2023-12-21T04:45:34.874201+0000 mon.smithi086 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:36.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:35 smithi086 bash[26112]: audit 2023-12-21T04:45:34.874497+0000 mon.smithi086 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-21T04:45:37.014 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1703133934,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":0} 2023-12-21T04:45:37.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:35.885372+0000 mon.smithi086 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: cluster 2023-12-21T04:45:35.885478+0000 mon.smithi086 (mon.0) 389 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:35.885684+0000 mon.smithi086 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:35.886125+0000 mon.smithi086 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:35.886405+0000 mon.smithi086 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:35.886629+0000 mon.smithi086 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:35.886913+0000 mon.smithi086 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:35.887784+0000 mon.smithi086 (mon.0) 395 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:35.972587+0000 mon.smithi086 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.86:0/183645319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:36.066589+0000 mon.smithi086 (mon.0) 397 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:36.067660+0000 mon.smithi086 (mon.0) 398 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:36.068664+0000 mon.smithi086 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:37.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: cephadm 2023-12-21T04:45:36.069704+0000 mgr.smithi086.vbfnjc (mgr.14182) 63 : cephadm [INF] Deploying daemon osd.7 on smithi086 2023-12-21T04:45:37.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:36.870833+0000 mon.smithi105 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/891362795,v1:172.21.15.105:6817/891362795]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:45:37.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:36 smithi105 bash[29232]: audit 2023-12-21T04:45:36.871171+0000 mon.smithi086 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:45:37.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:35.885372+0000 mon.smithi086 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-21T04:45:37.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: cluster 2023-12-21T04:45:35.885478+0000 mon.smithi086 (mon.0) 389 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-21T04:45:37.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:35.885684+0000 mon.smithi086 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:37.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:35.886125+0000 mon.smithi086 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:37.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:35.886405+0000 mon.smithi086 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:35.886629+0000 mon.smithi086 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:35.886913+0000 mon.smithi086 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:35.887784+0000 mon.smithi086 (mon.0) 395 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:35.972587+0000 mon.smithi086 (mon.0) 396 : audit [DBG] from='client.? 172.21.15.86:0/183645319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:36.066589+0000 mon.smithi086 (mon.0) 397 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:36.067660+0000 mon.smithi086 (mon.0) 398 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:36.068664+0000 mon.smithi086 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: cephadm 2023-12-21T04:45:36.069704+0000 mgr.smithi086.vbfnjc (mgr.14182) 63 : cephadm [INF] Deploying daemon osd.7 on smithi086 2023-12-21T04:45:37.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:36.870833+0000 mon.smithi105 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/891362795,v1:172.21.15.105:6817/891362795]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:45:37.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:36 smithi086 bash[26112]: audit 2023-12-21T04:45:36.871171+0000 mon.smithi086 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-21T04:45:38.016 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: cluster 2023-12-21T04:45:36.703333+0000 mgr.smithi086.vbfnjc (mgr.14182) 64 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.888631+0000 mon.smithi086 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.888754+0000 mon.smithi086 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: cluster 2023-12-21T04:45:36.888956+0000 mon.smithi086 (mon.0) 403 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.889664+0000 mon.smithi086 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.890024+0000 mon.smithi086 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.890098+0000 mon.smithi105 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/891362795,v1:172.21.15.105:6817/891362795]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.890243+0000 mon.smithi086 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.890538+0000 mon.smithi086 (mon.0) 407 : 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-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.890767+0000 mon.smithi086 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:36.899140+0000 mon.smithi086 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:37.890105+0000 mon.smithi086 (mon.0) 410 : 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-12-21T04:45:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: cluster 2023-12-21T04:45:37.890243+0000 mon.smithi086 (mon.0) 411 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-21T04:45:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:37 smithi086 bash[26112]: audit 2023-12-21T04:45:37.890410+0000 mon.smithi086 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: cluster 2023-12-21T04:45:36.703333+0000 mgr.smithi086.vbfnjc (mgr.14182) 64 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.888631+0000 mon.smithi086 (mon.0) 401 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.888754+0000 mon.smithi086 (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: cluster 2023-12-21T04:45:36.888956+0000 mon.smithi086 (mon.0) 403 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.889664+0000 mon.smithi086 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.890024+0000 mon.smithi086 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.890098+0000 mon.smithi105 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.105:6816/891362795,v1:172.21.15.105:6817/891362795]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.890243+0000 mon.smithi086 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.890538+0000 mon.smithi086 (mon.0) 407 : 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-12-21T04:45:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.890767+0000 mon.smithi086 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:36.899140+0000 mon.smithi086 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:37.890105+0000 mon.smithi086 (mon.0) 410 : 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-12-21T04:45:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: cluster 2023-12-21T04:45:37.890243+0000 mon.smithi086 (mon.0) 411 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-21T04:45:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:37 smithi105 bash[29232]: audit 2023-12-21T04:45:37.890410+0000 mon.smithi086 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:37.891477+0000 mon.smithi086 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:37.891775+0000 mon.smithi086 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:37.892183+0000 mon.smithi086 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:37.892444+0000 mon.smithi086 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:37.897431+0000 mon.smithi086 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: cluster 2023-12-21T04:45:38.891507+0000 mon.smithi086 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.105:6816/891362795,v1:172.21.15.105:6817/891362795] boot 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: cluster 2023-12-21T04:45:38.891559+0000 mon.smithi086 (mon.0) 419 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:38.891712+0000 mon.smithi086 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:38.892065+0000 mon.smithi086 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:38.892338+0000 mon.smithi086 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:38.892541+0000 mon.smithi086 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:39.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:38 smithi086 bash[26112]: audit 2023-12-21T04:45:38.892795+0000 mon.smithi086 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:37.891477+0000 mon.smithi086 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:37.891775+0000 mon.smithi086 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:37.892183+0000 mon.smithi086 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:37.892444+0000 mon.smithi086 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:37.897431+0000 mon.smithi086 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: cluster 2023-12-21T04:45:38.891507+0000 mon.smithi086 (mon.0) 418 : cluster [INF] osd.4 [v2:172.21.15.105:6816/891362795,v1:172.21.15.105:6817/891362795] boot 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: cluster 2023-12-21T04:45:38.891559+0000 mon.smithi086 (mon.0) 419 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:38.891712+0000 mon.smithi086 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:38.892065+0000 mon.smithi086 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:38.892338+0000 mon.smithi086 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:38.892541+0000 mon.smithi086 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:39.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:38 smithi105 bash[29232]: audit 2023-12-21T04:45:38.892795+0000 mon.smithi086 (mon.0) 424 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:40.158 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:39 smithi086 bash[26112]: cluster 2023-12-21T04:45:37.825502+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:40.158 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:39 smithi086 bash[26112]: cluster 2023-12-21T04:45:37.825602+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:40.158 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:39 smithi086 bash[26112]: cluster 2023-12-21T04:45:38.703948+0000 mgr.smithi086.vbfnjc (mgr.14182) 65 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-21T04:45:40.158 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:39 smithi086 bash[26112]: audit 2023-12-21T04:45:38.929349+0000 mon.smithi086 (mon.0) 425 : audit [INF] from='osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T04:45:40.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:39 smithi105 bash[29232]: cluster 2023-12-21T04:45:37.825502+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:39 smithi105 bash[29232]: cluster 2023-12-21T04:45:37.825602+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:39 smithi105 bash[29232]: cluster 2023-12-21T04:45:38.703948+0000 mgr.smithi086.vbfnjc (mgr.14182) 65 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-21T04:45:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:39 smithi105 bash[29232]: audit 2023-12-21T04:45:38.929349+0000 mon.smithi086 (mon.0) 425 : audit [INF] from='osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-21T04:45:41.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: audit 2023-12-21T04:45:39.917511+0000 mon.smithi086 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T04:45:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: cluster 2023-12-21T04:45:39.917577+0000 mon.smithi086 (mon.0) 427 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-21T04:45:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: audit 2023-12-21T04:45:39.917777+0000 mon.smithi086 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: audit 2023-12-21T04:45:39.918370+0000 mon.smithi086 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: audit 2023-12-21T04:45:39.918837+0000 mon.smithi086 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2023-12-21T04:45:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: audit 2023-12-21T04:45:39.919159+0000 mon.smithi086 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: audit 2023-12-21T04:45:39.919416+0000 mon.smithi086 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: audit 2023-12-21T04:45:40.861419+0000 mon.smithi105 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/2319415800,v1:172.21.15.105:6825/2319415800]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:45:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:40 smithi105 bash[29232]: audit 2023-12-21T04:45:40.861601+0000 mon.smithi086 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:45:41.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: audit 2023-12-21T04:45:39.917511+0000 mon.smithi086 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-21T04:45:41.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: cluster 2023-12-21T04:45:39.917577+0000 mon.smithi086 (mon.0) 427 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-21T04:45:41.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: audit 2023-12-21T04:45:39.917777+0000 mon.smithi086 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:41.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: audit 2023-12-21T04:45:39.918370+0000 mon.smithi086 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:41.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: audit 2023-12-21T04:45:39.918837+0000 mon.smithi086 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2023-12-21T04:45:41.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: audit 2023-12-21T04:45:39.919159+0000 mon.smithi086 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:41.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: audit 2023-12-21T04:45:39.919416+0000 mon.smithi086 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:41.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: audit 2023-12-21T04:45:40.861419+0000 mon.smithi105 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/2319415800,v1:172.21.15.105:6825/2319415800]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:45:41.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:40 smithi086 bash[26112]: audit 2023-12-21T04:45:40.861601+0000 mon.smithi086 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-21T04:45:42.245 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: cluster 2023-12-21T04:45:40.704515+0000 mgr.smithi086.vbfnjc (mgr.14182) 66 : cluster [DBG] pgmap v64: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T04:45:42.245 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.918179+0000 mon.smithi086 (mon.0) 434 : audit [INF] from='osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2023-12-21T04:45:42.245 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.918341+0000 mon.smithi086 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T04:45:42.245 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: cluster 2023-12-21T04:45:40.918515+0000 mon.smithi086 (mon.0) 436 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-21T04:45:42.245 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.919122+0000 mon.smithi086 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:42.245 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.919592+0000 mon.smithi086 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:42.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.920314+0000 mon.smithi105 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/2319415800,v1:172.21.15.105:6825/2319415800]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:42.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.920442+0000 mon.smithi086 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:42.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.924231+0000 mon.smithi086 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:42.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.924402+0000 mon.smithi086 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:42.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:41 smithi086 bash[26112]: audit 2023-12-21T04:45:40.925986+0000 mon.smithi086 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: cluster 2023-12-21T04:45:40.704515+0000 mgr.smithi086.vbfnjc (mgr.14182) 66 : cluster [DBG] pgmap v64: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.918179+0000 mon.smithi086 (mon.0) 434 : audit [INF] from='osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.918341+0000 mon.smithi086 (mon.0) 435 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: cluster 2023-12-21T04:45:40.918515+0000 mon.smithi086 (mon.0) 436 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.919122+0000 mon.smithi086 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.919592+0000 mon.smithi086 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.920314+0000 mon.smithi105 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.105:6824/2319415800,v1:172.21.15.105:6825/2319415800]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.920442+0000 mon.smithi086 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.924231+0000 mon.smithi086 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.924402+0000 mon.smithi086 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:41 smithi105 bash[29232]: audit 2023-12-21T04:45:40.925986+0000 mon.smithi086 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi105", "root=default"]}]: dispatch 2023-12-21T04:45:42.672 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: cluster 2023-12-21T04:45:39.963782+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: cluster 2023-12-21T04:45:39.963870+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:41.923481+0000 mon.smithi086 (mon.0) 443 : 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-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: cluster 2023-12-21T04:45:41.923620+0000 mon.smithi086 (mon.0) 444 : cluster [INF] osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370] boot 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: cluster 2023-12-21T04:45:41.923667+0000 mon.smithi086 (mon.0) 445 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:41.924491+0000 mon.smithi086 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:41.924921+0000 mon.smithi086 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:41.925295+0000 mon.smithi086 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:41.925471+0000 mon.smithi086 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:43.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:41.933004+0000 mon.smithi086 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:43.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:42.405686+0000 mon.smithi086 (mon.0) 451 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:43.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:42.670519+0000 mon.smithi086 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.86:0/3416905644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:43.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: cluster 2023-12-21T04:45:42.683954+0000 mon.smithi086 (mon.0) 453 : cluster [INF] osd.6 [v2:172.21.15.105:6824/2319415800,v1:172.21.15.105:6825/2319415800] boot 2023-12-21T04:45:43.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: cluster 2023-12-21T04:45:42.684055+0000 mon.smithi086 (mon.0) 454 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-12-21T04:45:43.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:42.684631+0000 mon.smithi086 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:43.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:42.685079+0000 mon.smithi086 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:43.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:42 smithi086 bash[26112]: audit 2023-12-21T04:45:42.685415+0000 mon.smithi086 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: cluster 2023-12-21T04:45:39.963782+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: cluster 2023-12-21T04:45:39.963870+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:41.923481+0000 mon.smithi086 (mon.0) 443 : 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-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: cluster 2023-12-21T04:45:41.923620+0000 mon.smithi086 (mon.0) 444 : cluster [INF] osd.3 [v2:172.21.15.86:6810/3585011370,v1:172.21.15.86:6811/3585011370] boot 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: cluster 2023-12-21T04:45:41.923667+0000 mon.smithi086 (mon.0) 445 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:41.924491+0000 mon.smithi086 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:41.924921+0000 mon.smithi086 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:41.925295+0000 mon.smithi086 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:41.925471+0000 mon.smithi086 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:41.933004+0000 mon.smithi086 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:42.405686+0000 mon.smithi086 (mon.0) 451 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:42.670519+0000 mon.smithi086 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.86:0/3416905644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: cluster 2023-12-21T04:45:42.683954+0000 mon.smithi086 (mon.0) 453 : cluster [INF] osd.6 [v2:172.21.15.105:6824/2319415800,v1:172.21.15.105:6825/2319415800] boot 2023-12-21T04:45:43.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: cluster 2023-12-21T04:45:42.684055+0000 mon.smithi086 (mon.0) 454 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-12-21T04:45:43.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:42.684631+0000 mon.smithi086 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:43.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:42.685079+0000 mon.smithi086 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-21T04:45:43.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:42 smithi105 bash[29232]: audit 2023-12-21T04:45:42.685415+0000 mon.smithi086 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:43.536 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1703133941,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":1} 2023-12-21T04:45:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:43 smithi086 bash[26112]: cluster 2023-12-21T04:45:41.863508+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:43 smithi086 bash[26112]: cluster 2023-12-21T04:45:41.863622+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:43 smithi086 bash[26112]: cluster 2023-12-21T04:45:42.704911+0000 mgr.smithi086.vbfnjc (mgr.14182) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-21T04:45:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:43 smithi086 bash[26112]: cluster 2023-12-21T04:45:43.696680+0000 mon.smithi086 (mon.0) 458 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-21T04:45:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:43 smithi086 bash[26112]: audit 2023-12-21T04:45:43.696867+0000 mon.smithi086 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:43 smithi086 bash[26112]: audit 2023-12-21T04:45:43.697316+0000 mon.smithi086 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:44.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:43 smithi105 bash[29232]: cluster 2023-12-21T04:45:41.863508+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:43 smithi105 bash[29232]: cluster 2023-12-21T04:45:41.863622+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:43 smithi105 bash[29232]: cluster 2023-12-21T04:45:42.704911+0000 mgr.smithi086.vbfnjc (mgr.14182) 67 : cluster [DBG] pgmap v68: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-21T04:45:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:43 smithi105 bash[29232]: cluster 2023-12-21T04:45:43.696680+0000 mon.smithi086 (mon.0) 458 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-21T04:45:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:43 smithi105 bash[29232]: audit 2023-12-21T04:45:43.696867+0000 mon.smithi086 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:43 smithi105 bash[29232]: audit 2023-12-21T04:45:43.697316+0000 mon.smithi086 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:44.537 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:45.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:45 smithi086 bash[26112]: audit 2023-12-21T04:45:44.137422+0000 mon.smithi086 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:45.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:45 smithi105 bash[29232]: audit 2023-12-21T04:45:44.137422+0000 mon.smithi086 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:46.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:46 smithi086 bash[26112]: cluster 2023-12-21T04:45:44.705543+0000 mgr.smithi086.vbfnjc (mgr.14182) 68 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:45:46.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:46 smithi086 bash[26112]: audit 2023-12-21T04:45:45.191275+0000 mon.smithi086 (mon.0) 462 : audit [INF] from='osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T04:45:46.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:46 smithi105 bash[29232]: cluster 2023-12-21T04:45:44.705543+0000 mgr.smithi086.vbfnjc (mgr.14182) 68 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:45:46.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:46 smithi105 bash[29232]: audit 2023-12-21T04:45:45.191275+0000 mon.smithi086 (mon.0) 462 : audit [INF] from='osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-21T04:45:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:47 smithi086 bash[26112]: audit 2023-12-21T04:45:46.153148+0000 mon.smithi086 (mon.0) 463 : audit [INF] from='osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T04:45:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:47 smithi086 bash[26112]: cluster 2023-12-21T04:45:46.153226+0000 mon.smithi086 (mon.0) 464 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-21T04:45:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:47 smithi086 bash[26112]: audit 2023-12-21T04:45:46.153395+0000 mon.smithi086 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:47 smithi086 bash[26112]: audit 2023-12-21T04:45:46.153808+0000 mon.smithi086 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:47 smithi086 bash[26112]: audit 2023-12-21T04:45:46.154127+0000 mon.smithi086 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2023-12-21T04:45:47.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:47 smithi105 bash[29232]: audit 2023-12-21T04:45:46.153148+0000 mon.smithi086 (mon.0) 463 : audit [INF] from='osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-21T04:45:47.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:47 smithi105 bash[29232]: cluster 2023-12-21T04:45:46.153226+0000 mon.smithi086 (mon.0) 464 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-21T04:45:47.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:47 smithi105 bash[29232]: audit 2023-12-21T04:45:46.153395+0000 mon.smithi086 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:47.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:47 smithi105 bash[29232]: audit 2023-12-21T04:45:46.153808+0000 mon.smithi086 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:47.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:47 smithi105 bash[29232]: audit 2023-12-21T04:45:46.154127+0000 mon.smithi086 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2023-12-21T04:45:48.409 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:48.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:48 smithi086 bash[26112]: cluster 2023-12-21T04:45:46.706127+0000 mgr.smithi086.vbfnjc (mgr.14182) 69 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:45:48.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:48 smithi086 bash[26112]: audit 2023-12-21T04:45:47.156382+0000 mon.smithi086 (mon.0) 468 : audit [INF] from='osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2023-12-21T04:45:48.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:48 smithi086 bash[26112]: cluster 2023-12-21T04:45:47.156498+0000 mon.smithi086 (mon.0) 469 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-21T04:45:48.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:48 smithi086 bash[26112]: audit 2023-12-21T04:45:47.157226+0000 mon.smithi086 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:48.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:48 smithi086 bash[26112]: audit 2023-12-21T04:45:47.157657+0000 mon.smithi086 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:48.464 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:48 smithi086 bash[26112]: audit 2023-12-21T04:45:47.164510+0000 mon.smithi086 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:48.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:48 smithi105 bash[29232]: cluster 2023-12-21T04:45:46.706127+0000 mgr.smithi086.vbfnjc (mgr.14182) 69 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:45:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:48 smithi105 bash[29232]: audit 2023-12-21T04:45:47.156382+0000 mon.smithi086 (mon.0) 468 : audit [INF] from='osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2023-12-21T04:45:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:48 smithi105 bash[29232]: cluster 2023-12-21T04:45:47.156498+0000 mon.smithi086 (mon.0) 469 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-21T04:45:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:48 smithi105 bash[29232]: audit 2023-12-21T04:45:47.157226+0000 mon.smithi086 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:48 smithi105 bash[29232]: audit 2023-12-21T04:45:47.157657+0000 mon.smithi086 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:48 smithi105 bash[29232]: audit 2023-12-21T04:45:47.164510+0000 mon.smithi086 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:49.000 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":33,"num_osds":8,"num_up_osds":7,"osd_up_since":1703133948,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":0} 2023-12-21T04:45:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:49 smithi086 bash[26112]: cluster 2023-12-21T04:45:46.196110+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:49.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:49 smithi086 bash[26112]: cluster 2023-12-21T04:45:46.196200+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:49.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:49 smithi086 bash[26112]: cluster 2023-12-21T04:45:48.165960+0000 mon.smithi086 (mon.0) 473 : cluster [INF] osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573] boot 2023-12-21T04:45:49.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:49 smithi086 bash[26112]: cluster 2023-12-21T04:45:48.166029+0000 mon.smithi086 (mon.0) 474 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-12-21T04:45:49.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:49 smithi086 bash[26112]: audit 2023-12-21T04:45:48.166640+0000 mon.smithi086 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:49.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:49 smithi086 bash[26112]: audit 2023-12-21T04:45:48.167147+0000 mon.smithi086 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:49.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:49 smithi086 bash[26112]: audit 2023-12-21T04:45:48.407772+0000 mon.smithi086 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.86:0/447313352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:49 smithi105 bash[29232]: cluster 2023-12-21T04:45:46.196110+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:49 smithi105 bash[29232]: cluster 2023-12-21T04:45:46.196200+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:49 smithi105 bash[29232]: cluster 2023-12-21T04:45:48.165960+0000 mon.smithi086 (mon.0) 473 : cluster [INF] osd.5 [v2:172.21.15.86:6818/328572573,v1:172.21.15.86:6819/328572573] boot 2023-12-21T04:45:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:49 smithi105 bash[29232]: cluster 2023-12-21T04:45:48.166029+0000 mon.smithi086 (mon.0) 474 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-12-21T04:45:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:49 smithi105 bash[29232]: audit 2023-12-21T04:45:48.166640+0000 mon.smithi086 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-21T04:45:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:49 smithi105 bash[29232]: audit 2023-12-21T04:45:48.167147+0000 mon.smithi086 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:49.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:49 smithi105 bash[29232]: audit 2023-12-21T04:45:48.407772+0000 mon.smithi086 (mon.0) 477 : audit [DBG] from='client.? 172.21.15.86:0/447313352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:50.001 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-21T04:45:50.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:50 smithi086 bash[26112]: cluster 2023-12-21T04:45:48.706645+0000 mgr.smithi086.vbfnjc (mgr.14182) 70 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:45:50.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:50 smithi086 bash[26112]: cluster 2023-12-21T04:45:49.184834+0000 mon.smithi086 (mon.0) 478 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-21T04:45:50.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:50 smithi086 bash[26112]: audit 2023-12-21T04:45:49.185081+0000 mon.smithi086 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:50.421 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:50 smithi086 bash[26112]: audit 2023-12-21T04:45:50.135747+0000 mon.smithi086 (mon.0) 480 : audit [INF] from='osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T04:45:50.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:50 smithi105 bash[29232]: cluster 2023-12-21T04:45:48.706645+0000 mgr.smithi086.vbfnjc (mgr.14182) 70 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-21T04:45:50.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:50 smithi105 bash[29232]: cluster 2023-12-21T04:45:49.184834+0000 mon.smithi086 (mon.0) 478 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-21T04:45:50.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:50 smithi105 bash[29232]: audit 2023-12-21T04:45:49.185081+0000 mon.smithi086 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:50.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:50 smithi105 bash[29232]: audit 2023-12-21T04:45:50.135747+0000 mon.smithi086 (mon.0) 480 : audit [INF] from='osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-21T04:45:51.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:51 smithi086 bash[26112]: audit 2023-12-21T04:45:50.185069+0000 mon.smithi086 (mon.0) 481 : audit [INF] from='osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T04:45:51.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:51 smithi086 bash[26112]: cluster 2023-12-21T04:45:50.185176+0000 mon.smithi086 (mon.0) 482 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-21T04:45:51.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:51 smithi086 bash[26112]: audit 2023-12-21T04:45:50.185793+0000 mon.smithi086 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:51.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:51 smithi086 bash[26112]: audit 2023-12-21T04:45:50.186125+0000 mon.smithi086 (mon.0) 484 : audit [INF] from='osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2023-12-21T04:45:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:51 smithi105 bash[29232]: audit 2023-12-21T04:45:50.185069+0000 mon.smithi086 (mon.0) 481 : audit [INF] from='osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-21T04:45:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:51 smithi105 bash[29232]: cluster 2023-12-21T04:45:50.185176+0000 mon.smithi086 (mon.0) 482 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-21T04:45:51.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:51 smithi105 bash[29232]: audit 2023-12-21T04:45:50.185793+0000 mon.smithi086 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:51.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:51 smithi105 bash[29232]: audit 2023-12-21T04:45:50.186125+0000 mon.smithi086 (mon.0) 484 : audit [INF] from='osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]: dispatch 2023-12-21T04:45:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:52 smithi086 bash[26112]: cluster 2023-12-21T04:45:50.707118+0000 mgr.smithi086.vbfnjc (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:45:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:52 smithi086 bash[26112]: audit 2023-12-21T04:45:51.190654+0000 mon.smithi086 (mon.0) 485 : audit [INF] from='osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2023-12-21T04:45:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:52 smithi086 bash[26112]: cluster 2023-12-21T04:45:51.190854+0000 mon.smithi086 (mon.0) 486 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-21T04:45:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:52 smithi086 bash[26112]: audit 2023-12-21T04:45:51.191139+0000 mon.smithi086 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:52 smithi086 bash[26112]: audit 2023-12-21T04:45:51.198734+0000 mon.smithi086 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:52 smithi086 bash[26112]: cluster 2023-12-21T04:45:52.193834+0000 mon.smithi086 (mon.0) 489 : cluster [INF] osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504] boot 2023-12-21T04:45:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:52 smithi086 bash[26112]: cluster 2023-12-21T04:45:52.193924+0000 mon.smithi086 (mon.0) 490 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-21T04:45:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:52 smithi086 bash[26112]: audit 2023-12-21T04:45:52.194324+0000 mon.smithi086 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:52 smithi105 bash[29232]: cluster 2023-12-21T04:45:50.707118+0000 mgr.smithi086.vbfnjc (mgr.14182) 71 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-21T04:45:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:52 smithi105 bash[29232]: audit 2023-12-21T04:45:51.190654+0000 mon.smithi086 (mon.0) 485 : audit [INF] from='osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi086", "root=default"]}]': finished 2023-12-21T04:45:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:52 smithi105 bash[29232]: cluster 2023-12-21T04:45:51.190854+0000 mon.smithi086 (mon.0) 486 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-21T04:45:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:52 smithi105 bash[29232]: audit 2023-12-21T04:45:51.191139+0000 mon.smithi086 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:52 smithi105 bash[29232]: audit 2023-12-21T04:45:51.198734+0000 mon.smithi086 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:52 smithi105 bash[29232]: cluster 2023-12-21T04:45:52.193834+0000 mon.smithi086 (mon.0) 489 : cluster [INF] osd.7 [v2:172.21.15.86:6826/2186052504,v1:172.21.15.86:6827/2186052504] boot 2023-12-21T04:45:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:52 smithi105 bash[29232]: cluster 2023-12-21T04:45:52.193924+0000 mon.smithi086 (mon.0) 490 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-12-21T04:45:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:52 smithi105 bash[29232]: audit 2023-12-21T04:45:52.194324+0000 mon.smithi086 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-21T04:45:54.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:53 smithi086 bash[26112]: cluster 2023-12-21T04:45:51.110900+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:54.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:53 smithi086 bash[26112]: cluster 2023-12-21T04:45:51.110992+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:54.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:53 smithi086 bash[26112]: cluster 2023-12-21T04:45:52.687775+0000 mon.smithi086 (mon.0) 492 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-21T04:45:54.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:53 smithi086 bash[26112]: cluster 2023-12-21T04:45:52.707603+0000 mgr.smithi086.vbfnjc (mgr.14182) 72 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:45:54.095 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:45:54.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:53 smithi105 bash[29232]: cluster 2023-12-21T04:45:51.110900+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-21T04:45:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:53 smithi105 bash[29232]: cluster 2023-12-21T04:45:51.110992+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-21T04:45:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:53 smithi105 bash[29232]: cluster 2023-12-21T04:45:52.687775+0000 mon.smithi086 (mon.0) 492 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-21T04:45:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:53 smithi105 bash[29232]: cluster 2023-12-21T04:45:52.707603+0000 mgr.smithi086.vbfnjc (mgr.14182) 72 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:45:55.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:54 smithi086 bash[26112]: cluster 2023-12-21T04:45:53.696287+0000 mon.smithi086 (mon.0) 493 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-21T04:45:55.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:54 smithi086 bash[26112]: audit 2023-12-21T04:45:54.093255+0000 mon.smithi086 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.86:0/4160341271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:55.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:54 smithi086 bash[26112]: audit 2023-12-21T04:45:54.461810+0000 mon.smithi086 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:55.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:54 smithi086 bash[26112]: audit 2023-12-21T04:45:54.464032+0000 mon.smithi086 (mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:45:55.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:54 smithi086 bash[26112]: audit 2023-12-21T04:45:54.465709+0000 mon.smithi086 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:45:55.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:54 smithi086 bash[26112]: audit 2023-12-21T04:45:54.467421+0000 mon.smithi086 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:55.061 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1703133952,"num_in_osds":8,"osd_in_since":1703133903,"num_remapped_pgs":0} 2023-12-21T04:45:55.062 INFO:tasks.cephadm:Setting up client nodes... 2023-12-21T04:45:55.062 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T04:45:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:54 smithi105 bash[29232]: cluster 2023-12-21T04:45:53.696287+0000 mon.smithi086 (mon.0) 493 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-21T04:45:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:54 smithi105 bash[29232]: audit 2023-12-21T04:45:54.093255+0000 mon.smithi086 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.86:0/4160341271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-21T04:45:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:54 smithi105 bash[29232]: audit 2023-12-21T04:45:54.461810+0000 mon.smithi086 (mon.0) 495 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:54 smithi105 bash[29232]: audit 2023-12-21T04:45:54.464032+0000 mon.smithi086 (mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:45:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:54 smithi105 bash[29232]: audit 2023-12-21T04:45:54.465709+0000 mon.smithi086 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:45:55.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:54 smithi105 bash[29232]: audit 2023-12-21T04:45:54.467421+0000 mon.smithi086 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:56.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:55 smithi086 bash[26112]: cephadm 2023-12-21T04:45:54.463448+0000 mgr.smithi086.vbfnjc (mgr.14182) 73 : cephadm [INF] Reconfiguring mon.smithi086 (unknown last config time)... 2023-12-21T04:45:56.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:55 smithi086 bash[26112]: cephadm 2023-12-21T04:45:54.468903+0000 mgr.smithi086.vbfnjc (mgr.14182) 74 : cephadm [INF] Reconfiguring daemon mon.smithi086 on smithi086 2023-12-21T04:45:56.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:55 smithi086 bash[26112]: cluster 2023-12-21T04:45:54.708121+0000 mgr.smithi086.vbfnjc (mgr.14182) 75 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:45:56.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:55 smithi105 bash[29232]: cephadm 2023-12-21T04:45:54.463448+0000 mgr.smithi086.vbfnjc (mgr.14182) 73 : cephadm [INF] Reconfiguring mon.smithi086 (unknown last config time)... 2023-12-21T04:45:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:55 smithi105 bash[29232]: cephadm 2023-12-21T04:45:54.468903+0000 mgr.smithi086.vbfnjc (mgr.14182) 74 : cephadm [INF] Reconfiguring daemon mon.smithi086 on smithi086 2023-12-21T04:45:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:55 smithi105 bash[29232]: cluster 2023-12-21T04:45:54.708121+0000 mgr.smithi086.vbfnjc (mgr.14182) 75 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:45:58.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:57 smithi086 bash[26112]: cluster 2023-12-21T04:45:56.708718+0000 mgr.smithi086.vbfnjc (mgr.14182) 76 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:45:58.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:57 smithi086 bash[26112]: audit 2023-12-21T04:45:56.908033+0000 mon.smithi086 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:58.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:57 smithi086 bash[26112]: cephadm 2023-12-21T04:45:56.909263+0000 mgr.smithi086.vbfnjc (mgr.14182) 77 : cephadm [INF] Reconfiguring mgr.smithi086.vbfnjc (unknown last config time)... 2023-12-21T04:45:58.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:57 smithi086 bash[26112]: audit 2023-12-21T04:45:56.909926+0000 mon.smithi086 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.vbfnjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:45:58.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:57 smithi086 bash[26112]: audit 2023-12-21T04:45:56.911843+0000 mon.smithi086 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:45:58.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:57 smithi086 bash[26112]: audit 2023-12-21T04:45:56.913374+0000 mon.smithi086 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:58.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:57 smithi086 bash[26112]: cephadm 2023-12-21T04:45:56.915011+0000 mgr.smithi086.vbfnjc (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi086.vbfnjc on smithi086 2023-12-21T04:45:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:57 smithi105 bash[29232]: cluster 2023-12-21T04:45:56.708718+0000 mgr.smithi086.vbfnjc (mgr.14182) 76 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:45:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:57 smithi105 bash[29232]: audit 2023-12-21T04:45:56.908033+0000 mon.smithi086 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:45:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:57 smithi105 bash[29232]: cephadm 2023-12-21T04:45:56.909263+0000 mgr.smithi086.vbfnjc (mgr.14182) 77 : cephadm [INF] Reconfiguring mgr.smithi086.vbfnjc (unknown last config time)... 2023-12-21T04:45:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:57 smithi105 bash[29232]: audit 2023-12-21T04:45:56.909926+0000 mon.smithi086 (mon.0) 500 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi086.vbfnjc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:45:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:57 smithi105 bash[29232]: audit 2023-12-21T04:45:56.911843+0000 mon.smithi086 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:45:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:57 smithi105 bash[29232]: audit 2023-12-21T04:45:56.913374+0000 mon.smithi086 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:45:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:57 smithi105 bash[29232]: cephadm 2023-12-21T04:45:56.915011+0000 mgr.smithi086.vbfnjc (mgr.14182) 78 : cephadm [INF] Reconfiguring daemon mgr.smithi086.vbfnjc on smithi086 2023-12-21T04:45:58.942 INFO:teuthology.orchestra.run.smithi086.stdout:[client.0] 2023-12-21T04:45:58.942 INFO:teuthology.orchestra.run.smithi086.stdout: key = AQAGw4NlUJXFNxAAZRr9ZXjvBDhuGsMjv6cmkg== 2023-12-21T04:45:59.739 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T04:45:59.739 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-21T04:45:59.739 DEBUG:teuthology.orchestra.run.smithi086:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-21T04:45:59.759 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-21T04:46:00.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:59 smithi086 bash[26112]: cluster 2023-12-21T04:45:58.709257+0000 mgr.smithi086.vbfnjc (mgr.14182) 79 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:00.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:59 smithi086 bash[26112]: audit 2023-12-21T04:45:58.935541+0000 mon.smithi086 (mon.0) 503 : audit [INF] from='client.? 172.21.15.86:0/497883734' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:46:00.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:59 smithi086 bash[26112]: audit 2023-12-21T04:45:58.940589+0000 mon.smithi086 (mon.0) 504 : audit [INF] from='client.? 172.21.15.86:0/497883734' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:46:00.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:59 smithi086 bash[26112]: audit 2023-12-21T04:45:59.051729+0000 mon.smithi086 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:00.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:59 smithi086 bash[26112]: cephadm 2023-12-21T04:45:59.052904+0000 mgr.smithi086.vbfnjc (mgr.14182) 80 : cephadm [INF] Reconfiguring alertmanager.smithi086 (dependencies changed)... 2023-12-21T04:46:00.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:45:59 smithi086 bash[26112]: cephadm 2023-12-21T04:45:59.066655+0000 mgr.smithi086.vbfnjc (mgr.14182) 81 : cephadm [INF] Reconfiguring daemon alertmanager.smithi086 on smithi086 2023-12-21T04:46:00.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:59 smithi105 bash[29232]: cluster 2023-12-21T04:45:58.709257+0000 mgr.smithi086.vbfnjc (mgr.14182) 79 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:59 smithi105 bash[29232]: audit 2023-12-21T04:45:58.935541+0000 mon.smithi086 (mon.0) 503 : audit [INF] from='client.? 172.21.15.86:0/497883734' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:46:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:59 smithi105 bash[29232]: audit 2023-12-21T04:45:58.940589+0000 mon.smithi086 (mon.0) 504 : audit [INF] from='client.? 172.21.15.86:0/497883734' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:46:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:59 smithi105 bash[29232]: audit 2023-12-21T04:45:59.051729+0000 mon.smithi086 (mon.0) 505 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:59 smithi105 bash[29232]: cephadm 2023-12-21T04:45:59.052904+0000 mgr.smithi086.vbfnjc (mgr.14182) 80 : cephadm [INF] Reconfiguring alertmanager.smithi086 (dependencies changed)... 2023-12-21T04:46:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:45:59 smithi105 bash[29232]: cephadm 2023-12-21T04:45:59.066655+0000 mgr.smithi086.vbfnjc (mgr.14182) 81 : cephadm [INF] Reconfiguring daemon alertmanager.smithi086 on smithi086 2023-12-21T04:46:02.229 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:01 smithi086 bash[26112]: cluster 2023-12-21T04:46:00.709879+0000 mgr.smithi086.vbfnjc (mgr.14182) 82 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:02.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:01 smithi105 bash[29232]: cluster 2023-12-21T04:46:00.709879+0000 mgr.smithi086.vbfnjc (mgr.14182) 82 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:03.006 INFO:teuthology.orchestra.run.smithi105.stdout:[client.1] 2023-12-21T04:46:03.006 INFO:teuthology.orchestra.run.smithi105.stdout: key = AQAKw4Nl+WhYOxAA287h7TghgE1zZvnGCGhjeA== 2023-12-21T04:46:03.620 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T04:46:03.620 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-21T04:46:03.620 DEBUG:teuthology.orchestra.run.smithi105:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-21T04:46:03.640 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:46:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:03 smithi105 bash[29232]: cluster 2023-12-21T04:46:02.710539+0000 mgr.smithi086.vbfnjc (mgr.14182) 83 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:03 smithi105 bash[29232]: audit 2023-12-21T04:46:02.994583+0000 mon.smithi105 (mon.1) 17 : audit [INF] from='client.? 172.21.15.105:0/4010090501' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:46:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:03 smithi105 bash[29232]: audit 2023-12-21T04:46:02.995175+0000 mon.smithi086 (mon.0) 506 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:46:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:03 smithi105 bash[29232]: audit 2023-12-21T04:46:03.002553+0000 mon.smithi086 (mon.0) 507 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:46:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:03 smithi105 bash[29232]: audit 2023-12-21T04:46:03.666299+0000 mon.smithi086 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:03 smithi105 bash[29232]: audit 2023-12-21T04:46:03.667947+0000 mon.smithi086 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:46:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:03 smithi105 bash[29232]: audit 2023-12-21T04:46:03.669133+0000 mon.smithi086 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:03 smithi086 bash[26112]: cluster 2023-12-21T04:46:02.710539+0000 mgr.smithi086.vbfnjc (mgr.14182) 83 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:03 smithi086 bash[26112]: audit 2023-12-21T04:46:02.994583+0000 mon.smithi105 (mon.1) 17 : audit [INF] from='client.? 172.21.15.105:0/4010090501' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:46:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:03 smithi086 bash[26112]: audit 2023-12-21T04:46:02.995175+0000 mon.smithi086 (mon.0) 506 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-21T04:46:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:03 smithi086 bash[26112]: audit 2023-12-21T04:46:03.002553+0000 mon.smithi086 (mon.0) 507 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-21T04:46:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:03 smithi086 bash[26112]: audit 2023-12-21T04:46:03.666299+0000 mon.smithi086 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:04.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:03 smithi086 bash[26112]: audit 2023-12-21T04:46:03.667947+0000 mon.smithi086 (mon.0) 509 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi086", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:46:04.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:03 smithi086 bash[26112]: audit 2023-12-21T04:46:03.669133+0000 mon.smithi086 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:05.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:04 smithi086 bash[26112]: cephadm 2023-12-21T04:46:03.667504+0000 mgr.smithi086.vbfnjc (mgr.14182) 84 : cephadm [INF] Reconfiguring crash.smithi086 (monmap changed)... 2023-12-21T04:46:05.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:04 smithi086 bash[26112]: cephadm 2023-12-21T04:46:03.670044+0000 mgr.smithi086.vbfnjc (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon crash.smithi086 on smithi086 2023-12-21T04:46:05.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:04 smithi105 bash[29232]: cephadm 2023-12-21T04:46:03.667504+0000 mgr.smithi086.vbfnjc (mgr.14182) 84 : cephadm [INF] Reconfiguring crash.smithi086 (monmap changed)... 2023-12-21T04:46:05.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:04 smithi105 bash[29232]: cephadm 2023-12-21T04:46:03.670044+0000 mgr.smithi086.vbfnjc (mgr.14182) 85 : cephadm [INF] Reconfiguring daemon crash.smithi086 on smithi086 2023-12-21T04:46:06.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:05 smithi086 bash[26112]: cluster 2023-12-21T04:46:04.711114+0000 mgr.smithi086.vbfnjc (mgr.14182) 86 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:05 smithi105 bash[29232]: cluster 2023-12-21T04:46:04.711114+0000 mgr.smithi086.vbfnjc (mgr.14182) 86 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:07.329 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:07 smithi086 bash[26112]: audit 2023-12-21T04:46:06.016486+0000 mon.smithi086 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:07.329 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:07 smithi086 bash[26112]: cephadm 2023-12-21T04:46:06.018400+0000 mgr.smithi086.vbfnjc (mgr.14182) 87 : cephadm [INF] Reconfiguring grafana.smithi086 (dependencies changed)... 2023-12-21T04:46:07.329 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:07 smithi086 bash[26112]: cephadm 2023-12-21T04:46:06.066042+0000 mgr.smithi086.vbfnjc (mgr.14182) 88 : cephadm [INF] Reconfiguring daemon grafana.smithi086 on smithi086 2023-12-21T04:46:07.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:07 smithi105 bash[29232]: audit 2023-12-21T04:46:06.016486+0000 mon.smithi086 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:07 smithi105 bash[29232]: cephadm 2023-12-21T04:46:06.018400+0000 mgr.smithi086.vbfnjc (mgr.14182) 87 : cephadm [INF] Reconfiguring grafana.smithi086 (dependencies changed)... 2023-12-21T04:46:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:07 smithi105 bash[29232]: cephadm 2023-12-21T04:46:06.066042+0000 mgr.smithi086.vbfnjc (mgr.14182) 88 : cephadm [INF] Reconfiguring daemon grafana.smithi086 on smithi086 2023-12-21T04:46:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:08 smithi105 bash[29232]: cluster 2023-12-21T04:46:06.711736+0000 mgr.smithi086.vbfnjc (mgr.14182) 89 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:08.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:08 smithi086 bash[26112]: cluster 2023-12-21T04:46:06.711736+0000 mgr.smithi086.vbfnjc (mgr.14182) 89 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:09.470 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:46:10.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:10 smithi105 bash[29232]: cluster 2023-12-21T04:46:08.712345+0000 mgr.smithi086.vbfnjc (mgr.14182) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:10.388 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:10 smithi086 bash[26112]: cluster 2023-12-21T04:46:08.712345+0000 mgr.smithi086.vbfnjc (mgr.14182) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:12.525 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:12 smithi086 bash[26112]: cluster 2023-12-21T04:46:10.712944+0000 mgr.smithi086.vbfnjc (mgr.14182) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:12.526 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:12 smithi086 bash[26112]: audit 2023-12-21T04:46:11.173140+0000 mon.smithi086 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:12.526 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:12 smithi086 bash[26112]: cephadm 2023-12-21T04:46:11.174640+0000 mgr.smithi086.vbfnjc (mgr.14182) 92 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2023-12-21T04:46:12.526 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:12 smithi086 bash[26112]: audit 2023-12-21T04:46:11.175102+0000 mon.smithi086 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:46:12.526 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:12 smithi086 bash[26112]: audit 2023-12-21T04:46:11.176192+0000 mon.smithi086 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:12.526 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:12 smithi086 bash[26112]: cephadm 2023-12-21T04:46:11.177009+0000 mgr.smithi086.vbfnjc (mgr.14182) 93 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2023-12-21T04:46:12.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:12 smithi105 bash[29232]: cluster 2023-12-21T04:46:10.712944+0000 mgr.smithi086.vbfnjc (mgr.14182) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:12.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:12 smithi105 bash[29232]: audit 2023-12-21T04:46:11.173140+0000 mon.smithi086 (mon.0) 512 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:12.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:12 smithi105 bash[29232]: cephadm 2023-12-21T04:46:11.174640+0000 mgr.smithi086.vbfnjc (mgr.14182) 92 : cephadm [INF] Reconfiguring crash.smithi105 (monmap changed)... 2023-12-21T04:46:12.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:12 smithi105 bash[29232]: audit 2023-12-21T04:46:11.175102+0000 mon.smithi086 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi105", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-21T04:46:12.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:12 smithi105 bash[29232]: audit 2023-12-21T04:46:11.176192+0000 mon.smithi086 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:12.593 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:12 smithi105 bash[29232]: cephadm 2023-12-21T04:46:11.177009+0000 mgr.smithi086.vbfnjc (mgr.14182) 93 : cephadm [INF] Reconfiguring daemon crash.smithi105 on smithi105 2023-12-21T04:46:13.283 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:46:13.284 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":39,"fsid":"33658a5a-9fbb-11ee-95a5-87774f69a715","created":"2023-12-21T04:42:01.411103+0000","modified":"2023-12-21T04:45:53.683558+0000","last_up_change":"2023-12-21T04:45:52.183707+0000","last_in_change":"2023-12-21T04:45:03.650645+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:45:35.341610+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"692bbf67-16d9-4da9-9124-b385d540776f","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":1259173322},{"type":"v1","addr":"172.21.15.105:6801","nonce":1259173322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6803","nonce":1259173322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6807","nonce":1259173322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6805","nonce":1259173322}]},"public_addr":"172.21.15.105:6801/1259173322","cluster_addr":"172.21.15.105:6803/1259173322","heartbeat_back_addr":"172.21.15.105:6807/1259173322","heartbeat_front_addr":"172.21.15.105:6805/1259173322","state":["exists","up"]},{"osd":1,"uuid":"24aef948-561a-4992-b290-fec3e8c14d1b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6803","nonce":4274554308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6805","nonce":4274554308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6808","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6809","nonce":4274554308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6807","nonce":4274554308}]},"public_addr":"172.21.15.86:6803/4274554308","cluster_addr":"172.21.15.86:6805/4274554308","heartbeat_back_addr":"172.21.15.86:6809/4274554308","heartbeat_front_addr":"172.21.15.86:6807/4274554308","state":["exists","up"]},{"osd":2,"uuid":"82060db4-0376-41ed-ad12-aa3b0b1e06a5","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":2793692534},{"type":"v1","addr":"172.21.15.105:6809","nonce":2793692534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6811","nonce":2793692534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6815","nonce":2793692534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6813","nonce":2793692534}]},"public_addr":"172.21.15.105:6809/2793692534","cluster_addr":"172.21.15.105:6811/2793692534","heartbeat_back_addr":"172.21.15.105:6815/2793692534","heartbeat_front_addr":"172.21.15.105:6813/2793692534","state":["exists","up"]},{"osd":3,"uuid":"bc4e4262-721b-4ab6-8feb-c95876a0d03f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6810","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6811","nonce":3585011370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6812","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6813","nonce":3585011370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6816","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6817","nonce":3585011370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6814","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6815","nonce":3585011370}]},"public_addr":"172.21.15.86:6811/3585011370","cluster_addr":"172.21.15.86:6813/3585011370","heartbeat_back_addr":"172.21.15.86:6817/3585011370","heartbeat_front_addr":"172.21.15.86:6815/3585011370","state":["exists","up"]},{"osd":4,"uuid":"15b40954-44f6-49c6-bae1-9c717a422003","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":891362795},{"type":"v1","addr":"172.21.15.105:6817","nonce":891362795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6819","nonce":891362795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6823","nonce":891362795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6821","nonce":891362795}]},"public_addr":"172.21.15.105:6817/891362795","cluster_addr":"172.21.15.105:6819/891362795","heartbeat_back_addr":"172.21.15.105:6823/891362795","heartbeat_front_addr":"172.21.15.105:6821/891362795","state":["exists","up"]},{"osd":5,"uuid":"f4f4e689-8a64-4862-863e-33d844b0da96","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.86:6818","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6819","nonce":328572573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6820","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6821","nonce":328572573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6824","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6825","nonce":328572573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6822","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6823","nonce":328572573}]},"public_addr":"172.21.15.86:6819/328572573","cluster_addr":"172.21.15.86:6821/328572573","heartbeat_back_addr":"172.21.15.86:6825/328572573","heartbeat_front_addr":"172.21.15.86:6823/328572573","state":["exists","up"]},{"osd":6,"uuid":"8f78c38f-3a43-4282-bbe9-c142c0f57bd4","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":2319415800},{"type":"v1","addr":"172.21.15.105:6825","nonce":2319415800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6827","nonce":2319415800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6831","nonce":2319415800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6829","nonce":2319415800}]},"public_addr":"172.21.15.105:6825/2319415800","cluster_addr":"172.21.15.105:6827/2319415800","heartbeat_back_addr":"172.21.15.105:6831/2319415800","heartbeat_front_addr":"172.21.15.105:6829/2319415800","state":["exists","up"]},{"osd":7,"uuid":"0d1b2c36-428f-4920-b1e5-a1ff36246509","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.86:6826","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6827","nonce":2186052504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6828","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6829","nonce":2186052504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6832","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6833","nonce":2186052504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6830","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6831","nonce":2186052504}]},"public_addr":"172.21.15.86:6827/2186052504","cluster_addr":"172.21.15.86:6829/2186052504","heartbeat_back_addr":"172.21.15.86:6833/2186052504","heartbeat_front_addr":"172.21.15.86:6831/2186052504","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:26.822058+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:33.281351+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:32.810112+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:39.963873+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:37.825607+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:46.196206+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:41.863628+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:51.110997+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.86:6801/2891196860":"2023-12-22T04:44:02.675999+0000","172.21.15.86:0/4030967029":"2023-12-22T04:43:07.156167+0000","172.21.15.86:0/338635711":"2023-12-22T04:43:07.156167+0000","172.21.15.86:0/2666920981":"2023-12-22T04:44:02.675999+0000","172.21.15.86:0/3701323888":"2023-12-22T04:42:28.900671+0000","172.21.15.86:0/246244470":"2023-12-22T04:42:28.900671+0000","172.21.15.86:0/3374510060":"2023-12-22T04:44:02.675999+0000","172.21.15.86:6800/3503743872":"2023-12-22T04:43:07.156167+0000","172.21.15.86:6801/362676476":"2023-12-22T04:42:28.900671+0000","172.21.15.86:6800/2891196860":"2023-12-22T04:44:02.675999+0000","172.21.15.86:6801/3503743872":"2023-12-22T04:43:07.156167+0000","172.21.15.86:6800/362676476":"2023-12-22T04:42:28.900671+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:46:13.970 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-21T04:45:35.341610+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-21T04:46:13.971 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-21T04:46:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:14 smithi086 bash[26112]: cluster 2023-12-21T04:46:12.713562+0000 mgr.smithi086.vbfnjc (mgr.14182) 94 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:14 smithi086 bash[26112]: audit 2023-12-21T04:46:13.197037+0000 mon.smithi086 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:14 smithi086 bash[26112]: cephadm 2023-12-21T04:46:13.198399+0000 mgr.smithi086.vbfnjc (mgr.14182) 95 : cephadm [INF] Reconfiguring mgr.smithi105.xtuojz (monmap changed)... 2023-12-21T04:46:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:14 smithi086 bash[26112]: audit 2023-12-21T04:46:13.198812+0000 mon.smithi086 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.xtuojz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:46:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:14 smithi086 bash[26112]: audit 2023-12-21T04:46:13.200228+0000 mon.smithi086 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:46:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:14 smithi086 bash[26112]: audit 2023-12-21T04:46:13.201390+0000 mon.smithi086 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:14 smithi086 bash[26112]: cephadm 2023-12-21T04:46:13.202460+0000 mgr.smithi086.vbfnjc (mgr.14182) 96 : cephadm [INF] Reconfiguring daemon mgr.smithi105.xtuojz on smithi105 2023-12-21T04:46:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:14 smithi086 bash[26112]: audit 2023-12-21T04:46:13.280124+0000 mon.smithi086 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.86:0/1036875933' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:46:14.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:14 smithi105 bash[29232]: cluster 2023-12-21T04:46:12.713562+0000 mgr.smithi086.vbfnjc (mgr.14182) 94 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:14.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:14 smithi105 bash[29232]: audit 2023-12-21T04:46:13.197037+0000 mon.smithi086 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:14.406 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:14 smithi105 bash[29232]: cephadm 2023-12-21T04:46:13.198399+0000 mgr.smithi086.vbfnjc (mgr.14182) 95 : cephadm [INF] Reconfiguring mgr.smithi105.xtuojz (monmap changed)... 2023-12-21T04:46:14.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:14 smithi105 bash[29232]: audit 2023-12-21T04:46:13.198812+0000 mon.smithi086 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi105.xtuojz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-21T04:46:14.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:14 smithi105 bash[29232]: audit 2023-12-21T04:46:13.200228+0000 mon.smithi086 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-21T04:46:14.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:14 smithi105 bash[29232]: audit 2023-12-21T04:46:13.201390+0000 mon.smithi086 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:14.407 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:14 smithi105 bash[29232]: cephadm 2023-12-21T04:46:13.202460+0000 mgr.smithi086.vbfnjc (mgr.14182) 96 : cephadm [INF] Reconfiguring daemon mgr.smithi105.xtuojz on smithi105 2023-12-21T04:46:14.408 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:14 smithi105 bash[29232]: audit 2023-12-21T04:46:13.280124+0000 mon.smithi086 (mon.0) 519 : audit [DBG] from='client.? 172.21.15.86:0/1036875933' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:46:16.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:15 smithi105 bash[29232]: cluster 2023-12-21T04:46:14.714215+0000 mgr.smithi086.vbfnjc (mgr.14182) 97 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:16.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:15 smithi105 bash[29232]: audit 2023-12-21T04:46:14.997537+0000 mon.smithi086 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:16.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:15 smithi105 bash[29232]: cephadm 2023-12-21T04:46:14.999153+0000 mgr.smithi086.vbfnjc (mgr.14182) 98 : cephadm [INF] Reconfiguring mon.smithi105 (monmap changed)... 2023-12-21T04:46:16.071 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:15 smithi105 bash[29232]: audit 2023-12-21T04:46:14.999781+0000 mon.smithi086 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:46:16.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:15 smithi105 bash[29232]: audit 2023-12-21T04:46:15.001423+0000 mon.smithi086 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:46:16.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:15 smithi105 bash[29232]: audit 2023-12-21T04:46:15.002918+0000 mon.smithi086 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:16.072 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:15 smithi105 bash[29232]: cephadm 2023-12-21T04:46:15.004208+0000 mgr.smithi086.vbfnjc (mgr.14182) 99 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2023-12-21T04:46:16.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:15 smithi086 bash[26112]: cluster 2023-12-21T04:46:14.714215+0000 mgr.smithi086.vbfnjc (mgr.14182) 97 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:16.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:15 smithi086 bash[26112]: audit 2023-12-21T04:46:14.997537+0000 mon.smithi086 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:16.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:15 smithi086 bash[26112]: cephadm 2023-12-21T04:46:14.999153+0000 mgr.smithi086.vbfnjc (mgr.14182) 98 : cephadm [INF] Reconfiguring mon.smithi105 (monmap changed)... 2023-12-21T04:46:16.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:15 smithi086 bash[26112]: audit 2023-12-21T04:46:14.999781+0000 mon.smithi086 (mon.0) 521 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-21T04:46:16.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:15 smithi086 bash[26112]: audit 2023-12-21T04:46:15.001423+0000 mon.smithi086 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-21T04:46:16.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:15 smithi086 bash[26112]: audit 2023-12-21T04:46:15.002918+0000 mon.smithi086 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:16.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:15 smithi086 bash[26112]: cephadm 2023-12-21T04:46:15.004208+0000 mgr.smithi086.vbfnjc (mgr.14182) 99 : cephadm [INF] Reconfiguring daemon mon.smithi105 on smithi105 2023-12-21T04:46:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: cluster 2023-12-21T04:46:16.714836+0000 mgr.smithi086.vbfnjc (mgr.14182) 100 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.827733+0000 mon.smithi086 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.835676+0000 mon.smithi086 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:46:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.836343+0000 mgr.smithi086.vbfnjc (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:46:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.838142+0000 mon.smithi086 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:46:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.838695+0000 mgr.smithi086.vbfnjc (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.847126+0000 mon.smithi086 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.860721+0000 mon.smithi086 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.861518+0000 mgr.smithi086.vbfnjc (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.873204+0000 mon.smithi086 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.874074+0000 mgr.smithi086.vbfnjc (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.882486+0000 mon.smithi086 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.892888+0000 mon.smithi086 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.893852+0000 mgr.smithi086.vbfnjc (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.902072+0000 mon.smithi086 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.902739+0000 mgr.smithi086.vbfnjc (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.911276+0000 mon.smithi086 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:17 smithi105 bash[29232]: audit 2023-12-21T04:46:16.915317+0000 mon.smithi086 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:46:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: cluster 2023-12-21T04:46:16.714836+0000 mgr.smithi086.vbfnjc (mgr.14182) 100 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.827733+0000 mon.smithi086 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.835676+0000 mon.smithi086 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:46:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.836343+0000 mgr.smithi086.vbfnjc (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-21T04:46:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.838142+0000 mon.smithi086 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:46:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.838695+0000 mgr.smithi086.vbfnjc (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi086.front.sepia.ceph.com:9093"}]: dispatch 2023-12-21T04:46:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.847126+0000 mon.smithi086 (mon.0) 527 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.860721+0000 mon.smithi086 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.861518+0000 mgr.smithi086.vbfnjc (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.873204+0000 mon.smithi086 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.874074+0000 mgr.smithi086.vbfnjc (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi086.front.sepia.ceph.com:3000"}]: dispatch 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.882486+0000 mon.smithi086 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.892888+0000 mon.smithi086 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.893852+0000 mgr.smithi086.vbfnjc (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.902072+0000 mon.smithi086 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.902739+0000 mgr.smithi086.vbfnjc (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi105.front.sepia.ceph.com:9095"}]: dispatch 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.911276+0000 mon.smithi086 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:18.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:17 smithi086 bash[26112]: audit 2023-12-21T04:46:16.915317+0000 mon.smithi086 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:46:18.808 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:46:20.029 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:19 smithi086 bash[26112]: cluster 2023-12-21T04:46:18.715392+0000 mgr.smithi086.vbfnjc (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:20.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:19 smithi105 bash[29232]: cluster 2023-12-21T04:46:18.715392+0000 mgr.smithi086.vbfnjc (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:21.796 INFO:teuthology.orchestra.run.smithi086.stdout:pg_num: 1 2023-12-21T04:46:22.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:21 smithi105 bash[29232]: cluster 2023-12-21T04:46:20.716087+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:22.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:21 smithi105 bash[29232]: audit 2023-12-21T04:46:21.794449+0000 mon.smithi086 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.86:0/204286344' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T04:46:22.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:21 smithi086 bash[26112]: cluster 2023-12-21T04:46:20.716087+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:22.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:21 smithi086 bash[26112]: audit 2023-12-21T04:46:21.794449+0000 mon.smithi086 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.86:0/204286344' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-21T04:46:22.447 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-21T04:46:22.448 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-21T04:46:22.448 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-21T04:46:23.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:23 smithi086 bash[26112]: audit 2023-12-21T04:46:22.157132+0000 mon.smithi086 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:23.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:23 smithi086 bash[26112]: audit 2023-12-21T04:46:22.794302+0000 mon.smithi086 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:23.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:23 smithi105 bash[29232]: audit 2023-12-21T04:46:22.157132+0000 mon.smithi086 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:23.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:23 smithi105 bash[29232]: audit 2023-12-21T04:46:22.794302+0000 mon.smithi086 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:24.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:24 smithi086 bash[26112]: cluster 2023-12-21T04:46:22.716749+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:24.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:24 smithi105 bash[29232]: cluster 2023-12-21T04:46:22.716749+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:26.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:26 smithi086 bash[26112]: cluster 2023-12-21T04:46:24.717358+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:26 smithi105 bash[29232]: cluster 2023-12-21T04:46:24.717358+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:26.986 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:46:28.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:28 smithi086 bash[26112]: cluster 2023-12-21T04:46:26.717948+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:28.503 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:28 smithi105 bash[29232]: cluster 2023-12-21T04:46:26.717948+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:30.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:30 smithi105 bash[29232]: cluster 2023-12-21T04:46:28.718631+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:30.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:30 smithi086 bash[26112]: cluster 2023-12-21T04:46:28.718631+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:30.960 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:46:31.467 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:31 smithi105 bash[29232]: audit 2023-12-21T04:46:30.954514+0000 mon.smithi086 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.86:0/1559886424' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T04:46:31.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:31 smithi086 bash[26112]: audit 2023-12-21T04:46:30.954514+0000 mon.smithi086 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.86:0/1559886424' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-21T04:46:31.646 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi086.vbfnjc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6800","nonce":339175250},{"type":"v1","addr":"172.21.15.86:6801","nonce":339175250}]},"active_addr":"172.21.15.86:6801/339175250","active_change":"2023-12-21T04:44:02.676178+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi105.xtuojz","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.86:8443/","prometheus":"http://172.21.15.86: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.86:0","nonce":3227553143}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.86:0","nonce":1317265581}]}]} 2023-12-21T04:46:31.651 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-21T04:46:31.651 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-21T04:46:31.652 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:46:32.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:32 smithi086 bash[26112]: cluster 2023-12-21T04:46:30.719214+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:32.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:32 smithi105 bash[29232]: cluster 2023-12-21T04:46:30.719214+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: cephadm 2023-12-21T04:46:32.288138+0000 mgr.smithi086.vbfnjc (mgr.14182) 114 : cephadm [INF] Detected new or changed devices on smithi105 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: audit 2023-12-21T04:46:32.297316+0000 mon.smithi086 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: audit 2023-12-21T04:46:32.615432+0000 mon.smithi086 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: audit 2023-12-21T04:46:32.617195+0000 mon.smithi086 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: audit 2023-12-21T04:46:32.618906+0000 mon.smithi086 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: audit 2023-12-21T04:46:32.620604+0000 mon.smithi086 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: cephadm 2023-12-21T04:46:32.621916+0000 mgr.smithi086.vbfnjc (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3785M 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: audit 2023-12-21T04:46:32.630090+0000 mon.smithi086 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: cluster 2023-12-21T04:46:32.719840+0000 mgr.smithi086.vbfnjc (mgr.14182) 116 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: cephadm 2023-12-21T04:46:33.023791+0000 mgr.smithi086.vbfnjc (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi086 2023-12-21T04:46:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:33 smithi105 bash[29232]: audit 2023-12-21T04:46:33.036259+0000 mon.smithi086 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:33.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: cephadm 2023-12-21T04:46:32.288138+0000 mgr.smithi086.vbfnjc (mgr.14182) 114 : cephadm [INF] Detected new or changed devices on smithi105 2023-12-21T04:46:33.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: audit 2023-12-21T04:46:32.297316+0000 mon.smithi086 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:33.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: audit 2023-12-21T04:46:32.615432+0000 mon.smithi086 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:33.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: audit 2023-12-21T04:46:32.617195+0000 mon.smithi086 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:33.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: audit 2023-12-21T04:46:32.618906+0000 mon.smithi086 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:33.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: audit 2023-12-21T04:46:32.620604+0000 mon.smithi086 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:33.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: cephadm 2023-12-21T04:46:32.621916+0000 mgr.smithi086.vbfnjc (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3785M 2023-12-21T04:46:33.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: audit 2023-12-21T04:46:32.630090+0000 mon.smithi086 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:33.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: cluster 2023-12-21T04:46:32.719840+0000 mgr.smithi086.vbfnjc (mgr.14182) 116 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:33.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: cephadm 2023-12-21T04:46:33.023791+0000 mgr.smithi086.vbfnjc (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi086 2023-12-21T04:46:33.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:33 smithi086 bash[26112]: audit 2023-12-21T04:46:33.036259+0000 mon.smithi086 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.333205+0000 mon.smithi086 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.335028+0000 mon.smithi086 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.336180+0000 mon.smithi086 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.337277+0000 mon.smithi086 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.338617+0000 mon.smithi086 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: cephadm 2023-12-21T04:46:33.339718+0000 mgr.smithi086.vbfnjc (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi086 to 3529M 2023-12-21T04:46:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.345846+0000 mon.smithi086 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.347791+0000 mon.smithi086 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.349073+0000 mon.smithi086 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:46:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.357488+0000 mon.smithi086 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.366882+0000 mon.smithi086 (mon.0) 555 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:46:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.374227+0000 mon.smithi086 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:46:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.377781+0000 mon.smithi086 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:46:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.378361+0000 mon.smithi086 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:34.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:34 smithi105 bash[29232]: audit 2023-12-21T04:46:33.378916+0000 mon.smithi086 (mon.0) 559 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.333205+0000 mon.smithi086 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.335028+0000 mon.smithi086 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.336180+0000 mon.smithi086 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.337277+0000 mon.smithi086 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.338617+0000 mon.smithi086 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: cephadm 2023-12-21T04:46:33.339718+0000 mgr.smithi086.vbfnjc (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi086 to 3529M 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.345846+0000 mon.smithi086 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.347791+0000 mon.smithi086 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:34.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.349073+0000 mon.smithi086 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:46:34.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.357488+0000 mon.smithi086 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:46:34.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.366882+0000 mon.smithi086 (mon.0) 555 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:46:34.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.374227+0000 mon.smithi086 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:46:34.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.377781+0000 mon.smithi086 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-21T04:46:34.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.378361+0000 mon.smithi086 (mon.0) 558 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:34.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:34 smithi086 bash[26112]: audit 2023-12-21T04:46:33.378916+0000 mon.smithi086 (mon.0) 559 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:46:35.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:35 smithi105 bash[29232]: cluster 2023-12-21T04:46:34.720494+0000 mgr.smithi086.vbfnjc (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:35.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:35 smithi086 bash[26112]: cluster 2023-12-21T04:46:34.720494+0000 mgr.smithi086.vbfnjc (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:46:36.482 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:46:38.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:37 smithi105 bash[29232]: cluster 2023-12-21T04:46:36.721237+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:37 smithi086 bash[26112]: cluster 2023-12-21T04:46:36.721237+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:39 smithi105 bash[29232]: cluster 2023-12-21T04:46:38.721878+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:40.231 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:39 smithi086 bash[26112]: cluster 2023-12-21T04:46:38.721878+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:40.570 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:46:40.570 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":39,"fsid":"33658a5a-9fbb-11ee-95a5-87774f69a715","created":"2023-12-21T04:42:01.411103+0000","modified":"2023-12-21T04:45:53.683558+0000","last_up_change":"2023-12-21T04:45:52.183707+0000","last_in_change":"2023-12-21T04:45:03.650645+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:45:35.341610+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"692bbf67-16d9-4da9-9124-b385d540776f","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":1259173322},{"type":"v1","addr":"172.21.15.105:6801","nonce":1259173322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6803","nonce":1259173322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6807","nonce":1259173322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6805","nonce":1259173322}]},"public_addr":"172.21.15.105:6801/1259173322","cluster_addr":"172.21.15.105:6803/1259173322","heartbeat_back_addr":"172.21.15.105:6807/1259173322","heartbeat_front_addr":"172.21.15.105:6805/1259173322","state":["exists","up"]},{"osd":1,"uuid":"24aef948-561a-4992-b290-fec3e8c14d1b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6803","nonce":4274554308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6805","nonce":4274554308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6808","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6809","nonce":4274554308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6807","nonce":4274554308}]},"public_addr":"172.21.15.86:6803/4274554308","cluster_addr":"172.21.15.86:6805/4274554308","heartbeat_back_addr":"172.21.15.86:6809/4274554308","heartbeat_front_addr":"172.21.15.86:6807/4274554308","state":["exists","up"]},{"osd":2,"uuid":"82060db4-0376-41ed-ad12-aa3b0b1e06a5","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":2793692534},{"type":"v1","addr":"172.21.15.105:6809","nonce":2793692534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6811","nonce":2793692534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6815","nonce":2793692534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6813","nonce":2793692534}]},"public_addr":"172.21.15.105:6809/2793692534","cluster_addr":"172.21.15.105:6811/2793692534","heartbeat_back_addr":"172.21.15.105:6815/2793692534","heartbeat_front_addr":"172.21.15.105:6813/2793692534","state":["exists","up"]},{"osd":3,"uuid":"bc4e4262-721b-4ab6-8feb-c95876a0d03f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6810","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6811","nonce":3585011370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6812","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6813","nonce":3585011370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6816","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6817","nonce":3585011370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6814","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6815","nonce":3585011370}]},"public_addr":"172.21.15.86:6811/3585011370","cluster_addr":"172.21.15.86:6813/3585011370","heartbeat_back_addr":"172.21.15.86:6817/3585011370","heartbeat_front_addr":"172.21.15.86:6815/3585011370","state":["exists","up"]},{"osd":4,"uuid":"15b40954-44f6-49c6-bae1-9c717a422003","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":891362795},{"type":"v1","addr":"172.21.15.105:6817","nonce":891362795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6819","nonce":891362795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6823","nonce":891362795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6821","nonce":891362795}]},"public_addr":"172.21.15.105:6817/891362795","cluster_addr":"172.21.15.105:6819/891362795","heartbeat_back_addr":"172.21.15.105:6823/891362795","heartbeat_front_addr":"172.21.15.105:6821/891362795","state":["exists","up"]},{"osd":5,"uuid":"f4f4e689-8a64-4862-863e-33d844b0da96","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.86:6818","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6819","nonce":328572573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6820","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6821","nonce":328572573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6824","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6825","nonce":328572573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6822","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6823","nonce":328572573}]},"public_addr":"172.21.15.86:6819/328572573","cluster_addr":"172.21.15.86:6821/328572573","heartbeat_back_addr":"172.21.15.86:6825/328572573","heartbeat_front_addr":"172.21.15.86:6823/328572573","state":["exists","up"]},{"osd":6,"uuid":"8f78c38f-3a43-4282-bbe9-c142c0f57bd4","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":2319415800},{"type":"v1","addr":"172.21.15.105:6825","nonce":2319415800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6827","nonce":2319415800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6831","nonce":2319415800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6829","nonce":2319415800}]},"public_addr":"172.21.15.105:6825/2319415800","cluster_addr":"172.21.15.105:6827/2319415800","heartbeat_back_addr":"172.21.15.105:6831/2319415800","heartbeat_front_addr":"172.21.15.105:6829/2319415800","state":["exists","up"]},{"osd":7,"uuid":"0d1b2c36-428f-4920-b1e5-a1ff36246509","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.86:6826","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6827","nonce":2186052504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6828","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6829","nonce":2186052504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6832","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6833","nonce":2186052504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6830","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6831","nonce":2186052504}]},"public_addr":"172.21.15.86:6827/2186052504","cluster_addr":"172.21.15.86:6829/2186052504","heartbeat_back_addr":"172.21.15.86:6833/2186052504","heartbeat_front_addr":"172.21.15.86:6831/2186052504","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:26.822058+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:33.281351+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:32.810112+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:39.963873+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:37.825607+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:46.196206+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:41.863628+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:51.110997+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.86:6801/2891196860":"2023-12-22T04:44:02.675999+0000","172.21.15.86:0/4030967029":"2023-12-22T04:43:07.156167+0000","172.21.15.86:0/338635711":"2023-12-22T04:43:07.156167+0000","172.21.15.86:0/2666920981":"2023-12-22T04:44:02.675999+0000","172.21.15.86:0/3701323888":"2023-12-22T04:42:28.900671+0000","172.21.15.86:0/246244470":"2023-12-22T04:42:28.900671+0000","172.21.15.86:0/3374510060":"2023-12-22T04:44:02.675999+0000","172.21.15.86:6800/3503743872":"2023-12-22T04:43:07.156167+0000","172.21.15.86:6801/362676476":"2023-12-22T04:42:28.900671+0000","172.21.15.86:6800/2891196860":"2023-12-22T04:44:02.675999+0000","172.21.15.86:6801/3503743872":"2023-12-22T04:43:07.156167+0000","172.21.15.86:6800/362676476":"2023-12-22T04:42:28.900671+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:46:41.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:40 smithi086 bash[26112]: audit 2023-12-21T04:46:40.566886+0000 mon.smithi086 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.86:0/4093357520' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:46:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:40 smithi105 bash[29232]: audit 2023-12-21T04:46:40.566886+0000 mon.smithi086 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.86:0/4093357520' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:46:41.221 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-21T04:46:41.222 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-21T04:46:42.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:41 smithi105 bash[29232]: cluster 2023-12-21T04:46:40.722583+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:41 smithi086 bash[26112]: cluster 2023-12-21T04:46:40.722583+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:44.005 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:43 smithi086 bash[26112]: cluster 2023-12-21T04:46:42.723255+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:44.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:43 smithi105 bash[29232]: cluster 2023-12-21T04:46:42.723255+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:45 smithi105 bash[29232]: cluster 2023-12-21T04:46:44.723836+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:46.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:45 smithi086 bash[26112]: cluster 2023-12-21T04:46:44.723836+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:46.489 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:46:48.048 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:47 smithi105 bash[29232]: cluster 2023-12-21T04:46:46.724477+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:48.263 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:47 smithi086 bash[26112]: cluster 2023-12-21T04:46:46.724477+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:49.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:49 smithi105 bash[29232]: cluster 2023-12-21T04:46:48.725225+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:50.059 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:49 smithi086 bash[26112]: cluster 2023-12-21T04:46:48.725225+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:50.400 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:46:50.401 INFO:teuthology.orchestra.run.smithi086.stdout:{"epoch":39,"fsid":"33658a5a-9fbb-11ee-95a5-87774f69a715","created":"2023-12-21T04:42:01.411103+0000","modified":"2023-12-21T04:45:53.683558+0000","last_up_change":"2023-12-21T04:45:52.183707+0000","last_in_change":"2023-12-21T04:45:03.650645+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-21T04:45:35.341610+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"692bbf67-16d9-4da9-9124-b385d540776f","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":1259173322},{"type":"v1","addr":"172.21.15.105:6801","nonce":1259173322}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6802","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6803","nonce":1259173322}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6806","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6807","nonce":1259173322}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6804","nonce":1259173322},{"type":"v1","addr":"172.21.15.105:6805","nonce":1259173322}]},"public_addr":"172.21.15.105:6801/1259173322","cluster_addr":"172.21.15.105:6803/1259173322","heartbeat_back_addr":"172.21.15.105:6807/1259173322","heartbeat_front_addr":"172.21.15.105:6805/1259173322","state":["exists","up"]},{"osd":1,"uuid":"24aef948-561a-4992-b290-fec3e8c14d1b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6802","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6803","nonce":4274554308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6804","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6805","nonce":4274554308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6808","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6809","nonce":4274554308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6806","nonce":4274554308},{"type":"v1","addr":"172.21.15.86:6807","nonce":4274554308}]},"public_addr":"172.21.15.86:6803/4274554308","cluster_addr":"172.21.15.86:6805/4274554308","heartbeat_back_addr":"172.21.15.86:6809/4274554308","heartbeat_front_addr":"172.21.15.86:6807/4274554308","state":["exists","up"]},{"osd":2,"uuid":"82060db4-0376-41ed-ad12-aa3b0b1e06a5","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":2793692534},{"type":"v1","addr":"172.21.15.105:6809","nonce":2793692534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6810","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6811","nonce":2793692534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6814","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6815","nonce":2793692534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6812","nonce":2793692534},{"type":"v1","addr":"172.21.15.105:6813","nonce":2793692534}]},"public_addr":"172.21.15.105:6809/2793692534","cluster_addr":"172.21.15.105:6811/2793692534","heartbeat_back_addr":"172.21.15.105:6815/2793692534","heartbeat_front_addr":"172.21.15.105:6813/2793692534","state":["exists","up"]},{"osd":3,"uuid":"bc4e4262-721b-4ab6-8feb-c95876a0d03f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6810","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6811","nonce":3585011370}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6812","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6813","nonce":3585011370}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6816","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6817","nonce":3585011370}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6814","nonce":3585011370},{"type":"v1","addr":"172.21.15.86:6815","nonce":3585011370}]},"public_addr":"172.21.15.86:6811/3585011370","cluster_addr":"172.21.15.86:6813/3585011370","heartbeat_back_addr":"172.21.15.86:6817/3585011370","heartbeat_front_addr":"172.21.15.86:6815/3585011370","state":["exists","up"]},{"osd":4,"uuid":"15b40954-44f6-49c6-bae1-9c717a422003","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":891362795},{"type":"v1","addr":"172.21.15.105:6817","nonce":891362795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6818","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6819","nonce":891362795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6822","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6823","nonce":891362795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6820","nonce":891362795},{"type":"v1","addr":"172.21.15.105:6821","nonce":891362795}]},"public_addr":"172.21.15.105:6817/891362795","cluster_addr":"172.21.15.105:6819/891362795","heartbeat_back_addr":"172.21.15.105:6823/891362795","heartbeat_front_addr":"172.21.15.105:6821/891362795","state":["exists","up"]},{"osd":5,"uuid":"f4f4e689-8a64-4862-863e-33d844b0da96","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.86:6818","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6819","nonce":328572573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6820","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6821","nonce":328572573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6824","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6825","nonce":328572573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6822","nonce":328572573},{"type":"v1","addr":"172.21.15.86:6823","nonce":328572573}]},"public_addr":"172.21.15.86:6819/328572573","cluster_addr":"172.21.15.86:6821/328572573","heartbeat_back_addr":"172.21.15.86:6825/328572573","heartbeat_front_addr":"172.21.15.86:6823/328572573","state":["exists","up"]},{"osd":6,"uuid":"8f78c38f-3a43-4282-bbe9-c142c0f57bd4","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":2319415800},{"type":"v1","addr":"172.21.15.105:6825","nonce":2319415800}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6826","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6827","nonce":2319415800}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6830","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6831","nonce":2319415800}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.105:6828","nonce":2319415800},{"type":"v1","addr":"172.21.15.105:6829","nonce":2319415800}]},"public_addr":"172.21.15.105:6825/2319415800","cluster_addr":"172.21.15.105:6827/2319415800","heartbeat_back_addr":"172.21.15.105:6831/2319415800","heartbeat_front_addr":"172.21.15.105:6829/2319415800","state":["exists","up"]},{"osd":7,"uuid":"0d1b2c36-428f-4920-b1e5-a1ff36246509","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.86:6826","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6827","nonce":2186052504}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6828","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6829","nonce":2186052504}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6832","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6833","nonce":2186052504}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.86:6830","nonce":2186052504},{"type":"v1","addr":"172.21.15.86:6831","nonce":2186052504}]},"public_addr":"172.21.15.86:6827/2186052504","cluster_addr":"172.21.15.86:6829/2186052504","heartbeat_back_addr":"172.21.15.86:6833/2186052504","heartbeat_front_addr":"172.21.15.86:6831/2186052504","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:26.822058+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:33.281351+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:32.810112+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:39.963873+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:37.825607+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:46.196206+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:41.863628+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-21T04:45:51.110997+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.86:6801/2891196860":"2023-12-22T04:44:02.675999+0000","172.21.15.86:0/4030967029":"2023-12-22T04:43:07.156167+0000","172.21.15.86:0/338635711":"2023-12-22T04:43:07.156167+0000","172.21.15.86:0/2666920981":"2023-12-22T04:44:02.675999+0000","172.21.15.86:0/3701323888":"2023-12-22T04:42:28.900671+0000","172.21.15.86:0/246244470":"2023-12-22T04:42:28.900671+0000","172.21.15.86:0/3374510060":"2023-12-22T04:44:02.675999+0000","172.21.15.86:6800/3503743872":"2023-12-22T04:43:07.156167+0000","172.21.15.86:6801/362676476":"2023-12-22T04:42:28.900671+0000","172.21.15.86:6800/2891196860":"2023-12-22T04:44:02.675999+0000","172.21.15.86:6801/3503743872":"2023-12-22T04:43:07.156167+0000","172.21.15.86:6800/362676476":"2023-12-22T04:42:28.900671+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-12-21T04:46:51.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:50 smithi105 bash[29232]: audit 2023-12-21T04:46:50.397488+0000 mon.smithi086 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.86:0/54570922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:46:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:50 smithi086 bash[26112]: audit 2023-12-21T04:46:50.397488+0000 mon.smithi086 (mon.0) 561 : audit [DBG] from='client.? 172.21.15.86:0/54570922' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-21T04:46:51.363 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-21T04:46:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:51 smithi105 bash[29232]: cluster 2023-12-21T04:46:50.725763+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:51 smithi086 bash[26112]: cluster 2023-12-21T04:46:50.725763+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:54.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:53 smithi086 bash[26112]: cluster 2023-12-21T04:46:52.726352+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:53 smithi105 bash[29232]: cluster 2023-12-21T04:46:52.726352+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:55 smithi105 bash[29232]: cluster 2023-12-21T04:46:54.727011+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:56.209 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:46:56.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:55 smithi086 bash[26112]: cluster 2023-12-21T04:46:54.727011+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:58.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:57 smithi086 bash[26112]: cluster 2023-12-21T04:46:56.727556+0000 mgr.smithi086.vbfnjc (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-12-21T04:46:58.087 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:57 smithi105 bash[29232]: cluster 2023-12-21T04:46:56.727556+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:59 smithi105 bash[29232]: cluster 2023-12-21T04:46:58.728162+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:46:59 smithi105 bash[29232]: audit 2023-12-21T04:46:59.339508+0000 mon.smithi086 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:00.193 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:59 smithi086 bash[26112]: cluster 2023-12-21T04:46:58.728162+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:00.193 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:46:59 smithi086 bash[26112]: audit 2023-12-21T04:46:59.339508+0000 mon.smithi086 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:01.008 INFO:teuthology.orchestra.run.smithi086.stdout:68719476758 2023-12-21T04:47:01.009 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-21T04:47:02.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:01 smithi105 bash[29232]: cluster 2023-12-21T04:47:00.728759+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:02.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:01 smithi086 bash[26112]: cluster 2023-12-21T04:47:00.728759+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:03 smithi086 bash[26112]: audit 2023-12-21T04:47:02.466207+0000 mon.smithi086 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:03 smithi086 bash[26112]: audit 2023-12-21T04:47:02.472124+0000 mon.smithi086 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:47:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:03 smithi086 bash[26112]: cluster 2023-12-21T04:47:02.729348+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:03 smithi105 bash[29232]: audit 2023-12-21T04:47:02.466207+0000 mon.smithi086 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:03 smithi105 bash[29232]: audit 2023-12-21T04:47:02.472124+0000 mon.smithi086 (mon.0) 564 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:47:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:03 smithi105 bash[29232]: cluster 2023-12-21T04:47:02.729348+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:06.014 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:47:06.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:05 smithi105 bash[29232]: cluster 2023-12-21T04:47:04.729951+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:06.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:05 smithi086 bash[26112]: cluster 2023-12-21T04:47:04.729951+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:08.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:07 smithi105 bash[29232]: cluster 2023-12-21T04:47:06.730596+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:08.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:07 smithi086 bash[26112]: cluster 2023-12-21T04:47:06.730596+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:09.467 INFO:teuthology.orchestra.run.smithi086.stdout:90194313238 2023-12-21T04:47:09.468 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-21T04:47:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:09 smithi086 bash[26112]: audit 2023-12-21T04:47:08.237041+0000 mon.smithi086 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:09 smithi086 bash[26112]: audit 2023-12-21T04:47:08.313014+0000 mon.smithi086 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:09 smithi086 bash[26112]: audit 2023-12-21T04:47:08.314858+0000 mon.smithi086 (mon.0) 567 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:47:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:09 smithi086 bash[26112]: audit 2023-12-21T04:47:08.316102+0000 mon.smithi086 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:47:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:09 smithi086 bash[26112]: audit 2023-12-21T04:47:08.321977+0000 mon.smithi086 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:09 smithi086 bash[26112]: audit 2023-12-21T04:47:08.329036+0000 mon.smithi086 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:47:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:09 smithi105 bash[29232]: audit 2023-12-21T04:47:08.237041+0000 mon.smithi086 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:09 smithi105 bash[29232]: audit 2023-12-21T04:47:08.313014+0000 mon.smithi086 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:09 smithi105 bash[29232]: audit 2023-12-21T04:47:08.314858+0000 mon.smithi086 (mon.0) 567 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:47:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:09 smithi105 bash[29232]: audit 2023-12-21T04:47:08.316102+0000 mon.smithi086 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:47:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:09 smithi105 bash[29232]: audit 2023-12-21T04:47:08.321977+0000 mon.smithi086 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:47:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:09 smithi105 bash[29232]: audit 2023-12-21T04:47:08.329036+0000 mon.smithi086 (mon.0) 570 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:47:10.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:10 smithi086 bash[26112]: cluster 2023-12-21T04:47:08.731137+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:10.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:10 smithi105 bash[29232]: cluster 2023-12-21T04:47:08.731137+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:12.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:12 smithi086 bash[26112]: cluster 2023-12-21T04:47:10.731751+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:12.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:12 smithi105 bash[29232]: cluster 2023-12-21T04:47:10.731751+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:14.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:13 smithi086 bash[26112]: cluster 2023-12-21T04:47:12.732401+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:13 smithi105 bash[29232]: cluster 2023-12-21T04:47:12.732401+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:14.307 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:47:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:15 smithi105 bash[29232]: cluster 2023-12-21T04:47:14.733048+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:16.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:15 smithi086 bash[26112]: cluster 2023-12-21T04:47:14.733048+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:17.737 INFO:teuthology.orchestra.run.smithi086.stdout:85899345942 2023-12-21T04:47:17.738 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-21T04:47:18.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:17 smithi086 bash[26112]: cluster 2023-12-21T04:47:16.733668+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:17 smithi105 bash[29232]: cluster 2023-12-21T04:47:16.733668+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:20.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:19 smithi105 bash[29232]: cluster 2023-12-21T04:47:18.734280+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:20.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:19 smithi086 bash[26112]: cluster 2023-12-21T04:47:18.734280+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:22.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:21 smithi105 bash[29232]: cluster 2023-12-21T04:47:20.734885+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:22.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:21 smithi086 bash[26112]: cluster 2023-12-21T04:47:20.734885+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:22.618 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:47:23.868 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:23 smithi086 bash[26112]: cluster 2023-12-21T04:47:22.735485+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:23 smithi105 bash[29232]: cluster 2023-12-21T04:47:22.735485+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:26.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:25 smithi086 bash[26112]: cluster 2023-12-21T04:47:24.736114+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:25 smithi105 bash[29232]: cluster 2023-12-21T04:47:24.736114+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:26.141 INFO:teuthology.orchestra.run.smithi086.stdout:120259084311 2023-12-21T04:47:26.141 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-21T04:47:28.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:27 smithi105 bash[29232]: cluster 2023-12-21T04:47:26.736704+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:28.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:27 smithi086 bash[26112]: cluster 2023-12-21T04:47:26.736704+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:29 smithi105 bash[29232]: cluster 2023-12-21T04:47:28.737256+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:30.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:29 smithi086 bash[26112]: cluster 2023-12-21T04:47:28.737256+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:30.984 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:47:32.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:31 smithi105 bash[29232]: cluster 2023-12-21T04:47:30.737805+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:32.161 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:31 smithi086 bash[26112]: cluster 2023-12-21T04:47:30.737805+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:33.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:33 smithi086 bash[26112]: cluster 2023-12-21T04:47:32.738453+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:33 smithi105 bash[29232]: cluster 2023-12-21T04:47:32.738453+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:34.423 INFO:teuthology.orchestra.run.smithi086.stdout:107374182425 2023-12-21T04:47:34.423 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-21T04:47:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:35 smithi105 bash[29232]: cluster 2023-12-21T04:47:34.739071+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:36.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:35 smithi086 bash[26112]: cluster 2023-12-21T04:47:34.739071+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:38.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:37 smithi105 bash[29232]: cluster 2023-12-21T04:47:36.739627+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:37 smithi086 bash[26112]: cluster 2023-12-21T04:47:36.739627+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:39.255 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:47:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:39 smithi105 bash[29232]: cluster 2023-12-21T04:47:38.740181+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:40.165 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:39 smithi086 bash[26112]: cluster 2023-12-21T04:47:38.740181+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:42.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:41 smithi086 bash[26112]: cluster 2023-12-21T04:47:40.740747+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:42.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:41 smithi105 bash[29232]: cluster 2023-12-21T04:47:40.740747+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:42.616 INFO:teuthology.orchestra.run.smithi086.stdout:141733920793 2023-12-21T04:47:42.616 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-21T04:47:44.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:43 smithi086 bash[26112]: cluster 2023-12-21T04:47:42.741326+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:43 smithi105 bash[29232]: cluster 2023-12-21T04:47:42.741326+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:45 smithi105 bash[29232]: cluster 2023-12-21T04:47:44.741917+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:46.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:45 smithi086 bash[26112]: cluster 2023-12-21T04:47:44.741917+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:47.447 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:47:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:47 smithi105 bash[29232]: cluster 2023-12-21T04:47:46.742524+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:47 smithi086 bash[26112]: cluster 2023-12-21T04:47:46.742524+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:50.115 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:49 smithi086 bash[26112]: cluster 2023-12-21T04:47:48.743081+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:49 smithi105 bash[29232]: cluster 2023-12-21T04:47:48.743081+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:50.878 INFO:teuthology.orchestra.run.smithi086.stdout:124554051612 2023-12-21T04:47:50.879 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-21T04:47:52.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:51 smithi105 bash[29232]: cluster 2023-12-21T04:47:50.743736+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:51 smithi086 bash[26112]: cluster 2023-12-21T04:47:50.743736+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:54.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:53 smithi086 bash[26112]: cluster 2023-12-21T04:47:52.744272+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:53 smithi105 bash[29232]: cluster 2023-12-21T04:47:52.744272+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:55.718 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:47:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:55 smithi105 bash[29232]: cluster 2023-12-21T04:47:54.744854+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:56.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:55 smithi086 bash[26112]: cluster 2023-12-21T04:47:54.744854+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:57 smithi105 bash[29232]: cluster 2023-12-21T04:47:56.745441+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:58.197 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:57 smithi086 bash[26112]: cluster 2023-12-21T04:47:56.745441+0000 mgr.smithi086.vbfnjc (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-12-21T04:47:59.041 INFO:teuthology.orchestra.run.smithi086.stdout:158913789979 2023-12-21T04:47:59.042 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-21T04:48:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:47:59 smithi105 bash[29232]: cluster 2023-12-21T04:47:58.746025+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:00.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:47:59 smithi086 bash[26112]: cluster 2023-12-21T04:47:58.746025+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:02.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:01 smithi105 bash[29232]: cluster 2023-12-21T04:48:00.746620+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:02.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:01 smithi086 bash[26112]: cluster 2023-12-21T04:48:00.746620+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:03.881 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:48:04.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:03 smithi086 bash[26112]: cluster 2023-12-21T04:48:02.747214+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:03 smithi105 bash[29232]: cluster 2023-12-21T04:48:02.747214+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:05 smithi105 bash[29232]: cluster 2023-12-21T04:48:04.747824+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:06.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:05 smithi086 bash[26112]: cluster 2023-12-21T04:48:04.747824+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:06.853 INFO:teuthology.orchestra.run.smithi086.stdout:68719476771 2023-12-21T04:48:07.478 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476771 for osd.0 2023-12-21T04:48:07.479 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-21T04:48:08.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:07 smithi105 bash[29232]: cluster 2023-12-21T04:48:06.748377+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:08.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:07 smithi105 bash[29232]: audit 2023-12-21T04:48:06.851505+0000 mon.smithi086 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.86:0/2267622978' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T04:48:08.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:07 smithi086 bash[26112]: cluster 2023-12-21T04:48:06.748377+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:08.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:07 smithi086 bash[26112]: audit 2023-12-21T04:48:06.851505+0000 mon.smithi086 (mon.0) 571 : audit [DBG] from='client.? 172.21.15.86:0/2267622978' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-21T04:48:09.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:08 smithi105 bash[29232]: audit 2023-12-21T04:48:08.340283+0000 mon.smithi086 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:48:09.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:08 smithi086 bash[26112]: audit 2023-12-21T04:48:08.340283+0000 mon.smithi086 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:48:10.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:09 smithi105 bash[29232]: cluster 2023-12-21T04:48:08.748958+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:10.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:09 smithi086 bash[26112]: cluster 2023-12-21T04:48:08.748958+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:12.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:11 smithi105 bash[29232]: cluster 2023-12-21T04:48:10.749555+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:12.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:11 smithi086 bash[26112]: cluster 2023-12-21T04:48:10.749555+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:12.316 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:48:14.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:13 smithi086 bash[26112]: cluster 2023-12-21T04:48:12.750079+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:14.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:13 smithi086 bash[26112]: audit 2023-12-21T04:48:13.619693+0000 mon.smithi086 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:48:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:13 smithi105 bash[29232]: cluster 2023-12-21T04:48:12.750079+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:13 smithi105 bash[29232]: audit 2023-12-21T04:48:13.619693+0000 mon.smithi086 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:48:15.488 INFO:teuthology.orchestra.run.smithi086.stdout:90194313251 2023-12-21T04:48:15.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:15 smithi086 bash[26112]: audit 2023-12-21T04:48:14.156435+0000 mon.smithi086 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:48:15.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:15 smithi086 bash[26112]: audit 2023-12-21T04:48:14.458139+0000 mon.smithi086 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:48:15.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:15 smithi086 bash[26112]: audit 2023-12-21T04:48:14.460051+0000 mon.smithi086 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:48:15.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:15 smithi086 bash[26112]: audit 2023-12-21T04:48:14.471453+0000 mon.smithi086 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:48:15.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:15 smithi086 bash[26112]: audit 2023-12-21T04:48:14.479869+0000 mon.smithi086 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:48:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:15 smithi105 bash[29232]: audit 2023-12-21T04:48:14.156435+0000 mon.smithi086 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:48:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:15 smithi105 bash[29232]: audit 2023-12-21T04:48:14.458139+0000 mon.smithi086 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:48:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:15 smithi105 bash[29232]: audit 2023-12-21T04:48:14.460051+0000 mon.smithi086 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:48:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:15 smithi105 bash[29232]: audit 2023-12-21T04:48:14.471453+0000 mon.smithi086 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:48:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:15 smithi105 bash[29232]: audit 2023-12-21T04:48:14.479869+0000 mon.smithi086 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:48:16.080 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313238 got 90194313251 for osd.1 2023-12-21T04:48:16.080 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-21T04:48:16.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:16 smithi086 bash[26112]: cluster 2023-12-21T04:48:14.750697+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:16.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:16 smithi086 bash[26112]: audit 2023-12-21T04:48:15.486689+0000 mon.smithi086 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.86:0/3992959498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T04:48:16.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:16 smithi105 bash[29232]: cluster 2023-12-21T04:48:14.750697+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:16.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:16 smithi105 bash[29232]: audit 2023-12-21T04:48:15.486689+0000 mon.smithi086 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.86:0/3992959498' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-21T04:48:18.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:18 smithi086 bash[26112]: cluster 2023-12-21T04:48:16.751251+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:18.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:18 smithi105 bash[29232]: cluster 2023-12-21T04:48:16.751251+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:20 smithi086 bash[26112]: cluster 2023-12-21T04:48:18.751868+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:20.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:20 smithi105 bash[29232]: cluster 2023-12-21T04:48:18.751868+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:20.931 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:48:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:22 smithi086 bash[26112]: cluster 2023-12-21T04:48:20.752446+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:22 smithi105 bash[29232]: cluster 2023-12-21T04:48:20.752446+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:23.881 INFO:teuthology.orchestra.run.smithi086.stdout:85899345955 2023-12-21T04:48:24.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:23 smithi086 bash[26112]: cluster 2023-12-21T04:48:22.753034+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:23 smithi105 bash[29232]: cluster 2023-12-21T04:48:22.753034+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:24.516 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345942 got 85899345955 for osd.2 2023-12-21T04:48:24.517 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-21T04:48:25.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:24 smithi086 bash[26112]: audit 2023-12-21T04:48:23.879038+0000 mon.smithi086 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.86:0/106305040' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T04:48:25.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:24 smithi105 bash[29232]: audit 2023-12-21T04:48:23.879038+0000 mon.smithi086 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.86:0/106305040' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-21T04:48:26.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:25 smithi086 bash[26112]: cluster 2023-12-21T04:48:24.753411+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:25 smithi105 bash[29232]: cluster 2023-12-21T04:48:24.753411+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:28.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:27 smithi105 bash[29232]: cluster 2023-12-21T04:48:26.753864+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:28.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:27 smithi086 bash[26112]: cluster 2023-12-21T04:48:26.753864+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:29.360 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:48:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:29 smithi105 bash[29232]: cluster 2023-12-21T04:48:28.754464+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:30.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:29 smithi086 bash[26112]: cluster 2023-12-21T04:48:28.754464+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:32.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:31 smithi105 bash[29232]: cluster 2023-12-21T04:48:30.755054+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:32.250 INFO:teuthology.orchestra.run.smithi086.stdout:120259084324 2023-12-21T04:48:32.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:31 smithi086 bash[26112]: cluster 2023-12-21T04:48:30.755054+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:32.873 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084311 got 120259084324 for osd.3 2023-12-21T04:48:32.873 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-21T04:48:33.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:32 smithi105 bash[29232]: audit 2023-12-21T04:48:32.248008+0000 mon.smithi086 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.86:0/823634713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T04:48:33.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:32 smithi086 bash[26112]: audit 2023-12-21T04:48:32.248008+0000 mon.smithi086 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.86:0/823634713' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-21T04:48:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:33 smithi105 bash[29232]: cluster 2023-12-21T04:48:32.755658+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:34.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:33 smithi086 bash[26112]: cluster 2023-12-21T04:48:32.755658+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:35 smithi105 bash[29232]: cluster 2023-12-21T04:48:34.756252+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:36.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:35 smithi086 bash[26112]: cluster 2023-12-21T04:48:34.756252+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:37.707 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:48:38.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:37 smithi105 bash[29232]: cluster 2023-12-21T04:48:36.756815+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:37 smithi086 bash[26112]: cluster 2023-12-21T04:48:36.756815+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:39 smithi105 bash[29232]: cluster 2023-12-21T04:48:38.757300+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:40.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:39 smithi086 bash[26112]: cluster 2023-12-21T04:48:38.757300+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:40.642 INFO:teuthology.orchestra.run.smithi086.stdout:107374182438 2023-12-21T04:48:41.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:40 smithi086 bash[26112]: audit 2023-12-21T04:48:40.640566+0000 mon.smithi086 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.86:0/2174356538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T04:48:41.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:40 smithi105 bash[29232]: audit 2023-12-21T04:48:40.640566+0000 mon.smithi086 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.86:0/2174356538' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-21T04:48:41.213 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182425 got 107374182438 for osd.4 2023-12-21T04:48:41.214 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-21T04:48:42.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:41 smithi105 bash[29232]: cluster 2023-12-21T04:48:40.757846+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:41 smithi086 bash[26112]: cluster 2023-12-21T04:48:40.757846+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:44.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:43 smithi086 bash[26112]: cluster 2023-12-21T04:48:42.758514+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:43 smithi105 bash[29232]: cluster 2023-12-21T04:48:42.758514+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:46.055 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:48:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:45 smithi105 bash[29232]: cluster 2023-12-21T04:48:44.759196+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:46.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:45 smithi086 bash[26112]: cluster 2023-12-21T04:48:44.759196+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:47 smithi105 bash[29232]: cluster 2023-12-21T04:48:46.759790+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:48.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:47 smithi086 bash[26112]: cluster 2023-12-21T04:48:46.759790+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:49.013 INFO:teuthology.orchestra.run.smithi086.stdout:141733920806 2023-12-21T04:48:49.616 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920793 got 141733920806 for osd.5 2023-12-21T04:48:49.616 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-21T04:48:50.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:49 smithi086 bash[26112]: cluster 2023-12-21T04:48:48.760390+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:50.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:49 smithi086 bash[26112]: audit 2023-12-21T04:48:49.011608+0000 mon.smithi086 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.86:0/1978275195' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T04:48:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:49 smithi105 bash[29232]: cluster 2023-12-21T04:48:48.760390+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:49 smithi105 bash[29232]: audit 2023-12-21T04:48:49.011608+0000 mon.smithi086 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.86:0/1978275195' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-21T04:48:52.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:51 smithi105 bash[29232]: cluster 2023-12-21T04:48:50.761104+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:52.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:51 smithi086 bash[26112]: cluster 2023-12-21T04:48:50.761104+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:54.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:53 smithi086 bash[26112]: cluster 2023-12-21T04:48:52.761722+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:53 smithi105 bash[29232]: cluster 2023-12-21T04:48:52.761722+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:54.445 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:48:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:55 smithi105 bash[29232]: cluster 2023-12-21T04:48:54.762374+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:56.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:55 smithi086 bash[26112]: cluster 2023-12-21T04:48:54.762374+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:57.358 INFO:teuthology.orchestra.run.smithi086.stdout:124554051625 2023-12-21T04:48:57.950 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051612 got 124554051625 for osd.6 2023-12-21T04:48:57.951 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-21T04:48:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:57 smithi105 bash[29232]: cluster 2023-12-21T04:48:56.763057+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:58.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:57 smithi105 bash[29232]: audit 2023-12-21T04:48:57.356462+0000 mon.smithi086 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.86:0/1535570253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T04:48:58.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:57 smithi086 bash[26112]: cluster 2023-12-21T04:48:56.763057+0000 mgr.smithi086.vbfnjc (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-12-21T04:48:58.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:57 smithi086 bash[26112]: audit 2023-12-21T04:48:57.356462+0000 mon.smithi086 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.86:0/1535570253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-21T04:49:00.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:48:59 smithi105 bash[29232]: cluster 2023-12-21T04:48:58.763681+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:00.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:48:59 smithi086 bash[26112]: cluster 2023-12-21T04:48:58.763681+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:02.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:01 smithi105 bash[29232]: cluster 2023-12-21T04:49:00.764280+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:02.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:01 smithi086 bash[26112]: cluster 2023-12-21T04:49:00.764280+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:02.787 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:49:03.962 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:03 smithi086 bash[26112]: cluster 2023-12-21T04:49:02.764890+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:03 smithi105 bash[29232]: cluster 2023-12-21T04:49:02.764890+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:05.780 INFO:teuthology.orchestra.run.smithi086.stdout:158913789992 2023-12-21T04:49:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:05 smithi105 bash[29232]: cluster 2023-12-21T04:49:04.765468+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:05 smithi105 bash[29232]: audit 2023-12-21T04:49:05.778554+0000 mon.smithi086 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.86:0/2802335418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T04:49:06.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:05 smithi086 bash[26112]: cluster 2023-12-21T04:49:04.765468+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:06.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:05 smithi086 bash[26112]: audit 2023-12-21T04:49:05.778554+0000 mon.smithi086 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.86:0/2802335418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-21T04:49:06.401 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789979 got 158913789992 for osd.7 2023-12-21T04:49:06.401 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-21T04:49:06.401 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T04:49:08.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:07 smithi105 bash[29232]: cluster 2023-12-21T04:49:06.766024+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:08.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:07 smithi086 bash[26112]: cluster 2023-12-21T04:49:06.766024+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:10.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:09 smithi105 bash[29232]: cluster 2023-12-21T04:49:08.766639+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:10.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:09 smithi086 bash[26112]: cluster 2023-12-21T04:49:08.766639+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:11.237 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:49:12.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:11 smithi105 bash[29232]: cluster 2023-12-21T04:49:10.767185+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:12.143 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:11 smithi086 bash[26112]: cluster 2023-12-21T04:49:10.767185+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:14.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:13 smithi086 bash[26112]: cluster 2023-12-21T04:49:12.767855+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:14.050 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:49:14.053 INFO:teuthology.orchestra.run.smithi086.stderr:dumped all 2023-12-21T04:49:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:13 smithi105 bash[29232]: cluster 2023-12-21T04:49:12.767855+0000 mgr.smithi086.vbfnjc (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-12-21T04:49:14.684 INFO:teuthology.orchestra.run.smithi086.stdout:{"pg_ready":true,"pg_map":{"version":183,"stamp":"2023-12-21T04:49:12.767496+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":2379780,"kb_used_data":3012,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548668,"statfs":{"total":767926730752,"available":765489836032,"internally_reserved":0,"allocated":3084288,"data_stored":1212793,"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-12-21T04:45:54.687008+0000","last_change":"2023-12-21T04:45:54.687008+0000","last_active":"2023-12-21T04:45:54.687008+0000","last_peered":"2023-12-21T04:45:54.687008+0000","last_clean":"2023-12-21T04:45:54.687008+0000","last_became_active":"2023-12-21T04:45:54.686045+0000","last_became_peered":"2023-12-21T04:45:54.686045+0000","last_unstale":"2023-12-21T04:45:54.687008+0000","last_undegraded":"2023-12-21T04:45:54.687008+0000","last_fullsized":"2023-12-21T04:45:54.687008+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T04:45:35.871876+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T04:45:35.871876+0000","last_clean_scrub_stamp":"2023-12-21T04:45:35.871876+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":158913789994,"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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.86699999999999999,"15min":0.86699999999999999},"min":{"1min":0.65000000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1359999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.0309999999999999},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.88900000000000001,"15min":0.89400000000000002},"min":{"1min":0.66000000000000003,"5min":0.5,"15min":0.5},"max":{"1min":1.151,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":0.81299999999999994}]},{"osd":1,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.80600000000000005,"15min":0.81999999999999995},"min":{"1min":0.48999999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.0680000000000001,"5min":1.276,"15min":1.276},"last":0.629},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.84699999999999998,"15min":0.83399999999999996},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.409,"5min":1.409,"15min":1.409},"last":1.0549999999999999}]},{"osd":2,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.84199999999999997,"15min":0.83899999999999997},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.0429999999999999,"5min":1.21,"15min":1.21},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.96899999999999997,"15min":0.97999999999999998},"min":{"1min":0.68600000000000005,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1499999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.1240000000000001}]},{"osd":3,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.97399999999999998,"15min":0.98999999999999999},"min":{"1min":0.61099999999999999,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.347,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.98699999999999999,"15min":1.0289999999999999},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.218,"5min":2.5899999999999999,"15min":2.5899999999999999},"last":0.997}]},{"osd":4,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.0589999999999999,"15min":1.0740000000000001},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2490000000000001,"5min":2.222,"15min":2.222},"last":1.103},{"interface":"front","average":{"1min":1.022,"5min":1.1479999999999999,"15min":1.177},"min":{"1min":0.746,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.286,"5min":1.859,"15min":1.859},"last":1.212}]},{"osd":5,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.149,"15min":1.1870000000000001},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.359,"5min":2.2549999999999999,"15min":2.2549999999999999},"last":1.276},{"interface":"front","average":{"1min":1.127,"5min":1.2050000000000001,"15min":1.228},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.464,"5min":1.974,"15min":1.974},"last":1.1539999999999999}]},{"osd":6,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.2669999999999999,"15min":1.282},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.601,"5min":1.885,"15min":1.885},"last":1.2430000000000001},{"interface":"front","average":{"1min":1.127,"5min":1.2290000000000001,"15min":1.254},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.5589999999999999,"5min":2.6749999999999998,"15min":2.6749999999999998},"last":1.1879999999999999}]}]},{"osd":5,"up_from":33,"seq":141733920811,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.75,"5min":0.78600000000000003,"15min":0.78900000000000003},"min":{"1min":0.59299999999999997,"5min":0.439,"15min":0.439},"max":{"1min":0.95499999999999996,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.62},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.91000000000000003,"15min":0.91900000000000004},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.145,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":0.66700000000000004}]},{"osd":1,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.71199999999999997,"5min":0.81000000000000005,"15min":0.84499999999999997},"min":{"1min":0.58899999999999997,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.84999999999999998,"5min":2.0510000000000002,"15min":2.0510000000000002},"last":0.96599999999999997},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.80300000000000005,"15min":0.79900000000000004},"min":{"1min":0.59299999999999997,"5min":0.441,"15min":0.441},"max":{"1min":1.1970000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.73299999999999998}]},{"osd":2,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.99199999999999999,"15min":1.018},"min":{"1min":0.71799999999999997,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.121,"5min":2.383,"15min":2.383},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.98299999999999998,"15min":0.99299999999999999},"min":{"1min":0.70899999999999996,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1930000000000001,"5min":2.3119999999999998,"15min":2.3119999999999998},"last":1.2230000000000001}]},{"osd":3,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.91200000000000003,"15min":0.92400000000000004},"min":{"1min":0.54300000000000004,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.2410000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":1.123},{"interface":"front","average":{"1min":0.97199999999999998,"5min":1.0409999999999999,"15min":1.0820000000000001},"min":{"1min":0.76600000000000001,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.181,"5min":2.25,"15min":2.25},"last":0.76400000000000001}]},{"osd":4,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":1.0640000000000001,"15min":1.107},"min":{"1min":0.74199999999999999,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.0980000000000001,"5min":2.4710000000000001,"15min":2.4710000000000001},"last":1.1579999999999999},{"interface":"front","average":{"1min":0.97299999999999998,"5min":1.0089999999999999,"15min":1.02},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.266,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.92000000000000004}]},{"osd":6,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0800000000000001,"15min":1.0800000000000001},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.4850000000000001,"5min":1.512,"15min":1.512},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.194,"15min":1.25},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.2090000000000001,"5min":2.79,"15min":2.79},"last":1.1100000000000001}]},{"osd":7,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.0840000000000001,"15min":1.0980000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.5249999999999999,"5min":1.6000000000000001,"15min":1.6000000000000001},"last":1.365},{"interface":"front","average":{"1min":1.113,"5min":1.163,"15min":1.1679999999999999},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.55,"5min":1.593,"15min":1.593},"last":1.3200000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345965,"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":151974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":0.69199999999999995,"5min":0.64800000000000002,"15min":0.63900000000000001},"min":{"1min":0.54400000000000004,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.68899999999999995,"5min":0.747,"15min":0.755},"min":{"1min":0.55400000000000005,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.1319999999999999,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.91600000000000004}]},{"osd":1,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.93000000000000005,"15min":0.91400000000000003},"min":{"1min":0.67000000000000004,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":1.0880000000000001},{"interface":"front","average":{"1min":0.872,"5min":0.873,"15min":0.88300000000000001},"min":{"1min":0.72799999999999998,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2410000000000001,"5min":1.27,"15min":1.27},"last":0.77100000000000002}]},{"osd":3,"last update":"Thu Dec 21 04:48:47 2023","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.97599999999999998,"15min":0.96799999999999997},"min":{"1min":0.73399999999999999,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.129},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.028,"15min":1.038},"min":{"1min":0.67200000000000004,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.323,"5min":1.335,"15min":1.335},"last":1.0580000000000001}]},{"osd":4,"last update":"Thu Dec 21 04:48:47 2023","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.86299999999999999,"15min":0.85699999999999998},"min":{"1min":0.65600000000000003,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.92700000000000005,"15min":0.94899999999999995},"min":{"1min":0.71099999999999997,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.2190000000000001,"5min":1.331,"15min":1.331},"last":0.73899999999999999}]},{"osd":5,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.0169999999999999,"15min":1.016},"min":{"1min":0.76900000000000002,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":1.034},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.069,"15min":1.0669999999999999},"min":{"1min":0.98499999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.28,"5min":1.419,"15min":1.419},"last":1.2569999999999999}]},{"osd":6,"last update":"Thu Dec 21 04:48:50 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0249999999999999,"15min":1.028},"min":{"1min":0.84799999999999998,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2949999999999999,"5min":1.468,"15min":1.468},"last":1.1679999999999999},{"interface":"front","average":{"1min":1.046,"5min":1.022,"15min":1.02},"min":{"1min":0.69399999999999995,"5min":0.629,"15min":0.629},"max":{"1min":1.292,"5min":1.329,"15min":1.329},"last":0.97499999999999998}]},{"osd":7,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.097,"15min":1.0940000000000001},"min":{"1min":0.84899999999999998,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.3680000000000001,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.0249999999999999},{"interface":"front","average":{"1min":1.204,"5min":1.165,"15min":1.157},"min":{"1min":1.022,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.8700000000000001,"5min":1.8700000000000001,"15min":1.8700000000000001},"last":1.284}]}]},{"osd":0,"up_from":16,"seq":68719476784,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":150300,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 21 04:48:40 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.84199999999999997,"15min":0.82799999999999996},"min":{"1min":0.60999999999999999,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.2210000000000001,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.82599999999999996,"15min":0.82199999999999995},"min":{"1min":0.61899999999999999,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":0.93799999999999994}]},{"osd":2,"last update":"Thu Dec 21 04:48:40 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.76000000000000001,"15min":0.754},"min":{"1min":0.53900000000000003,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1599999999999999,"5min":1.266,"15min":1.266},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.876,"5min":0.85899999999999999,"15min":0.85399999999999998},"min":{"1min":0.58599999999999997,"5min":0.435,"15min":0.435},"max":{"1min":1.1830000000000001,"5min":1.363,"15min":1.363},"last":0.872}]},{"osd":3,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.995,"15min":0.98699999999999999},"min":{"1min":0.80200000000000005,"5min":0.625,"15min":0.625},"max":{"1min":1.2070000000000001,"5min":1.29,"15min":1.29},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0369999999999999,"15min":1.0329999999999999},"min":{"1min":0.68899999999999995,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.276,"5min":1.421,"15min":1.421},"last":1.0800000000000001}]},{"osd":4,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.83399999999999996,"15min":0.82099999999999995},"min":{"1min":0.57099999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.2490000000000001,"5min":1.323,"15min":1.323},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.98699999999999999,"15min":1.012},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.2350000000000001,"5min":1.46,"15min":1.46},"last":1.1719999999999999}]},{"osd":5,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.96399999999999997,"15min":0.94799999999999995},"min":{"1min":0.76400000000000001,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.2749999999999999,"5min":1.581,"15min":1.581},"last":1.137},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0549999999999999,"15min":1.0469999999999999},"min":{"1min":0.81899999999999995,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.276,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.98299999999999998}]},{"osd":6,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.107,"15min":1.097},"min":{"1min":1.01,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.4770000000000001,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.242},{"interface":"front","average":{"1min":1.179,"5min":1.0940000000000001,"15min":1.0720000000000001},"min":{"1min":0.88100000000000001,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.2629999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":1.1759999999999999,"5min":1.226,"15min":1.2370000000000001},"min":{"1min":0.95999999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"max":{"1min":1.3779999999999999,"5min":2.0950000000000002,"15min":2.0950000000000002},"last":1.2909999999999999},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.29,"15min":1.2869999999999999},"min":{"1min":1.0860000000000001,"5min":0.87,"15min":0.87},"max":{"1min":1.6439999999999999,"5min":1.964,"15min":1.964},"last":1.3069999999999999}]}]},{"osd":1,"up_from":21,"seq":90194313263,"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":151974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:37 2023","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.84999999999999998,"15min":0.85199999999999998},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.135,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.89700000000000002},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.83599999999999997,"15min":0.81000000000000005},"min":{"1min":0.66400000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.628}]},{"osd":2,"last update":"Thu Dec 21 04:48:37 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.999,"15min":0.996},"min":{"1min":0.76000000000000001,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.27,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.054},{"interface":"front","average":{"1min":0.999,"5min":0.98899999999999999,"15min":0.98899999999999999},"min":{"1min":0.75600000000000001,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.246,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.034}]},{"osd":3,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.80500000000000005,"15min":0.77800000000000002},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":0.72799999999999998},{"interface":"front","average":{"1min":1.052,"5min":0.998,"15min":0.96599999999999997},"min":{"1min":0.78000000000000003,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.3180000000000001,"5min":1.321,"15min":1.321},"last":0.99099999999999999}]},{"osd":4,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":1.044,"5min":1.0229999999999999,"15min":1.01},"min":{"1min":0.72999999999999998,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.302,"5min":1.355,"15min":1.355},"last":1.101},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.90900000000000003,"15min":0.89900000000000002},"min":{"1min":0.66300000000000003,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.212,"5min":1.639,"15min":1.639},"last":0.66500000000000004}]},{"osd":5,"last update":"Thu Dec 21 04:48:52 2023","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.91500000000000004,"15min":0.89500000000000002},"min":{"1min":0.59099999999999997,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.5960000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.92400000000000004},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.052,"15min":1.042},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.78400000000000003}]},{"osd":6,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.0069999999999999,"15min":0.97099999999999997},"min":{"1min":0.81399999999999995,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.5229999999999999,"5min":1.72,"15min":1.72},"last":0.82399999999999995},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.0669999999999999,"15min":1.0429999999999999},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.8109999999999999,"5min":1.8109999999999999,"15min":1.8109999999999999},"last":0.81000000000000005}]},{"osd":7,"last update":"Thu Dec 21 04:48:56 2023","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.0569999999999999,"15min":1.026},"min":{"1min":0.71499999999999997,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.653,"5min":1.8029999999999999,"15min":1.8029999999999999},"last":0.95499999999999996},{"interface":"front","average":{"1min":1.198,"5min":1.2150000000000001,"15min":1.2030000000000001},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.147}]}]},{"osd":4,"up_from":25,"seq":107374182445,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":0.68200000000000005,"5min":0.70399999999999996,"15min":0.70599999999999996},"min":{"1min":0.54400000000000004,"5min":0.376,"15min":0.376},"max":{"1min":0.94699999999999995,"5min":1.131,"15min":1.131},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.79700000000000004,"15min":0.79900000000000004},"min":{"1min":0.65400000000000003,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.1679999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":0.64200000000000002}]},{"osd":1,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.91300000000000003,"15min":0.92100000000000004},"min":{"1min":0.68600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.026,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.96699999999999997,"15min":0.96299999999999997},"min":{"1min":0.83999999999999997,"5min":0.499,"15min":0.499},"max":{"1min":1.244,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.999}]},{"osd":2,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.86899999999999999,"15min":0.89300000000000002},"min":{"1min":0.59299999999999997,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":0.97199999999999998,"5min":1.331,"15min":1.331},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.748,"5min":0.84199999999999997,"15min":0.86499999999999999},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":0.83699999999999997,"5min":1.407,"15min":1.407},"last":0.59399999999999997}]},{"osd":3,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.024,"15min":1.032},"min":{"1min":0.72099999999999997,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1830000000000001,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":0.91600000000000004},{"interface":"front","average":{"1min":1.036,"5min":1.0449999999999999,"15min":1.0580000000000001},"min":{"1min":0.86499999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.2,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":0.82799999999999996}]},{"osd":5,"last update":"Thu Dec 21 04:48:52 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.0980000000000001,"15min":1.1020000000000001},"min":{"1min":0.80700000000000005,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.4299999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.29},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.085,"15min":1.079},"min":{"1min":0.94199999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2869999999999999,"5min":1.458,"15min":1.458},"last":1.085}]},{"osd":6,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.1299999999999999,"15min":1.1359999999999999},"min":{"1min":0.89500000000000002,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.256,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.097},{"interface":"front","average":{"1min":1.1459999999999999,"5min":1.1319999999999999,"15min":1.1419999999999999},"min":{"1min":0.997,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.327,"5min":1.52,"15min":1.52},"last":0.97599999999999998}]},{"osd":7,"last update":"Thu Dec 21 04:49:02 2023","interfaces":[{"interface":"back","average":{"1min":1.1240000000000001,"5min":1.1160000000000001,"15min":1.1100000000000001},"min":{"1min":0.99199999999999999,"5min":0.81299999999999994,"15min":0.81299999999999994},"max":{"1min":1.3220000000000001,"5min":1.651,"15min":1.651},"last":1.071},{"interface":"front","average":{"1min":1.288,"5min":1.2569999999999999,"15min":1.246},"min":{"1min":0.97299999999999998,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.7330000000000001,"5min":1.7330000000000001,"15min":1.7330000000000001},"last":1.3979999999999999}]}]},{"osd":3,"up_from":28,"seq":120259084333,"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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":0.96599999999999997,"5min":0.90000000000000002,"15min":0.88200000000000001},"min":{"1min":0.752,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.1240000000000001,"5min":1.232,"15min":1.232},"last":1.1919999999999999},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.98899999999999999,"15min":0.997},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.286,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.97099999999999997}]},{"osd":1,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":0.76300000000000001,"5min":0.71799999999999997,"15min":0.71299999999999997},"min":{"1min":0.59199999999999997,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"last":1.1259999999999999},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.78700000000000003,"15min":0.79300000000000004},"min":{"1min":0.45800000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.72699999999999998}]},{"osd":2,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.90200000000000002,"15min":0.91200000000000003},"min":{"1min":0.65300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.94799999999999995,"15min":0.96399999999999997},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.085,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":1.026}]},{"osd":4,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.94299999999999995,"15min":0.93999999999999995},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.96599999999999997,"15min":0.97899999999999998},"min":{"1min":0.68600000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.236,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":1.0880000000000001}]},{"osd":5,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.60199999999999998,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.99199999999999999},{"interface":"front","average":{"1min":1.002,"5min":1.0129999999999999,"15min":1.02},"min":{"1min":0.78800000000000003,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.264,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.85499999999999998}]},{"osd":6,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.101,"15min":1.123},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.403,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.105,"5min":1.097,"15min":1.1040000000000001},"min":{"1min":0.90400000000000003,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.387,"5min":1.405,"15min":1.405},"last":1.1539999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:48:58 2023","interfaces":[{"interface":"back","average":{"1min":1.163,"5min":1.1240000000000001,"15min":1.117},"min":{"1min":0.70499999999999996,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.49,"5min":1.49,"15min":1.49},"last":1.1439999999999999},{"interface":"front","average":{"1min":1.147,"5min":1.1319999999999999,"15min":1.131},"min":{"1min":0.747,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.4059999999999999,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":1.2370000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051628,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.76600000000000001,"15min":0.75900000000000001},"min":{"1min":0.53300000000000003,"5min":0.504,"15min":0.504},"max":{"1min":1.109,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.83999999999999997,"15min":0.83599999999999997},"min":{"1min":0.74299999999999999,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.0449999999999999,"5min":1.0940000000000001,"15min":1.0940000000000001},"last":1.105}]},{"osd":1,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.86599999999999999,"15min":0.873},"min":{"1min":0.66200000000000003,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.1599999999999999,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.749},{"interface":"front","average":{"1min":1.02,"5min":0.98099999999999998,"15min":0.96799999999999997},"min":{"1min":0.73099999999999998,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.97699999999999998}]},{"osd":2,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.90700000000000003,"15min":0.91300000000000003},"min":{"1min":0.626,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.89900000000000002},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.83399999999999996,"15min":0.84799999999999998},"min":{"1min":0.55200000000000005,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":1.2170000000000001}]},{"osd":3,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.92200000000000004,"15min":0.93500000000000005},"min":{"1min":0.69699999999999995,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.2849999999999999,"5min":1.746,"15min":1.746},"last":0.82799999999999996},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.0920000000000001,"15min":1.0840000000000001},"min":{"1min":0.83699999999999997,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":1.044}]},{"osd":4,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.95899999999999996,"15min":0.96899999999999997},"min":{"1min":0.71699999999999997,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.3700000000000001,"5min":1.401,"15min":1.401},"last":1.159},{"interface":"front","average":{"1min":1.008,"5min":1.02,"15min":1.0289999999999999},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3919999999999999,"5min":1.98,"15min":1.98},"last":0.95299999999999996}]},{"osd":5,"last update":"Thu Dec 21 04:48:55 2023","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.107,"15min":1.1220000000000001},"min":{"1min":0.85299999999999998,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.51,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.272},{"interface":"front","average":{"1min":1.2150000000000001,"5min":1.194,"15min":1.1839999999999999},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.1930000000000001}]},{"osd":7,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":1.2130000000000001,"5min":1.204,"15min":1.2030000000000001},"min":{"1min":0.96699999999999997,"5min":0.80900000000000005,"15min":0.80900000000000005},"max":{"1min":1.4810000000000001,"5min":2.0430000000000001,"15min":2.0430000000000001},"last":1.002},{"interface":"front","average":{"1min":1.27,"5min":1.232,"15min":1.216},"min":{"1min":1.012,"5min":0.77900000000000003,"15min":0.77900000000000003},"max":{"1min":1.7190000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.133}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-21T04:49:14.686 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-21T04:49:15.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:14 smithi086 bash[26112]: audit 2023-12-21T04:49:14.041632+0000 mgr.smithi086.vbfnjc (mgr.14182) 199 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:49:15.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:14 smithi086 bash[26112]: audit 2023-12-21T04:49:14.494638+0000 mon.smithi086 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:15.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:14 smithi105 bash[29232]: audit 2023-12-21T04:49:14.041632+0000 mgr.smithi086.vbfnjc (mgr.14182) 199 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:49:15.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:14 smithi105 bash[29232]: audit 2023-12-21T04:49:14.494638+0000 mon.smithi086 (mon.0) 586 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:15 smithi105 bash[29232]: cluster 2023-12-21T04:49:14.768438+0000 mgr.smithi086.vbfnjc (mgr.14182) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:16.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:15 smithi086 bash[26112]: cluster 2023-12-21T04:49:14.768438+0000 mgr.smithi086.vbfnjc (mgr.14182) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:17 smithi105 bash[29232]: cluster 2023-12-21T04:49:16.768841+0000 mgr.smithi086.vbfnjc (mgr.14182) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:18.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:17 smithi086 bash[26112]: cluster 2023-12-21T04:49:16.768841+0000 mgr.smithi086.vbfnjc (mgr.14182) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:19.345 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:49:20.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:19 smithi105 bash[29232]: cluster 2023-12-21T04:49:18.769422+0000 mgr.smithi086.vbfnjc (mgr.14182) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:20.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:19 smithi086 bash[26112]: cluster 2023-12-21T04:49:18.769422+0000 mgr.smithi086.vbfnjc (mgr.14182) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:21 smithi105 bash[29232]: audit 2023-12-21T04:49:20.353751+0000 mon.smithi086 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:49:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:21 smithi105 bash[29232]: audit 2023-12-21T04:49:20.656667+0000 mon.smithi086 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:49:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:21 smithi105 bash[29232]: cluster 2023-12-21T04:49:20.769985+0000 mgr.smithi086.vbfnjc (mgr.14182) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:21 smithi105 bash[29232]: audit 2023-12-21T04:49:20.941462+0000 mon.smithi086 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:49:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:21 smithi105 bash[29232]: audit 2023-12-21T04:49:20.942765+0000 mon.smithi086 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:49:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:21 smithi105 bash[29232]: audit 2023-12-21T04:49:20.949717+0000 mon.smithi086 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:49:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:21 smithi105 bash[29232]: audit 2023-12-21T04:49:20.958563+0000 mon.smithi086 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:49:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:21 smithi086 bash[26112]: audit 2023-12-21T04:49:20.353751+0000 mon.smithi086 (mon.0) 587 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:49:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:21 smithi086 bash[26112]: audit 2023-12-21T04:49:20.656667+0000 mon.smithi086 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:49:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:21 smithi086 bash[26112]: cluster 2023-12-21T04:49:20.769985+0000 mgr.smithi086.vbfnjc (mgr.14182) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:21 smithi086 bash[26112]: audit 2023-12-21T04:49:20.941462+0000 mon.smithi086 (mon.0) 589 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:49:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:21 smithi086 bash[26112]: audit 2023-12-21T04:49:20.942765+0000 mon.smithi086 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:49:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:21 smithi086 bash[26112]: audit 2023-12-21T04:49:20.949717+0000 mon.smithi086 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:49:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:21 smithi086 bash[26112]: audit 2023-12-21T04:49:20.958563+0000 mon.smithi086 (mon.0) 592 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:49:22.432 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:49:22.434 INFO:teuthology.orchestra.run.smithi086.stderr:dumped all 2023-12-21T04:49:23.014 INFO:teuthology.orchestra.run.smithi086.stdout:{"pg_ready":true,"pg_map":{"version":187,"stamp":"2023-12-21T04:49:20.769716+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":2379780,"kb_used_data":3012,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548668,"statfs":{"total":767926730752,"available":765489836032,"internally_reserved":0,"allocated":3084288,"data_stored":1212793,"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-12-21T04:45:54.687008+0000","last_change":"2023-12-21T04:45:54.687008+0000","last_active":"2023-12-21T04:45:54.687008+0000","last_peered":"2023-12-21T04:45:54.687008+0000","last_clean":"2023-12-21T04:45:54.687008+0000","last_became_active":"2023-12-21T04:45:54.686045+0000","last_became_peered":"2023-12-21T04:45:54.686045+0000","last_unstale":"2023-12-21T04:45:54.687008+0000","last_undegraded":"2023-12-21T04:45:54.687008+0000","last_fullsized":"2023-12-21T04:45:54.687008+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-21T04:45:35.871876+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-21T04:45:35.871876+0000","last_clean_scrub_stamp":"2023-12-21T04:45:35.871876+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789995,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.86699999999999999,"15min":0.86699999999999999},"min":{"1min":0.65000000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1359999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.88900000000000001,"15min":0.89400000000000002},"min":{"1min":0.66000000000000003,"5min":0.5,"15min":0.5},"max":{"1min":1.151,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":0.75900000000000001}]},{"osd":1,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.80600000000000005,"15min":0.81999999999999995},"min":{"1min":0.48999999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.0680000000000001,"5min":1.276,"15min":1.276},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.84699999999999998,"15min":0.83399999999999996},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.409,"5min":1.409,"15min":1.409},"last":0.54900000000000004}]},{"osd":2,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.84399999999999997,"5min":0.84199999999999997,"15min":0.83899999999999997},"min":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.0429999999999999,"5min":1.21,"15min":1.21},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.96899999999999997,"15min":0.97999999999999998},"min":{"1min":0.68600000000000005,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.1499999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.68999999999999995}]},{"osd":3,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.97399999999999998,"15min":0.98999999999999999},"min":{"1min":0.61099999999999999,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.347,"5min":1.5649999999999999,"15min":1.5649999999999999},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.98699999999999999,"15min":1.0289999999999999},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.218,"5min":2.5899999999999999,"15min":2.5899999999999999},"last":0.72099999999999997}]},{"osd":4,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":0.98099999999999998,"5min":1.0589999999999999,"15min":1.0740000000000001},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.2490000000000001,"5min":2.222,"15min":2.222},"last":0.80900000000000005},{"interface":"front","average":{"1min":1.022,"5min":1.1479999999999999,"15min":1.177},"min":{"1min":0.746,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.286,"5min":1.859,"15min":1.859},"last":0.53600000000000003}]},{"osd":5,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.149,"15min":1.1870000000000001},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.359,"5min":2.2549999999999999,"15min":2.2549999999999999},"last":0.50600000000000001},{"interface":"front","average":{"1min":1.127,"5min":1.2050000000000001,"15min":1.228},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.464,"5min":1.974,"15min":1.974},"last":0.70699999999999996}]},{"osd":6,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":1.1719999999999999,"5min":1.2669999999999999,"15min":1.282},"min":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.601,"5min":1.885,"15min":1.885},"last":0.80400000000000005},{"interface":"front","average":{"1min":1.127,"5min":1.2290000000000001,"15min":1.254},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.5589999999999999,"5min":2.6749999999999998,"15min":2.6749999999999998},"last":0.85399999999999998}]}]},{"osd":5,"up_from":33,"seq":141733920813,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.75,"5min":0.78600000000000003,"15min":0.78900000000000003},"min":{"1min":0.59299999999999997,"5min":0.439,"15min":0.439},"max":{"1min":0.95499999999999996,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.91000000000000003,"15min":0.91900000000000004},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.145,"5min":1.6379999999999999,"15min":1.6379999999999999},"last":0.96899999999999997}]},{"osd":1,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.71199999999999997,"5min":0.81000000000000005,"15min":0.84499999999999997},"min":{"1min":0.58899999999999997,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.84999999999999998,"5min":2.0510000000000002,"15min":2.0510000000000002},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.80300000000000005,"15min":0.79900000000000004},"min":{"1min":0.59299999999999997,"5min":0.441,"15min":0.441},"max":{"1min":1.1970000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.78600000000000003}]},{"osd":2,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.99199999999999999,"15min":1.018},"min":{"1min":0.71799999999999997,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.121,"5min":2.383,"15min":2.383},"last":1.115},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.98299999999999998,"15min":0.99299999999999999},"min":{"1min":0.70899999999999996,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1930000000000001,"5min":2.3119999999999998,"15min":2.3119999999999998},"last":0.83399999999999996}]},{"osd":3,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.91200000000000003,"15min":0.92400000000000004},"min":{"1min":0.54300000000000004,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.2410000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":1.091},{"interface":"front","average":{"1min":0.97199999999999998,"5min":1.0409999999999999,"15min":1.0820000000000001},"min":{"1min":0.76600000000000001,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.181,"5min":2.25,"15min":2.25},"last":0.94899999999999995}]},{"osd":4,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":1.0640000000000001,"15min":1.107},"min":{"1min":0.74199999999999999,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.0980000000000001,"5min":2.4710000000000001,"15min":2.4710000000000001},"last":0.87},{"interface":"front","average":{"1min":0.97299999999999998,"5min":1.0089999999999999,"15min":1.02},"min":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.266,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":0.998}]},{"osd":6,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.0800000000000001,"15min":1.0800000000000001},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.4850000000000001,"5min":1.512,"15min":1.512},"last":1.169},{"interface":"front","average":{"1min":1.0469999999999999,"5min":1.194,"15min":1.25},"min":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.2090000000000001,"5min":2.79,"15min":2.79},"last":1.0229999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:48:57 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":1.0840000000000001,"15min":1.0980000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.5249999999999999,"5min":1.6000000000000001,"15min":1.6000000000000001},"last":1.05},{"interface":"front","average":{"1min":1.113,"5min":1.163,"15min":1.1679999999999999},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.55,"5min":1.593,"15min":1.593},"last":1.2290000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":0.69199999999999995,"5min":0.64800000000000002,"15min":0.63900000000000001},"min":{"1min":0.54400000000000004,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.68899999999999995,"5min":0.747,"15min":0.755},"min":{"1min":0.55400000000000005,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.1319999999999999,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.67000000000000004}]},{"osd":1,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":1.002,"5min":0.93000000000000005,"15min":0.91400000000000003},"min":{"1min":0.67000000000000004,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.872,"5min":0.873,"15min":0.88300000000000001},"min":{"1min":0.72799999999999998,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2410000000000001,"5min":1.27,"15min":1.27},"last":0.81000000000000005}]},{"osd":3,"last update":"Thu Dec 21 04:48:47 2023","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.97599999999999998,"15min":0.96799999999999997},"min":{"1min":0.73399999999999999,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.0409999999999999},{"interface":"front","average":{"1min":1.0589999999999999,"5min":1.028,"15min":1.038},"min":{"1min":0.67200000000000004,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.323,"5min":1.335,"15min":1.335},"last":0.997}]},{"osd":4,"last update":"Thu Dec 21 04:48:47 2023","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.86299999999999999,"15min":0.85699999999999998},"min":{"1min":0.65600000000000003,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.879},{"interface":"front","average":{"1min":0.94299999999999995,"5min":0.92700000000000005,"15min":0.94899999999999995},"min":{"1min":0.71099999999999997,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.2190000000000001,"5min":1.331,"15min":1.331},"last":0.92500000000000004}]},{"osd":5,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.0169999999999999,"15min":1.016},"min":{"1min":0.76900000000000002,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":1.1319999999999999},{"interface":"front","average":{"1min":1.1240000000000001,"5min":1.069,"15min":1.0669999999999999},"min":{"1min":0.98499999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.28,"5min":1.419,"15min":1.419},"last":1.236}]},{"osd":6,"last update":"Thu Dec 21 04:48:50 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0249999999999999,"15min":1.028},"min":{"1min":0.84799999999999998,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.2949999999999999,"5min":1.468,"15min":1.468},"last":1.0840000000000001},{"interface":"front","average":{"1min":1.046,"5min":1.022,"15min":1.02},"min":{"1min":0.69399999999999995,"5min":0.629,"15min":0.629},"max":{"1min":1.292,"5min":1.329,"15min":1.329},"last":1.0620000000000001}]},{"osd":7,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.097,"15min":1.0940000000000001},"min":{"1min":0.84899999999999998,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.3680000000000001,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":1.214},{"interface":"front","average":{"1min":1.204,"5min":1.165,"15min":1.157},"min":{"1min":1.022,"5min":0.86099999999999999,"15min":0.86099999999999999},"max":{"1min":1.8700000000000001,"5min":1.8700000000000001,"15min":1.8700000000000001},"last":1.1930000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":150300,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Dec 21 04:48:40 2023","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.84199999999999997,"15min":0.82799999999999996},"min":{"1min":0.60999999999999999,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.2210000000000001,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.86599999999999999},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.82599999999999996,"15min":0.82199999999999995},"min":{"1min":0.61899999999999999,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":0.93200000000000005}]},{"osd":2,"last update":"Thu Dec 21 04:48:40 2023","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.76000000000000001,"15min":0.754},"min":{"1min":0.53900000000000003,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1599999999999999,"5min":1.266,"15min":1.266},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.876,"5min":0.85899999999999999,"15min":0.85399999999999998},"min":{"1min":0.58599999999999997,"5min":0.435,"15min":0.435},"max":{"1min":1.1830000000000001,"5min":1.363,"15min":1.363},"last":0.66300000000000003}]},{"osd":3,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":0.995,"15min":0.98699999999999999},"min":{"1min":0.80200000000000005,"5min":0.625,"15min":0.625},"max":{"1min":1.2070000000000001,"5min":1.29,"15min":1.29},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.0369999999999999,"15min":1.0329999999999999},"min":{"1min":0.68899999999999995,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.276,"5min":1.421,"15min":1.421},"last":0.98099999999999998}]},{"osd":4,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.872,"5min":0.83399999999999996,"15min":0.82099999999999995},"min":{"1min":0.57099999999999995,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.2490000000000001,"5min":1.323,"15min":1.323},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.98699999999999999,"15min":1.012},"min":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.2350000000000001,"5min":1.46,"15min":1.46},"last":0.90000000000000002}]},{"osd":5,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.96399999999999997,"15min":0.94799999999999995},"min":{"1min":0.76400000000000001,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.2749999999999999,"5min":1.581,"15min":1.581},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0549999999999999,"15min":1.0469999999999999},"min":{"1min":0.81899999999999995,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.276,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1}]},{"osd":6,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.107,"15min":1.097},"min":{"1min":1.01,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.4770000000000001,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.0680000000000001},{"interface":"front","average":{"1min":1.179,"5min":1.0940000000000001,"15min":1.0720000000000001},"min":{"1min":0.88100000000000001,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.127}]},{"osd":7,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":1.1759999999999999,"5min":1.226,"15min":1.2370000000000001},"min":{"1min":0.95999999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"max":{"1min":1.3779999999999999,"5min":2.0950000000000002,"15min":2.0950000000000002},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.2929999999999999,"5min":1.29,"15min":1.2869999999999999},"min":{"1min":1.0860000000000001,"5min":0.87,"15min":0.87},"max":{"1min":1.6439999999999999,"5min":1.964,"15min":1.964},"last":1.1819999999999999}]}]},{"osd":1,"up_from":21,"seq":90194313264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151974,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:37 2023","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.84999999999999998,"15min":0.85199999999999998},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.135,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.83599999999999997,"15min":0.81000000000000005},"min":{"1min":0.66400000000000003,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.79900000000000004}]},{"osd":2,"last update":"Thu Dec 21 04:48:37 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":0.999,"15min":0.996},"min":{"1min":0.76000000000000001,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.27,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.999,"5min":0.98899999999999999,"15min":0.98899999999999999},"min":{"1min":0.75600000000000001,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":1.246,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.876}]},{"osd":3,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.80500000000000005,"15min":0.77800000000000002},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":0.92100000000000004},{"interface":"front","average":{"1min":1.052,"5min":0.998,"15min":0.96599999999999997},"min":{"1min":0.78000000000000003,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.3180000000000001,"5min":1.321,"15min":1.321},"last":1.1539999999999999}]},{"osd":4,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":1.044,"5min":1.0229999999999999,"15min":1.01},"min":{"1min":0.72999999999999998,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.302,"5min":1.355,"15min":1.355},"last":1.1120000000000001},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.90900000000000003,"15min":0.89900000000000002},"min":{"1min":0.66300000000000003,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.212,"5min":1.639,"15min":1.639},"last":1.1259999999999999}]},{"osd":5,"last update":"Thu Dec 21 04:48:52 2023","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.91500000000000004,"15min":0.89500000000000002},"min":{"1min":0.59099999999999997,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.5960000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.0840000000000001},{"interface":"front","average":{"1min":1.0249999999999999,"5min":1.052,"15min":1.042},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.95399999999999996}]},{"osd":6,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.0069999999999999,"15min":0.97099999999999997},"min":{"1min":0.81399999999999995,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.5229999999999999,"5min":1.72,"15min":1.72},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.1359999999999999,"5min":1.0669999999999999,"15min":1.0429999999999999},"min":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.8109999999999999,"5min":1.8109999999999999,"15min":1.8109999999999999},"last":1.1739999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:48:56 2023","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.0569999999999999,"15min":1.026},"min":{"1min":0.71499999999999997,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.653,"5min":1.8029999999999999,"15min":1.8029999999999999},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.198,"5min":1.2150000000000001,"15min":1.2030000000000001},"min":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.222}]}]},{"osd":4,"up_from":25,"seq":107374182447,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":0.68200000000000005,"5min":0.70399999999999996,"15min":0.70599999999999996},"min":{"1min":0.54400000000000004,"5min":0.376,"15min":0.376},"max":{"1min":0.94699999999999995,"5min":1.131,"15min":1.131},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.79000000000000004,"5min":0.79700000000000004,"15min":0.79900000000000004},"min":{"1min":0.65400000000000003,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.1679999999999999,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.21}]},{"osd":1,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.91300000000000003,"15min":0.92100000000000004},"min":{"1min":0.68600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.026,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.99099999999999999,"5min":0.96699999999999997,"15min":0.96299999999999997},"min":{"1min":0.83999999999999997,"5min":0.499,"15min":0.499},"max":{"1min":1.244,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.0089999999999999}]},{"osd":2,"last update":"Thu Dec 21 04:48:41 2023","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.86899999999999999,"15min":0.89300000000000002},"min":{"1min":0.59299999999999997,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":0.97199999999999998,"5min":1.331,"15min":1.331},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.748,"5min":0.84199999999999997,"15min":0.86499999999999999},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":0.83699999999999997,"5min":1.407,"15min":1.407},"last":0.85599999999999998}]},{"osd":3,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.024,"15min":1.032},"min":{"1min":0.72099999999999997,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1830000000000001,"5min":1.4910000000000001,"15min":1.4910000000000001},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.036,"5min":1.0449999999999999,"15min":1.0580000000000001},"min":{"1min":0.86499999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.2,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.0409999999999999}]},{"osd":5,"last update":"Thu Dec 21 04:48:52 2023","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.0980000000000001,"15min":1.1020000000000001},"min":{"1min":0.80700000000000005,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.4299999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.1180000000000001,"5min":1.085,"15min":1.079},"min":{"1min":0.94199999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2869999999999999,"5min":1.458,"15min":1.458},"last":1.1319999999999999}]},{"osd":6,"last update":"Thu Dec 21 04:48:46 2023","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.1299999999999999,"15min":1.1359999999999999},"min":{"1min":0.89500000000000002,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.256,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.339},{"interface":"front","average":{"1min":1.1459999999999999,"5min":1.1319999999999999,"15min":1.1419999999999999},"min":{"1min":0.997,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.327,"5min":1.52,"15min":1.52},"last":1.2869999999999999}]},{"osd":7,"last update":"Thu Dec 21 04:49:02 2023","interfaces":[{"interface":"back","average":{"1min":1.1240000000000001,"5min":1.1160000000000001,"15min":1.1100000000000001},"min":{"1min":0.99199999999999999,"5min":0.81299999999999994,"15min":0.81299999999999994},"max":{"1min":1.3220000000000001,"5min":1.651,"15min":1.651},"last":1.155},{"interface":"front","average":{"1min":1.288,"5min":1.2569999999999999,"15min":1.246},"min":{"1min":0.97299999999999998,"5min":0.82399999999999995,"15min":0.82399999999999995},"max":{"1min":1.7330000000000001,"5min":1.7330000000000001,"15min":1.7330000000000001},"last":1.27}]}]},{"osd":3,"up_from":28,"seq":120259084334,"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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":0.96599999999999997,"5min":0.90000000000000002,"15min":0.88200000000000001},"min":{"1min":0.752,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.1240000000000001,"5min":1.232,"15min":1.232},"last":0.91300000000000003},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.98899999999999999,"15min":0.997},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.286,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.93799999999999994}]},{"osd":1,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":0.76300000000000001,"5min":0.71799999999999997,"15min":0.71299999999999997},"min":{"1min":0.59199999999999997,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.97999999999999998,"5min":0.97999999999999998,"15min":0.97999999999999998},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.78700000000000003,"15min":0.79300000000000004},"min":{"1min":0.45800000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.2150000000000001,"5min":1.2150000000000001,"15min":1.2150000000000001},"last":0.88300000000000001}]},{"osd":2,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.90200000000000002,"15min":0.91200000000000003},"min":{"1min":0.65300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.94799999999999995,"15min":0.96399999999999997},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.085,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.95499999999999996}]},{"osd":4,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.94299999999999995,"15min":0.93999999999999995},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.96599999999999997,"15min":0.97899999999999998},"min":{"1min":0.68600000000000005,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.236,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.63700000000000001}]},{"osd":5,"last update":"Thu Dec 21 04:48:54 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.60199999999999998,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.55900000000000005},{"interface":"front","average":{"1min":1.002,"5min":1.0129999999999999,"15min":1.02},"min":{"1min":0.78800000000000003,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.264,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.78300000000000003}]},{"osd":6,"last update":"Thu Dec 21 04:48:49 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.101,"15min":1.123},"min":{"1min":0.745,"5min":0.745,"15min":0.745},"max":{"1min":1.403,"5min":1.4950000000000001,"15min":1.4950000000000001},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.105,"5min":1.097,"15min":1.1040000000000001},"min":{"1min":0.90400000000000003,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.387,"5min":1.405,"15min":1.405},"last":0.749}]},{"osd":7,"last update":"Thu Dec 21 04:48:58 2023","interfaces":[{"interface":"back","average":{"1min":1.163,"5min":1.1240000000000001,"15min":1.117},"min":{"1min":0.70499999999999996,"5min":0.68799999999999994,"15min":0.68799999999999994},"max":{"1min":1.49,"5min":1.49,"15min":1.49},"last":0.72999999999999998},{"interface":"front","average":{"1min":1.147,"5min":1.1319999999999999,"15min":1.131},"min":{"1min":0.747,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.4059999999999999,"5min":1.5820000000000001,"15min":1.5820000000000001},"last":0.86499999999999999}]}]},{"osd":6,"up_from":29,"seq":124554051630,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":151709,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.76600000000000001,"15min":0.75900000000000001},"min":{"1min":0.53300000000000003,"5min":0.504,"15min":0.504},"max":{"1min":1.109,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.83999999999999997,"15min":0.83599999999999997},"min":{"1min":0.74299999999999999,"5min":0.53100000000000003,"15min":0.53100000000000003},"max":{"1min":1.0449999999999999,"5min":1.0940000000000001,"15min":1.0940000000000001},"last":0.83899999999999997}]},{"osd":1,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.86599999999999999,"15min":0.873},"min":{"1min":0.66200000000000003,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.1599999999999999,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.86499999999999999},{"interface":"front","average":{"1min":1.02,"5min":0.98099999999999998,"15min":0.96799999999999997},"min":{"1min":0.73099999999999998,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.1379999999999999}]},{"osd":2,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.90700000000000003,"15min":0.91300000000000003},"min":{"1min":0.626,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.343,"5min":1.343,"15min":1.343},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.83399999999999996,"15min":0.84799999999999998},"min":{"1min":0.55200000000000005,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.92100000000000004}]},{"osd":3,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.92200000000000004,"15min":0.93500000000000005},"min":{"1min":0.69699999999999995,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.2849999999999999,"5min":1.746,"15min":1.746},"last":0.79800000000000004},{"interface":"front","average":{"1min":1.1319999999999999,"5min":1.0920000000000001,"15min":1.0840000000000001},"min":{"1min":0.83699999999999997,"5min":0.76000000000000001,"15min":0.76000000000000001},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":1.0249999999999999}]},{"osd":4,"last update":"Thu Dec 21 04:48:45 2023","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.95899999999999996,"15min":0.96899999999999997},"min":{"1min":0.71699999999999997,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":1.3700000000000001,"5min":1.401,"15min":1.401},"last":0.98299999999999998},{"interface":"front","average":{"1min":1.008,"5min":1.02,"15min":1.0289999999999999},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.3919999999999999,"5min":1.98,"15min":1.98},"last":0.94999999999999996}]},{"osd":5,"last update":"Thu Dec 21 04:48:55 2023","interfaces":[{"interface":"back","average":{"1min":1.113,"5min":1.107,"15min":1.1220000000000001},"min":{"1min":0.85299999999999998,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.51,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.415},{"interface":"front","average":{"1min":1.2150000000000001,"5min":1.194,"15min":1.1839999999999999},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.6619999999999999,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.1850000000000001}]},{"osd":7,"last update":"Thu Dec 21 04:48:59 2023","interfaces":[{"interface":"back","average":{"1min":1.2130000000000001,"5min":1.204,"15min":1.2030000000000001},"min":{"1min":0.96699999999999997,"5min":0.80900000000000005,"15min":0.80900000000000005},"max":{"1min":1.4810000000000001,"5min":2.0430000000000001,"15min":2.0430000000000001},"last":1.0840000000000001},{"interface":"front","average":{"1min":1.27,"5min":1.232,"15min":1.216},"min":{"1min":1.012,"5min":0.77900000000000003,"15min":0.77900000000000003},"max":{"1min":1.7190000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":1.2290000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-21T04:49:23.016 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-21T04:49:23.016 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-21T04:49:23.016 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-21T04:49:23.016 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-21T04:49:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:23 smithi105 bash[29232]: audit 2023-12-21T04:49:22.422900+0000 mgr.smithi086.vbfnjc (mgr.14182) 204 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:49:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:23 smithi105 bash[29232]: cluster 2023-12-21T04:49:22.770665+0000 mgr.smithi086.vbfnjc (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:24.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:23 smithi086 bash[26112]: audit 2023-12-21T04:49:22.422900+0000 mgr.smithi086.vbfnjc (mgr.14182) 204 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:49:24.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:23 smithi086 bash[26112]: cluster 2023-12-21T04:49:22.770665+0000 mgr.smithi086.vbfnjc (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:25 smithi105 bash[29232]: cluster 2023-12-21T04:49:24.771287+0000 mgr.smithi086.vbfnjc (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:26.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:25 smithi086 bash[26112]: cluster 2023-12-21T04:49:24.771287+0000 mgr.smithi086.vbfnjc (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:27.856 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring config /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/mon.smithi086/config 2023-12-21T04:49:28.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:27 smithi105 bash[29232]: cluster 2023-12-21T04:49:26.771886+0000 mgr.smithi086.vbfnjc (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:28.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:27 smithi086 bash[26112]: cluster 2023-12-21T04:49:26.771886+0000 mgr.smithi086.vbfnjc (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:30.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:29 smithi105 bash[29232]: cluster 2023-12-21T04:49:28.772402+0000 mgr.smithi086.vbfnjc (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:30.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:29 smithi086 bash[26112]: cluster 2023-12-21T04:49:28.772402+0000 mgr.smithi086.vbfnjc (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:30.720 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:49:31.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:30 smithi105 bash[29232]: audit 2023-12-21T04:49:30.717900+0000 mon.smithi086 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.86:0/1340137994' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T04:49:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:30 smithi086 bash[26112]: audit 2023-12-21T04:49:30.717900+0000 mon.smithi086 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.86:0/1340137994' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-21T04:49:31.335 INFO:teuthology.orchestra.run.smithi086.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-21T04:49:31.336 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-21T04:49:31.336 INFO:tasks.cephadm:Setup complete, yielding 2023-12-21T04:49:31.336 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:49:31.354 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T04:49:31.356 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-21T04:49:32.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:31 smithi105 bash[29232]: cluster 2023-12-21T04:49:30.772943+0000 mgr.smithi086.vbfnjc (mgr.14182) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:32.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:31 smithi086 bash[26112]: cluster 2023-12-21T04:49:30.772943+0000 mgr.smithi086.vbfnjc (mgr.14182) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:34.032 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:33 smithi086 bash[26112]: cluster 2023-12-21T04:49:32.773504+0000 mgr.smithi086.vbfnjc (mgr.14182) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:33 smithi105 bash[29232]: cluster 2023-12-21T04:49:32.773504+0000 mgr.smithi086.vbfnjc (mgr.14182) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:34.389 INFO:teuthology.orchestra.run.smithi086.stdout:Backend: cephadm 2023-12-21T04:49:34.390 INFO:teuthology.orchestra.run.smithi086.stdout:Available: Yes 2023-12-21T04:49:34.390 INFO:teuthology.orchestra.run.smithi086.stdout:Paused: No 2023-12-21T04:49:34.969 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-21T04:49:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:35 smithi105 bash[29232]: audit 2023-12-21T04:49:34.387584+0000 mgr.smithi086.vbfnjc (mgr.14182) 211 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:35 smithi105 bash[29232]: cluster 2023-12-21T04:49:34.774074+0000 mgr.smithi086.vbfnjc (mgr.14182) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:36.234 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:35 smithi086 bash[26112]: audit 2023-12-21T04:49:34.387584+0000 mgr.smithi086.vbfnjc (mgr.14182) 211 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:36.234 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:35 smithi086 bash[26112]: cluster 2023-12-21T04:49:34.774074+0000 mgr.smithi086.vbfnjc (mgr.14182) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:37.941 INFO:teuthology.orchestra.run.smithi086.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-21T04:49:37.941 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager.smithi086 smithi086 *:9093,9094 running (3m) 17s ago 6m 14.4M - 0.23.0 ba2b418f427c da3a1e73dc69 2023-12-21T04:49:37.941 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi086 smithi086 running (6m) 17s ago 6m 7652k - 16.2.14-413-g639f0137 19e6b2dc6c74 2a847ec71ae8 2023-12-21T04:49:37.941 INFO:teuthology.orchestra.run.smithi086.stdout:crash.smithi105 smithi105 running (5m) 17s ago 5m 9163k - 16.2.14-413-g639f0137 19e6b2dc6c74 af2a98181f2b 2023-12-21T04:49:37.941 INFO:teuthology.orchestra.run.smithi086.stdout:grafana.smithi086 smithi086 *:3000 running (3m) 17s ago 5m 42.1M - 8.3.5 dad864ee21e9 35a6d8429a80 2023-12-21T04:49:37.941 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi086.vbfnjc smithi086 *:9283 running (7m) 17s ago 7m 429M - 16.2.14-413-g639f0137 19e6b2dc6c74 a1146400dffd 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:mgr.smithi105.xtuojz smithi105 *:8443,9283 running (5m) 17s ago 5m 377M - 16.2.14-413-g639f0137 19e6b2dc6c74 d2bcf0bf3139 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi086 smithi086 running (7m) 17s ago 7m 59.5M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 7398f00a34f5 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:mon.smithi105 smithi105 running (5m) 17s ago 5m 57.7M 2048M 16.2.14-413-g639f0137 19e6b2dc6c74 7c9ef42c481d 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi086 smithi086 *:9100 running (5m) 17s ago 5m 11.5M - 1.3.1 1dbe0e931976 fa914e586ab1 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter.smithi105 smithi105 *:9100 running (5m) 17s ago 5m 11.3M - 1.3.1 1dbe0e931976 cc3fd0167773 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:osd.0 smithi105 running (4m) 17s ago 4m 35.1M 3785M 16.2.14-413-g639f0137 19e6b2dc6c74 8001624cb9f5 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:osd.1 smithi086 running (4m) 17s ago 4m 35.0M 3529M 16.2.14-413-g639f0137 19e6b2dc6c74 be24a03684ec 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:osd.2 smithi105 running (4m) 17s ago 4m 34.9M 3785M 16.2.14-413-g639f0137 19e6b2dc6c74 ff4c45ed15e4 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:osd.3 smithi086 running (4m) 17s ago 4m 34.6M 3529M 16.2.14-413-g639f0137 19e6b2dc6c74 5017996b887d 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:osd.4 smithi105 running (4m) 17s ago 4m 34.8M 3785M 16.2.14-413-g639f0137 19e6b2dc6c74 e37161f92ca7 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:osd.5 smithi086 running (3m) 17s ago 4m 34.7M 3529M 16.2.14-413-g639f0137 19e6b2dc6c74 01d2a66bcd5f 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:osd.6 smithi105 running (4m) 17s ago 4m 34.1M 3785M 16.2.14-413-g639f0137 19e6b2dc6c74 b35547195ab8 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:osd.7 smithi086 running (3m) 17s ago 3m 34.3M 3529M 16.2.14-413-g639f0137 19e6b2dc6c74 a762c58c3c4b 2023-12-21T04:49:37.942 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus.smithi105 smithi105 *:9095 running (5m) 17s ago 5m 53.4M - 2.33.4 514e6a882f6e a4496e57f76b 2023-12-21T04:49:38.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:37 smithi105 bash[29232]: cluster 2023-12-21T04:49:36.774812+0000 mgr.smithi086.vbfnjc (mgr.14182) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:37 smithi086 bash[26112]: cluster 2023-12-21T04:49:36.774812+0000 mgr.smithi086.vbfnjc (mgr.14182) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:38.551 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-21T04:49:39.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:38 smithi105 bash[29232]: audit 2023-12-21T04:49:37.920387+0000 mgr.smithi086.vbfnjc (mgr.14182) 214 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:39.259 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:38 smithi086 bash[26112]: audit 2023-12-21T04:49:37.920387+0000 mgr.smithi086.vbfnjc (mgr.14182) 214 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:40.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:39 smithi086 bash[26112]: cluster 2023-12-21T04:49:38.775470+0000 mgr.smithi086.vbfnjc (mgr.14182) 215 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:40.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:39 smithi105 bash[29232]: cluster 2023-12-21T04:49:38.775470+0000 mgr.smithi086.vbfnjc (mgr.14182) 215 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:41.556 INFO:teuthology.orchestra.run.smithi086.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-21T04:49:41.556 INFO:teuthology.orchestra.run.smithi086.stdout:alertmanager ?:9093,9094 1/1 20s ago 6m count:1 2023-12-21T04:49:41.556 INFO:teuthology.orchestra.run.smithi086.stdout:crash 2/2 21s ago 6m * 2023-12-21T04:49:41.556 INFO:teuthology.orchestra.run.smithi086.stdout:grafana ?:3000 1/1 20s ago 6m count:1 2023-12-21T04:49:41.556 INFO:teuthology.orchestra.run.smithi086.stdout:mgr 2/2 21s ago 6m count:2 2023-12-21T04:49:41.557 INFO:teuthology.orchestra.run.smithi086.stdout:mon 2/2 21s ago 5m smithi086:172.21.15.86=smithi086;smithi105:172.21.15.105=smithi105;count:2 2023-12-21T04:49:41.557 INFO:teuthology.orchestra.run.smithi086.stdout:node-exporter ?:9100 2/2 21s ago 6m * 2023-12-21T04:49:41.557 INFO:teuthology.orchestra.run.smithi086.stdout:osd.all-available-devices 8 21s ago 5m * 2023-12-21T04:49:41.557 INFO:teuthology.orchestra.run.smithi086.stdout:prometheus ?:9095 1/1 21s ago 6m count:1 2023-12-21T04:49:42.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:41 smithi086 bash[26112]: cluster 2023-12-21T04:49:40.776069+0000 mgr.smithi086.vbfnjc (mgr.14182) 216 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:42.122 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-21T04:49:42.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:41 smithi105 bash[29232]: cluster 2023-12-21T04:49:40.776069+0000 mgr.smithi086.vbfnjc (mgr.14182) 216 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:43.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:42 smithi105 bash[29232]: audit 2023-12-21T04:49:41.542208+0000 mgr.smithi086.vbfnjc (mgr.14182) 217 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:43.125 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:42 smithi086 bash[26112]: audit 2023-12-21T04:49:41.542208+0000 mgr.smithi086.vbfnjc (mgr.14182) 217 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:43 smithi105 bash[29232]: cluster 2023-12-21T04:49:42.776632+0000 mgr.smithi086.vbfnjc (mgr.14182) 218 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:43 smithi086 bash[26112]: cluster 2023-12-21T04:49:42.776632+0000 mgr.smithi086.vbfnjc (mgr.14182) 218 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:45.219 INFO:teuthology.orchestra.run.smithi086.stdout:HOST ADDR LABELS STATUS 2023-12-21T04:49:45.219 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 172.21.15.86 2023-12-21T04:49:45.219 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 172.21.15.105 2023-12-21T04:49:45.219 INFO:teuthology.orchestra.run.smithi086.stdout:2 hosts in cluster 2023-12-21T04:49:45.778 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-21T04:49:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:45 smithi105 bash[29232]: cluster 2023-12-21T04:49:44.777193+0000 mgr.smithi086.vbfnjc (mgr.14182) 219 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:45 smithi105 bash[29232]: audit 2023-12-21T04:49:45.216410+0000 mgr.smithi086.vbfnjc (mgr.14182) 220 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:46.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:45 smithi086 bash[26112]: cluster 2023-12-21T04:49:44.777193+0000 mgr.smithi086.vbfnjc (mgr.14182) 219 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:46.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:45 smithi086 bash[26112]: audit 2023-12-21T04:49:45.216410+0000 mgr.smithi086.vbfnjc (mgr.14182) 220 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:48.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:47 smithi105 bash[29232]: cluster 2023-12-21T04:49:46.777785+0000 mgr.smithi086.vbfnjc (mgr.14182) 221 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:47 smithi086 bash[26112]: cluster 2023-12-21T04:49:46.777785+0000 mgr.smithi086.vbfnjc (mgr.14182) 221 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme0n1 ssd _PHFT620400UL400BGN 372G 3m ago LVM detected, locked 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme1n1 ssd _13f18281bd21bc6e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme2n1 ssd _422212c6a4b9b988 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme3n1 ssd _02169d9d81c635c9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme4n1 ssd _8e1b9ab39928000e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme0n1 ssd _PHFT620400TR400BGN 372G 3m ago LVM detected, locked 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme1n1 ssd _359f14619750a974 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme2n1 ssd _f42766af66e1545c 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:48.887 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme3n1 ssd _32a5a6705e96e77e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:48.888 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme4n1 ssd _a85c2293a052b55e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:49.524 INFO:teuthology.run_tasks:Running task vip... 2023-12-21T04:49:49.534 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-21T04:49:49.534 INFO:tasks.vip:peername 172.21.15.86 2023-12-21T04:49:49.537 INFO:tasks.vip:172.21.15.86 in 172.21.0.0/20, pos 3925 2023-12-21T04:49:49.541 INFO:tasks.vip:smithi086.front.sepia.ceph.com static 10.0.15.86, vnet 10.0.0.0/16 2023-12-21T04:49:49.541 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-21T04:49:49.542 DEBUG:teuthology.orchestra.run.smithi086:> sudo ip route ls 2023-12-21T04:49:49.557 INFO:teuthology.orchestra.run.smithi086.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-21T04:49:49.557 INFO:teuthology.orchestra.run.smithi086.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.86 metric 100 2023-12-21T04:49:49.557 INFO:teuthology.orchestra.run.smithi086.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T04:49:49.557 INFO:teuthology.orchestra.run.smithi086.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.86 2023-12-21T04:49:49.557 INFO:teuthology.orchestra.run.smithi086.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.86 metric 100 2023-12-21T04:49:49.558 INFO:tasks.vip:Configuring 10.0.15.86 on smithi086.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T04:49:49.558 DEBUG:teuthology.orchestra.run.smithi086:> sudo ip addr add 10.0.15.86/16 dev enp3s0f1 2023-12-21T04:49:49.618 INFO:tasks.vip:peername 172.21.15.105 2023-12-21T04:49:49.621 INFO:tasks.vip:172.21.15.105 in 172.21.0.0/20, pos 3944 2023-12-21T04:49:49.628 INFO:tasks.vip:smithi105.front.sepia.ceph.com static 10.0.15.105, vnet 10.0.0.0/16 2023-12-21T04:49:49.629 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip route ls 2023-12-21T04:49:49.644 INFO:teuthology.orchestra.run.smithi105.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-21T04:49:49.644 INFO:teuthology.orchestra.run.smithi105.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.105 metric 100 2023-12-21T04:49:49.644 INFO:teuthology.orchestra.run.smithi105.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-21T04:49:49.644 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.105 2023-12-21T04:49:49.644 INFO:teuthology.orchestra.run.smithi105.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.105 metric 100 2023-12-21T04:49:49.645 INFO:tasks.vip:Configuring 10.0.15.105 on smithi105.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T04:49:49.645 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr add 10.0.15.105/16 dev enp3s0f1 2023-12-21T04:49:49.700 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:49:49.711 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T04:49:49.711 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-21T04:49:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:49 smithi105 bash[29232]: cluster 2023-12-21T04:49:48.778374+0000 mgr.smithi086.vbfnjc (mgr.14182) 222 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:50.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:49 smithi105 bash[29232]: audit 2023-12-21T04:49:48.882326+0000 mgr.smithi086.vbfnjc (mgr.14182) 223 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:49 smithi086 bash[26112]: cluster 2023-12-21T04:49:48.778374+0000 mgr.smithi086.vbfnjc (mgr.14182) 222 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:49 smithi086 bash[26112]: audit 2023-12-21T04:49:48.882326+0000 mgr.smithi086.vbfnjc (mgr.14182) 223 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:52.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:51 smithi086 bash[26112]: cluster 2023-12-21T04:49:50.778959+0000 mgr.smithi086.vbfnjc (mgr.14182) 224 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:51 smithi105 bash[29232]: cluster 2023-12-21T04:49:50.778959+0000 mgr.smithi086.vbfnjc (mgr.14182) 224 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme0n1 ssd _PHFT620400UL400BGN 372G 3m ago LVM detected, locked 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme1n1 ssd _13f18281bd21bc6e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme2n1 ssd _422212c6a4b9b988 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme3n1 ssd _02169d9d81c635c9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:smithi086 /dev/nvme4n1 ssd _8e1b9ab39928000e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme0n1 ssd _PHFT620400TR400BGN 372G 3m ago LVM detected, locked 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme1n1 ssd _359f14619750a974 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:53.017 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme2n1 ssd _f42766af66e1545c 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:53.018 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme3n1 ssd _32a5a6705e96e77e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:53.018 INFO:teuthology.orchestra.run.smithi086.stdout:smithi105 /dev/nvme4n1 ssd _a85c2293a052b55e 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-21T04:49:53.649 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T04:49:53.659 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T04:49:53.659 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T04:49:53.672 INFO:teuthology.orchestra.run.smithi086.stderr:+ systemctl stop nfs-server 2023-12-21T04:49:53.693 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi105.front.sepia.ceph.com 2023-12-21T04:49:53.694 DEBUG:teuthology.orchestra.run.smithi105:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-21T04:49:53.709 INFO:teuthology.orchestra.run.smithi105.stderr:+ systemctl stop nfs-server 2023-12-21T04:49:53.731 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:49:53.741 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T04:49:53.741 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-12-21T04:49:54.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:53 smithi086 bash[26112]: cluster 2023-12-21T04:49:52.779530+0000 mgr.smithi086.vbfnjc (mgr.14182) 225 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:54.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:53 smithi086 bash[26112]: audit 2023-12-21T04:49:53.006771+0000 mgr.smithi086.vbfnjc (mgr.14182) 226 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:54.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:53 smithi086 bash[26112]: audit 2023-12-21T04:49:53.019051+0000 mon.smithi086 (mon.0) 594 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:53 smithi105 bash[29232]: cluster 2023-12-21T04:49:52.779530+0000 mgr.smithi086.vbfnjc (mgr.14182) 225 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:53 smithi105 bash[29232]: audit 2023-12-21T04:49:53.006771+0000 mgr.smithi086.vbfnjc (mgr.14182) 226 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:53 smithi105 bash[29232]: audit 2023-12-21T04:49:53.019051+0000 mon.smithi086 (mon.0) 594 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:49:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:55 smithi105 bash[29232]: cluster 2023-12-21T04:49:54.780138+0000 mgr.smithi086.vbfnjc (mgr.14182) 227 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:56.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:55 smithi086 bash[26112]: cluster 2023-12-21T04:49:54.780138+0000 mgr.smithi086.vbfnjc (mgr.14182) 227 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:56.998 INFO:teuthology.orchestra.run.smithi086.stdout:Scheduled rgw.foorgw update... 2023-12-21T04:49:57.580 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.86/16' 2023-12-21T04:49:58.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:57 smithi086 bash[26112]: cluster 2023-12-21T04:49:56.780635+0000 mgr.smithi086.vbfnjc (mgr.14182) 228 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:58.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:57 smithi086 bash[26112]: audit 2023-12-21T04:49:56.987890+0000 mgr.smithi086.vbfnjc (mgr.14182) 229 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:58.295 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:57 smithi086 bash[26112]: cephadm 2023-12-21T04:49:56.989252+0000 mgr.smithi086.vbfnjc (mgr.14182) 230 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-21T04:49:58.296 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:57 smithi086 bash[26112]: audit 2023-12-21T04:49:56.995926+0000 mon.smithi086 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:49:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:57 smithi105 bash[29232]: cluster 2023-12-21T04:49:56.780635+0000 mgr.smithi086.vbfnjc (mgr.14182) 228 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:49:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:57 smithi105 bash[29232]: audit 2023-12-21T04:49:56.987890+0000 mgr.smithi086.vbfnjc (mgr.14182) 229 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:49:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:57 smithi105 bash[29232]: cephadm 2023-12-21T04:49:56.989252+0000 mgr.smithi086.vbfnjc (mgr.14182) 230 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-21T04:49:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:57 smithi105 bash[29232]: audit 2023-12-21T04:49:56.995926+0000 mon.smithi086 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:00.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:59 smithi086 bash[26112]: cluster 2023-12-21T04:49:58.781237+0000 mgr.smithi086.vbfnjc (mgr.14182) 231 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:00.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:59 smithi086 bash[26112]: audit 2023-12-21T04:49:58.872620+0000 mon.smithi086 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:00.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:49:59 smithi086 bash[26112]: audit 2023-12-21T04:49:59.384427+0000 mon.smithi086 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:59 smithi105 bash[29232]: cluster 2023-12-21T04:49:58.781237+0000 mgr.smithi086.vbfnjc (mgr.14182) 231 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:59 smithi105 bash[29232]: audit 2023-12-21T04:49:58.872620+0000 mon.smithi086 (mon.0) 596 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:49:59 smithi105 bash[29232]: audit 2023-12-21T04:49:59.384427+0000 mon.smithi086 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:01 smithi086 bash[26112]: cluster 2023-12-21T04:50:00.000175+0000 mon.smithi086 (mon.0) 598 : cluster [INF] overall HEALTH_OK 2023-12-21T04:50:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:01 smithi105 bash[29232]: cluster 2023-12-21T04:50:00.000175+0000 mon.smithi086 (mon.0) 598 : cluster [INF] overall HEALTH_OK 2023-12-21T04:50:02.364 INFO:teuthology.orchestra.run.smithi086.stdout:NFS Cluster Created Successfully 2023-12-21T04:50:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:02 smithi105 bash[29232]: cluster 2023-12-21T04:50:00.781889+0000 mgr.smithi086.vbfnjc (mgr.14182) 232 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:02 smithi105 bash[29232]: audit 2023-12-21T04:50:00.799975+0000 mgr.smithi086.vbfnjc (mgr.14182) 233 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.86/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:50:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:02 smithi105 bash[29232]: audit 2023-12-21T04:50:00.803189+0000 mon.smithi086 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T04:50:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:02 smithi105 bash[29232]: audit 2023-12-21T04:50:01.299503+0000 mon.smithi086 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T04:50:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:02 smithi105 bash[29232]: cluster 2023-12-21T04:50:01.299614+0000 mon.smithi086 (mon.0) 601 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-21T04:50:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:02 smithi105 bash[29232]: audit 2023-12-21T04:50:01.301565+0000 mon.smithi086 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T04:50:02.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:02 smithi086 bash[26112]: cluster 2023-12-21T04:50:00.781889+0000 mgr.smithi086.vbfnjc (mgr.14182) 232 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:02.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:02 smithi086 bash[26112]: audit 2023-12-21T04:50:00.799975+0000 mgr.smithi086.vbfnjc (mgr.14182) 233 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.86/16", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:50:02.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:02 smithi086 bash[26112]: audit 2023-12-21T04:50:00.803189+0000 mon.smithi086 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-21T04:50:02.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:02 smithi086 bash[26112]: audit 2023-12-21T04:50:01.299503+0000 mon.smithi086 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-21T04:50:02.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:02 smithi086 bash[26112]: cluster 2023-12-21T04:50:01.299614+0000 mon.smithi086 (mon.0) 601 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-21T04:50:02.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:02 smithi086 bash[26112]: audit 2023-12-21T04:50:01.301565+0000 mon.smithi086 (mon.0) 602 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-21T04:50:03.019 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-21T04:50:03.033 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T04:50:03.033 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-12-21T04:50:03.047 INFO:teuthology.orchestra.run.smithi086.stderr:+ dnf install -y python3-boto3 2023-12-21T04:50:03.048 INFO:teuthology.orchestra.run.smithi086.stderr:bash: dnf: command not found 2023-12-21T04:50:03.048 INFO:teuthology.orchestra.run.smithi086.stderr:+ apt install -y python3-boto3 2023-12-21T04:50:03.055 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:50:03.055 INFO:teuthology.orchestra.run.smithi086.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-12-21T04:50:03.055 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T04:50:03.125 INFO:teuthology.orchestra.run.smithi086.stdout:Reading package lists... 2023-12-21T04:50:03.426 INFO:teuthology.orchestra.run.smithi086.stdout:Building dependency tree... 2023-12-21T04:50:03.426 INFO:teuthology.orchestra.run.smithi086.stdout:Reading state information... 2023-12-21T04:50:03.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:03 smithi105 bash[29232]: audit 2023-12-21T04:50:02.306669+0000 mon.smithi086 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T04:50:03.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:03 smithi105 bash[29232]: cluster 2023-12-21T04:50:02.307245+0000 mon.smithi086 (mon.0) 604 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-21T04:50:03.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:03 smithi105 bash[29232]: audit 2023-12-21T04:50:02.348563+0000 mon.smithi086 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:03.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:03 smithi105 bash[29232]: audit 2023-12-21T04:50:02.361735+0000 mon.smithi086 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:03.645 INFO:teuthology.orchestra.run.smithi086.stdout:The following packages were automatically installed and are no longer required: 2023-12-21T04:50:03.645 INFO:teuthology.orchestra.run.smithi086.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-12-21T04:50:03.645 INFO:teuthology.orchestra.run.smithi086.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-12-21T04:50:03.646 INFO:teuthology.orchestra.run.smithi086.stdout: linux-modules-extra-4.15.0-194-generic 2023-12-21T04:50:03.646 INFO:teuthology.orchestra.run.smithi086.stdout:Use 'sudo apt autoremove' to remove them. 2023-12-21T04:50:03.646 INFO:teuthology.orchestra.run.smithi086.stdout:The following additional packages will be installed: 2023-12-21T04:50:03.647 INFO:teuthology.orchestra.run.smithi086.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2023-12-21T04:50:03.647 INFO:teuthology.orchestra.run.smithi086.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2023-12-21T04:50:03.648 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2023-12-21T04:50:03.650 INFO:teuthology.orchestra.run.smithi086.stdout:Suggested packages: 2023-12-21T04:50:03.650 INFO:teuthology.orchestra.run.smithi086.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-12-21T04:50:03.650 INFO:teuthology.orchestra.run.smithi086.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2023-12-21T04:50:03.650 INFO:teuthology.orchestra.run.smithi086.stdout: sgml-base-doc debhelper 2023-12-21T04:50:03.689 INFO:teuthology.orchestra.run.smithi086.stdout:The following NEW packages will be installed: 2023-12-21T04:50:03.691 INFO:teuthology.orchestra.run.smithi086.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-12-21T04:50:03.691 INFO:teuthology.orchestra.run.smithi086.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2023-12-21T04:50:03.691 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2023-12-21T04:50:03.691 INFO:teuthology.orchestra.run.smithi086.stdout: xml-core 2023-12-21T04:50:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:03 smithi086 bash[26112]: audit 2023-12-21T04:50:02.306669+0000 mon.smithi086 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-21T04:50:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:03 smithi086 bash[26112]: cluster 2023-12-21T04:50:02.307245+0000 mon.smithi086 (mon.0) 604 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-21T04:50:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:03 smithi086 bash[26112]: audit 2023-12-21T04:50:02.348563+0000 mon.smithi086 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:03 smithi086 bash[26112]: audit 2023-12-21T04:50:02.361735+0000 mon.smithi086 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:03.754 INFO:teuthology.orchestra.run.smithi086.stdout:0 upgraded, 15 newly installed, 0 to remove and 145 not upgraded. 2023-12-21T04:50:03.754 INFO:teuthology.orchestra.run.smithi086.stdout:Need to get 4,955 kB of archives. 2023-12-21T04:50:03.754 INFO:teuthology.orchestra.run.smithi086.stdout:After this operation, 55.1 MB of additional disk space will be used. 2023-12-21T04:50:03.754 INFO:teuthology.orchestra.run.smithi086.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2023-12-21T04:50:03.775 INFO:teuthology.orchestra.run.smithi086.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2023-12-21T04:50:03.784 INFO:teuthology.orchestra.run.smithi086.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2023-12-21T04:50:03.838 INFO:teuthology.orchestra.run.smithi086.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2023-12-21T04:50:03.840 INFO:teuthology.orchestra.run.smithi086.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2023-12-21T04:50:03.841 INFO:teuthology.orchestra.run.smithi086.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2023-12-21T04:50:03.848 INFO:teuthology.orchestra.run.smithi086.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2023-12-21T04:50:03.849 INFO:teuthology.orchestra.run.smithi086.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2023-12-21T04:50:03.875 INFO:teuthology.orchestra.run.smithi086.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-jmespath all 0.9.3-1ubuntu1.1 [18.8 kB] 2023-12-21T04:50:03.876 INFO:teuthology.orchestra.run.smithi086.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.18.04.1 [3,255 kB] 2023-12-21T04:50:03.940 INFO:teuthology.orchestra.run.smithi086.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-s3transfer all 0.3.3-1ubuntu0.18.04.1 [46.7 kB] 2023-12-21T04:50:03.941 INFO:teuthology.orchestra.run.smithi086.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2023-12-21T04:50:03.941 INFO:teuthology.orchestra.run.smithi086.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2023-12-21T04:50:03.942 INFO:teuthology.orchestra.run.smithi086.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2023-12-21T04:50:03.949 INFO:teuthology.orchestra.run.smithi086.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] 2023-12-21T04:50:04.214 INFO:teuthology.orchestra.run.smithi086.stderr:debconf: unable to initialize frontend: Dialog 2023-12-21T04:50:04.214 INFO:teuthology.orchestra.run.smithi086.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-12-21T04:50:04.214 INFO:teuthology.orchestra.run.smithi086.stderr:debconf: falling back to frontend: Readline 2023-12-21T04:50:04.245 INFO:teuthology.orchestra.run.smithi086.stderr:debconf: unable to initialize frontend: Readline 2023-12-21T04:50:04.245 INFO:teuthology.orchestra.run.smithi086.stderr:debconf: (This frontend requires a controlling tty.) 2023-12-21T04:50:04.245 INFO:teuthology.orchestra.run.smithi086.stderr:debconf: falling back to frontend: Teletype 2023-12-21T04:50:04.251 INFO:teuthology.orchestra.run.smithi086.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-12-21T04:50:04.316 INFO:teuthology.orchestra.run.smithi086.stdout:Fetched 4,955 kB in 0s (20.5 MB/s) 2023-12-21T04:50:04.561 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package sgml-base. 2023-12-21T04:50:04.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:04 smithi105 bash[29232]: cephadm 2023-12-21T04:50:02.344615+0000 mgr.smithi086.vbfnjc (mgr.14182) 234 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-21T04:50:04.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:04 smithi105 bash[29232]: cephadm 2023-12-21T04:50:02.356016+0000 mgr.smithi086.vbfnjc (mgr.14182) 235 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-21T04:50:04.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:04 smithi105 bash[29232]: cluster 2023-12-21T04:50:02.782674+0000 mgr.smithi086.vbfnjc (mgr.14182) 236 : cluster [DBG] pgmap v210: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:04.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:04 smithi105 bash[29232]: cluster 2023-12-21T04:50:03.309513+0000 mon.smithi086 (mon.0) 607 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-21T04:50:04.625 INFO:teuthology.orchestra.run.smithi086.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 172445 files and directories currently installed.) 2023-12-21T04:50:04.630 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2023-12-21T04:50:04.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:04 smithi086 bash[26112]: cephadm 2023-12-21T04:50:02.344615+0000 mgr.smithi086.vbfnjc (mgr.14182) 234 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-12-21T04:50:04.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:04 smithi086 bash[26112]: cephadm 2023-12-21T04:50:02.356016+0000 mgr.smithi086.vbfnjc (mgr.14182) 235 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-21T04:50:04.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:04 smithi086 bash[26112]: cluster 2023-12-21T04:50:02.782674+0000 mgr.smithi086.vbfnjc (mgr.14182) 236 : cluster [DBG] pgmap v210: 33 pgs: 11 creating+peering, 21 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:04.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:04 smithi086 bash[26112]: cluster 2023-12-21T04:50:03.309513+0000 mon.smithi086 (mon.0) 607 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-21T04:50:05.000 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking sgml-base (1.29) ... 2023-12-21T04:50:05.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:05 smithi105 bash[29232]: cluster 2023-12-21T04:50:04.783370+0000 mgr.smithi086.vbfnjc (mgr.14182) 237 : cluster [DBG] pgmap v212: 33 pgs: 11 creating+peering, 1 unknown, 21 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:05 smithi086 bash[26112]: cluster 2023-12-21T04:50:04.783370+0000 mgr.smithi086.vbfnjc (mgr.14182) 237 : cluster [DBG] pgmap v212: 33 pgs: 11 creating+peering, 1 unknown, 21 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:06.136 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package xml-core. 2023-12-21T04:50:06.153 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2023-12-21T04:50:06.201 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking xml-core (0.18) ... 2023-12-21T04:50:06.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:06 smithi105 bash[29232]: cluster 2023-12-21T04:50:05.335882+0000 mon.smithi086 (mon.0) 608 : cluster [DBG] mgrmap e19: smithi086.vbfnjc(active, since 6m), standbys: smithi105.xtuojz 2023-12-21T04:50:06.783 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:06 smithi086 bash[26112]: cluster 2023-12-21T04:50:05.335882+0000 mon.smithi086 (mon.0) 608 : cluster [DBG] mgrmap e19: smithi086.vbfnjc(active, since 6m), standbys: smithi105.xtuojz 2023-12-21T04:50:07.195 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package docutils-common. 2023-12-21T04:50:07.209 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2023-12-21T04:50:07.403 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2023-12-21T04:50:07.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:07 smithi105 bash[29232]: cluster 2023-12-21T04:50:06.783851+0000 mgr.smithi086.vbfnjc (mgr.14182) 238 : cluster [DBG] pgmap v213: 33 pgs: 11 creating+peering, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:07.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:07 smithi086 bash[26112]: cluster 2023-12-21T04:50:06.783851+0000 mgr.smithi086.vbfnjc (mgr.14182) 238 : cluster [DBG] pgmap v213: 33 pgs: 11 creating+peering, 22 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:08.580 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libpaper1:amd64. 2023-12-21T04:50:08.591 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-12-21T04:50:08.712 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-12-21T04:50:09.043 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package libpaper-utils. 2023-12-21T04:50:09.056 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-12-21T04:50:09.101 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-12-21T04:50:09.430 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-dateutil. 2023-12-21T04:50:09.445 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2023-12-21T04:50:09.480 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2023-12-21T04:50:09.791 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-roman. 2023-12-21T04:50:09.811 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2023-12-21T04:50:09.849 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-roman (2.0.0-3) ... 2023-12-21T04:50:10.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:09 smithi086 bash[26112]: audit 2023-12-21T04:50:08.650438+0000 mon.smithi086 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:10.003 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:09 smithi086 bash[26112]: cluster 2023-12-21T04:50:08.784426+0000 mgr.smithi086.vbfnjc (mgr.14182) 239 : cluster [DBG] pgmap v214: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:10.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:09 smithi105 bash[29232]: audit 2023-12-21T04:50:08.650438+0000 mon.smithi086 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:10.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:09 smithi105 bash[29232]: cluster 2023-12-21T04:50:08.784426+0000 mgr.smithi086.vbfnjc (mgr.14182) 239 : cluster [DBG] pgmap v214: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:10.215 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-docutils. 2023-12-21T04:50:10.232 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2023-12-21T04:50:10.497 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2023-12-21T04:50:11.085 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-jmespath. 2023-12-21T04:50:11.101 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2023-12-21T04:50:11.151 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-12-21T04:50:11.463 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-botocore. 2023-12-21T04:50:11.481 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2023-12-21T04:50:11.521 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-12-21T04:50:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: cluster 2023-12-21T04:50:10.785097+0000 mgr.smithi086.vbfnjc (mgr.14182) 240 : cluster [DBG] pgmap v215: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.099741+0000 mon.smithi086 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.101185+0000 mon.smithi086 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.102338+0000 mon.smithi086 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.111107+0000 mon.smithi086 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.118463+0000 mon.smithi086 (mon.0) 614 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: cephadm 2023-12-21T04:50:11.126664+0000 mgr.smithi086.vbfnjc (mgr.14182) 241 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.132963+0000 mon.smithi086 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.133776+0000 mon.smithi086 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.mvxctb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.140803+0000 mon.smithi086 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.mvxctb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.150443+0000 mon.smithi086 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: audit 2023-12-21T04:50:11.151626+0000 mon.smithi086 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:12 smithi105 bash[29232]: cephadm 2023-12-21T04:50:11.152813+0000 mgr.smithi086.vbfnjc (mgr.14182) 242 : cephadm [INF] Deploying daemon rgw.foorgw.smithi105.mvxctb on smithi105 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: cluster 2023-12-21T04:50:10.785097+0000 mgr.smithi086.vbfnjc (mgr.14182) 240 : cluster [DBG] pgmap v215: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.099741+0000 mon.smithi086 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.101185+0000 mon.smithi086 (mon.0) 611 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.102338+0000 mon.smithi086 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.111107+0000 mon.smithi086 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.118463+0000 mon.smithi086 (mon.0) 614 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: cephadm 2023-12-21T04:50:11.126664+0000 mgr.smithi086.vbfnjc (mgr.14182) 241 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.132963+0000 mon.smithi086 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.133776+0000 mon.smithi086 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.mvxctb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.140803+0000 mon.smithi086 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi105.mvxctb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:50:12.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.150443+0000 mon.smithi086 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:12.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: audit 2023-12-21T04:50:11.151626+0000 mon.smithi086 (mon.0) 619 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:12.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:12 smithi086 bash[26112]: cephadm 2023-12-21T04:50:11.152813+0000 mgr.smithi086.vbfnjc (mgr.14182) 242 : cephadm [INF] Deploying daemon rgw.foorgw.smithi105.mvxctb on smithi105 2023-12-21T04:50:12.694 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-s3transfer. 2023-12-21T04:50:12.713 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2023-12-21T04:50:12.752 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-12-21T04:50:13.055 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-boto3. 2023-12-21T04:50:13.071 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2023-12-21T04:50:13.114 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2023-12-21T04:50:13.451 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-olefile. 2023-12-21T04:50:13.468 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2023-12-21T04:50:13.509 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-olefile (0.45.1-1) ... 2023-12-21T04:50:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:13 smithi105 bash[29232]: cluster 2023-12-21T04:50:12.785646+0000 mgr.smithi086.vbfnjc (mgr.14182) 243 : cluster [DBG] pgmap v216: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:13 smithi105 bash[29232]: audit 2023-12-21T04:50:13.323247+0000 mon.smithi086 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:13 smithi105 bash[29232]: audit 2023-12-21T04:50:13.325641+0000 mon.smithi086 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi086.muowql", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:50:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:13 smithi105 bash[29232]: audit 2023-12-21T04:50:13.329776+0000 mon.smithi086 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi086.muowql", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:50:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:13 smithi105 bash[29232]: audit 2023-12-21T04:50:13.337048+0000 mon.smithi086 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:13 smithi105 bash[29232]: audit 2023-12-21T04:50:13.338228+0000 mon.smithi086 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:13 smithi086 bash[26112]: cluster 2023-12-21T04:50:12.785646+0000 mgr.smithi086.vbfnjc (mgr.14182) 243 : cluster [DBG] pgmap v216: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:13 smithi086 bash[26112]: audit 2023-12-21T04:50:13.323247+0000 mon.smithi086 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:13 smithi086 bash[26112]: audit 2023-12-21T04:50:13.325641+0000 mon.smithi086 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi086.muowql", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:50:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:13 smithi086 bash[26112]: audit 2023-12-21T04:50:13.329776+0000 mon.smithi086 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi086.muowql", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:50:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:13 smithi086 bash[26112]: audit 2023-12-21T04:50:13.337048+0000 mon.smithi086 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:13 smithi086 bash[26112]: audit 2023-12-21T04:50:13.338228+0000 mon.smithi086 (mon.0) 624 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:14.491 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pil:amd64. 2023-12-21T04:50:14.508 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2023-12-21T04:50:14.583 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-12-21T04:50:15.101 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:14 smithi086 bash[26112]: cephadm 2023-12-21T04:50:13.339264+0000 mgr.smithi086.vbfnjc (mgr.14182) 244 : cephadm [INF] Deploying daemon rgw.foorgw.smithi086.muowql on smithi086 2023-12-21T04:50:15.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:14 smithi105 bash[29232]: cephadm 2023-12-21T04:50:13.339264+0000 mgr.smithi086.vbfnjc (mgr.14182) 244 : cephadm [INF] Deploying daemon rgw.foorgw.smithi086.muowql on smithi086 2023-12-21T04:50:15.147 INFO:teuthology.orchestra.run.smithi086.stdout:Selecting previously unselected package python3-pygments. 2023-12-21T04:50:15.157 INFO:teuthology.orchestra.run.smithi086.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2023-12-21T04:50:15.216 INFO:teuthology.orchestra.run.smithi086.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-12-21T04:50:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:15 smithi105 bash[29232]: cluster 2023-12-21T04:50:14.786070+0000 mgr.smithi086.vbfnjc (mgr.14182) 245 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:15 smithi105 bash[29232]: cluster 2023-12-21T04:50:14.906804+0000 mon.smithi086 (mon.0) 625 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-21T04:50:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:15 smithi105 bash[29232]: audit 2023-12-21T04:50:14.916063+0000 mon.smithi105 (mon.1) 18 : audit [INF] from='client.? 172.21.15.105:0/1575725586' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-21T04:50:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:15 smithi105 bash[29232]: audit 2023-12-21T04:50:14.916699+0000 mon.smithi086 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-21T04:50:16.237 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-12-21T04:50:16.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:15 smithi086 bash[26112]: cluster 2023-12-21T04:50:14.786070+0000 mgr.smithi086.vbfnjc (mgr.14182) 245 : cluster [DBG] pgmap v217: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:16.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:15 smithi086 bash[26112]: cluster 2023-12-21T04:50:14.906804+0000 mon.smithi086 (mon.0) 625 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-21T04:50:16.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:15 smithi086 bash[26112]: audit 2023-12-21T04:50:14.916063+0000 mon.smithi105 (mon.1) 18 : audit [INF] from='client.? 172.21.15.105:0/1575725586' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-21T04:50:16.246 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:15 smithi086 bash[26112]: audit 2023-12-21T04:50:14.916699+0000 mon.smithi086 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-21T04:50:16.437 INFO:teuthology.orchestra.run.smithi086.stdout:debconf: unable to initialize frontend: Dialog 2023-12-21T04:50:16.438 INFO:teuthology.orchestra.run.smithi086.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-12-21T04:50:16.438 INFO:teuthology.orchestra.run.smithi086.stdout:debconf: falling back to frontend: Readline 2023-12-21T04:50:17.074 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:50:17.074 INFO:teuthology.orchestra.run.smithi086.stdout:Creating config file /etc/papersize with new version 2023-12-21T04:50:17.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:15.915289+0000 mon.smithi086 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-21T04:50:17.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: cluster 2023-12-21T04:50:15.915459+0000 mon.smithi086 (mon.0) 628 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-21T04:50:17.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.439657+0000 mon.smithi086 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:17.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.447966+0000 mon.smithi086 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:17.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.489620+0000 mon.smithi086 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.vmybjw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T04:50:17.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.495069+0000 mon.smithi086 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.vmybjw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T04:50:17.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.496539+0000 mon.smithi086 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T04:50:17.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.504708+0000 mon.smithi086 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T04:50:17.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.506549+0000 mon.smithi086 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:17.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.559662+0000 mon.smithi086 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T04:50:17.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.563224+0000 mon.smithi086 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T04:50:17.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.621622+0000 mon.smithi086 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.vmybjw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:50:17.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.629590+0000 mon.smithi086 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.vmybjw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:50:17.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:16 smithi086 bash[26112]: audit 2023-12-21T04:50:16.638193+0000 mon.smithi086 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:15.915289+0000 mon.smithi086 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-21T04:50:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: cluster 2023-12-21T04:50:15.915459+0000 mon.smithi086 (mon.0) 628 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.439657+0000 mon.smithi086 (mon.0) 629 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.447966+0000 mon.smithi086 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.489620+0000 mon.smithi086 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.vmybjw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.495069+0000 mon.smithi086 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.vmybjw", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.496539+0000 mon.smithi086 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.504708+0000 mon.smithi086 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.506549+0000 mon.smithi086 (mon.0) 635 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.559662+0000 mon.smithi086 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.563224+0000 mon.smithi086 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.621622+0000 mon.smithi086 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.vmybjw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.629590+0000 mon.smithi086 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi086.vmybjw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-21T04:50:17.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:16 smithi105 bash[29232]: audit 2023-12-21T04:50:16.638193+0000 mon.smithi086 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:17.775 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-12-21T04:50:18.247 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-roman (2.0.0-3) ... 2023-12-21T04:50:18.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: cephadm 2023-12-21T04:50:16.489143+0000 mgr.smithi086.vbfnjc (mgr.14182) 246 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi086.vmybjw 2023-12-21T04:50:18.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: cephadm 2023-12-21T04:50:16.496092+0000 mgr.smithi086.vbfnjc (mgr.14182) 247 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T04:50:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: cephadm 2023-12-21T04:50:16.620665+0000 mgr.smithi086.vbfnjc (mgr.14182) 248 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-21T04:50:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: cephadm 2023-12-21T04:50:16.620913+0000 mgr.smithi086.vbfnjc (mgr.14182) 249 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi086.vmybjw-rgw 2023-12-21T04:50:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: cephadm 2023-12-21T04:50:16.639287+0000 mgr.smithi086.vbfnjc (mgr.14182) 250 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi086.vmybjw on smithi086 2023-12-21T04:50:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: cluster 2023-12-21T04:50:16.786753+0000 mgr.smithi086.vbfnjc (mgr.14182) 251 : cluster [DBG] pgmap v220: 65 pgs: 2 creating+peering, 30 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: cluster 2023-12-21T04:50:16.927006+0000 mon.smithi086 (mon.0) 641 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-21T04:50:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: audit 2023-12-21T04:50:16.934758+0000 mon.smithi105 (mon.1) 19 : audit [INF] from='client.? 172.21.15.105:0/1575725586' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-21T04:50:18.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:17 smithi086 bash[26112]: audit 2023-12-21T04:50:16.937162+0000 mon.smithi086 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: cephadm 2023-12-21T04:50:16.489143+0000 mgr.smithi086.vbfnjc (mgr.14182) 246 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi086.vmybjw 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: cephadm 2023-12-21T04:50:16.496092+0000 mgr.smithi086.vbfnjc (mgr.14182) 247 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: cephadm 2023-12-21T04:50:16.620665+0000 mgr.smithi086.vbfnjc (mgr.14182) 248 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: cephadm 2023-12-21T04:50:16.620913+0000 mgr.smithi086.vbfnjc (mgr.14182) 249 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi086.vmybjw-rgw 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: cephadm 2023-12-21T04:50:16.639287+0000 mgr.smithi086.vbfnjc (mgr.14182) 250 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi086.vmybjw on smithi086 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: cluster 2023-12-21T04:50:16.786753+0000 mgr.smithi086.vbfnjc (mgr.14182) 251 : cluster [DBG] pgmap v220: 65 pgs: 2 creating+peering, 30 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: cluster 2023-12-21T04:50:16.927006+0000 mon.smithi086 (mon.0) 641 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: audit 2023-12-21T04:50:16.934758+0000 mon.smithi105 (mon.1) 19 : audit [INF] from='client.? 172.21.15.105:0/1575725586' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-21T04:50:18.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:17 smithi105 bash[29232]: audit 2023-12-21T04:50:16.937162+0000 mon.smithi086 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-21T04:50:18.689 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-12-21T04:50:19.099 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-olefile (0.45.1-1) ... 2023-12-21T04:50:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:19 smithi105 bash[29232]: audit 2023-12-21T04:50:17.933878+0000 mon.smithi086 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-21T04:50:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:19 smithi105 bash[29232]: cluster 2023-12-21T04:50:17.934037+0000 mon.smithi086 (mon.0) 644 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-21T04:50:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:19 smithi086 bash[26112]: audit 2023-12-21T04:50:17.933878+0000 mon.smithi086 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-21T04:50:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:19 smithi086 bash[26112]: cluster 2023-12-21T04:50:17.934037+0000 mon.smithi086 (mon.0) 644 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-21T04:50:19.760 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up sgml-base (1.29) ... 2023-12-21T04:50:19.929 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-12-21T04:50:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: cluster 2023-12-21T04:50:18.787450+0000 mgr.smithi086.vbfnjc (mgr.14182) 252 : cluster [DBG] pgmap v223: 97 pgs: 10 creating+peering, 38 unknown, 49 active+clean; 466 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.2 KiB/s wr, 2 op/s 2023-12-21T04:50:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: cluster 2023-12-21T04:50:19.000875+0000 mon.smithi086 (mon.0) 645 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-21T04:50:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: audit 2023-12-21T04:50:19.002099+0000 mon.smithi086 (mon.0) 646 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-21T04:50:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: audit 2023-12-21T04:50:19.007319+0000 mon.smithi105 (mon.1) 20 : audit [INF] from='client.? 172.21.15.105:0/1575725586' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-21T04:50:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: audit 2023-12-21T04:50:19.014858+0000 mon.smithi086 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-21T04:50:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: audit 2023-12-21T04:50:19.870308+0000 mon.smithi086 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: audit 2023-12-21T04:50:19.996224+0000 mon.smithi086 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:20.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: audit 2023-12-21T04:50:20.002961+0000 mon.smithi086 (mon.0) 650 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-21T04:50:20.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: audit 2023-12-21T04:50:20.003289+0000 mon.smithi086 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-21T04:50:20.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:20 smithi105 bash[29232]: cluster 2023-12-21T04:50:20.003497+0000 mon.smithi086 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: cluster 2023-12-21T04:50:18.787450+0000 mgr.smithi086.vbfnjc (mgr.14182) 252 : cluster [DBG] pgmap v223: 97 pgs: 10 creating+peering, 38 unknown, 49 active+clean; 466 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 1.2 KiB/s wr, 2 op/s 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: cluster 2023-12-21T04:50:19.000875+0000 mon.smithi086 (mon.0) 645 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: audit 2023-12-21T04:50:19.002099+0000 mon.smithi086 (mon.0) 646 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: audit 2023-12-21T04:50:19.007319+0000 mon.smithi105 (mon.1) 20 : audit [INF] from='client.? 172.21.15.105:0/1575725586' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: audit 2023-12-21T04:50:19.014858+0000 mon.smithi086 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: audit 2023-12-21T04:50:19.870308+0000 mon.smithi086 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: audit 2023-12-21T04:50:19.996224+0000 mon.smithi086 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: audit 2023-12-21T04:50:20.002961+0000 mon.smithi086 (mon.0) 650 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: audit 2023-12-21T04:50:20.003289+0000 mon.smithi086 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-21T04:50:20.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:20 smithi086 bash[26112]: cluster 2023-12-21T04:50:20.003497+0000 mon.smithi086 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-21T04:50:20.515 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up xml-core (0.18) ... 2023-12-21T04:50:21.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:21 smithi086 bash[26112]: audit 2023-12-21T04:50:20.010525+0000 mon.smithi086 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:21.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:21 smithi086 bash[26112]: cephadm 2023-12-21T04:50:20.035710+0000 mgr.smithi086.vbfnjc (mgr.14182) 253 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.zifrfo on smithi105 2023-12-21T04:50:21.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:21 smithi086 bash[26112]: cluster 2023-12-21T04:50:21.012942+0000 mon.smithi086 (mon.0) 654 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-21T04:50:21.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:21 smithi086 bash[26112]: audit 2023-12-21T04:50:21.014253+0000 mon.smithi086 (mon.0) 655 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T04:50:21.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:21 smithi086 bash[26112]: audit 2023-12-21T04:50:21.018024+0000 mon.smithi105 (mon.1) 21 : audit [INF] from='client.? 172.21.15.105:0/1875093032' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T04:50:21.359 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:21 smithi086 bash[26112]: audit 2023-12-21T04:50:21.018971+0000 mon.smithi086 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T04:50:21.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:21 smithi105 bash[29232]: audit 2023-12-21T04:50:20.010525+0000 mon.smithi086 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:21.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:21 smithi105 bash[29232]: cephadm 2023-12-21T04:50:20.035710+0000 mgr.smithi086.vbfnjc (mgr.14182) 253 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.zifrfo on smithi105 2023-12-21T04:50:21.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:21 smithi105 bash[29232]: cluster 2023-12-21T04:50:21.012942+0000 mon.smithi086 (mon.0) 654 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-21T04:50:21.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:21 smithi105 bash[29232]: audit 2023-12-21T04:50:21.014253+0000 mon.smithi086 (mon.0) 655 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T04:50:21.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:21 smithi105 bash[29232]: audit 2023-12-21T04:50:21.018024+0000 mon.smithi105 (mon.1) 21 : audit [INF] from='client.? 172.21.15.105:0/1875093032' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T04:50:21.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:21 smithi105 bash[29232]: audit 2023-12-21T04:50:21.018971+0000 mon.smithi086 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-21T04:50:21.406 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-dateutil (2.6.1-1) ... 2023-12-21T04:50:21.716 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-12-21T04:50:22.259 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2023-12-21T04:50:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:22 smithi105 bash[29232]: cluster 2023-12-21T04:50:20.788093+0000 mgr.smithi086.vbfnjc (mgr.14182) 254 : cluster [DBG] pgmap v226: 129 pgs: 19 creating+peering, 27 unknown, 83 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-21T04:50:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:22 smithi105 bash[29232]: audit 2023-12-21T04:50:22.016837+0000 mon.smithi086 (mon.0) 657 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-21T04:50:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:22 smithi105 bash[29232]: audit 2023-12-21T04:50:22.017011+0000 mon.smithi086 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-21T04:50:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:22 smithi105 bash[29232]: cluster 2023-12-21T04:50:22.017129+0000 mon.smithi086 (mon.0) 659 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-21T04:50:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:22 smithi105 bash[29232]: audit 2023-12-21T04:50:22.019659+0000 mon.smithi086 (mon.0) 660 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T04:50:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:22 smithi105 bash[29232]: audit 2023-12-21T04:50:22.025334+0000 mon.smithi105 (mon.1) 22 : audit [INF] from='client.? 172.21.15.105:0/1875093032' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T04:50:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:22 smithi105 bash[29232]: audit 2023-12-21T04:50:22.026116+0000 mon.smithi086 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T04:50:22.404 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2023-12-21T04:50:22.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:22 smithi086 bash[26112]: cluster 2023-12-21T04:50:20.788093+0000 mgr.smithi086.vbfnjc (mgr.14182) 254 : cluster [DBG] pgmap v226: 129 pgs: 19 creating+peering, 27 unknown, 83 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-12-21T04:50:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:22 smithi086 bash[26112]: audit 2023-12-21T04:50:22.016837+0000 mon.smithi086 (mon.0) 657 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-21T04:50:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:22 smithi086 bash[26112]: audit 2023-12-21T04:50:22.017011+0000 mon.smithi086 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-21T04:50:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:22 smithi086 bash[26112]: cluster 2023-12-21T04:50:22.017129+0000 mon.smithi086 (mon.0) 659 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-21T04:50:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:22 smithi086 bash[26112]: audit 2023-12-21T04:50:22.019659+0000 mon.smithi086 (mon.0) 660 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T04:50:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:22 smithi086 bash[26112]: audit 2023-12-21T04:50:22.025334+0000 mon.smithi105 (mon.1) 22 : audit [INF] from='client.? 172.21.15.105:0/1875093032' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T04:50:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:22 smithi086 bash[26112]: audit 2023-12-21T04:50:22.026116+0000 mon.smithi086 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T04:50:23.206 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2023-12-21T04:50:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:24 smithi105 bash[29232]: cluster 2023-12-21T04:50:22.788755+0000 mgr.smithi086.vbfnjc (mgr.14182) 255 : cluster [DBG] pgmap v229: 161 pgs: 13 creating+peering, 35 unknown, 113 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.0 KiB/s wr, 8 op/s 2023-12-21T04:50:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:24 smithi105 bash[29232]: audit 2023-12-21T04:50:23.023785+0000 mon.smithi086 (mon.0) 662 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T04:50:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:24 smithi105 bash[29232]: audit 2023-12-21T04:50:23.023996+0000 mon.smithi086 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T04:50:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:24 smithi105 bash[29232]: cluster 2023-12-21T04:50:23.024188+0000 mon.smithi086 (mon.0) 664 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-21T04:50:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:24 smithi105 bash[29232]: audit 2023-12-21T04:50:23.893657+0000 mon.smithi086 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.zifrfo"}]: dispatch 2023-12-21T04:50:24.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:24 smithi086 bash[26112]: cluster 2023-12-21T04:50:22.788755+0000 mgr.smithi086.vbfnjc (mgr.14182) 255 : cluster [DBG] pgmap v229: 161 pgs: 13 creating+peering, 35 unknown, 113 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.0 KiB/s wr, 8 op/s 2023-12-21T04:50:24.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:24 smithi086 bash[26112]: audit 2023-12-21T04:50:23.023785+0000 mon.smithi086 (mon.0) 662 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T04:50:24.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:24 smithi086 bash[26112]: audit 2023-12-21T04:50:23.023996+0000 mon.smithi086 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi105.mvxctb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T04:50:24.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:24 smithi086 bash[26112]: cluster 2023-12-21T04:50:23.024188+0000 mon.smithi086 (mon.0) 664 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-21T04:50:24.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:24 smithi086 bash[26112]: audit 2023-12-21T04:50:23.893657+0000 mon.smithi086 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.zifrfo"}]: dispatch 2023-12-21T04:50:25.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: cephadm 2023-12-21T04:50:23.892473+0000 mgr.smithi086.vbfnjc (mgr.14182) 256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:25.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:25.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.zifrfo ... 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.zifrfo ... 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: cephadm 2023-12-21T04:50:23.893027+0000 mgr.smithi086.vbfnjc (mgr.14182) 257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: cephadm 2023-12-21T04:50:23.895629+0000 mgr.smithi086.vbfnjc (mgr.14182) 258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.zifrfo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.zifrfo ... 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: cephadm 2023-12-21T04:50:23.900604+0000 mgr.smithi086.vbfnjc (mgr.14182) 259 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.zsiubi on smithi086 2023-12-21T04:50:25.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:25 smithi105 bash[29232]: audit 2023-12-21T04:50:24.885845+0000 mon.smithi086 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:25.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: cephadm 2023-12-21T04:50:23.892473+0000 mgr.smithi086.vbfnjc (mgr.14182) 256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:25.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.zifrfo ... 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:25.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.zifrfo ... 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: cephadm 2023-12-21T04:50:23.893027+0000 mgr.smithi086.vbfnjc (mgr.14182) 257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: cephadm 2023-12-21T04:50:23.895629+0000 mgr.smithi086.vbfnjc (mgr.14182) 258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.zifrfo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-zifrfo 2023-12-21T04:50:25.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.zifrfo 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.zifrfo ... 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: cephadm 2023-12-21T04:50:23.900604+0000 mgr.smithi086.vbfnjc (mgr.14182) 259 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.zsiubi on smithi086 2023-12-21T04:50:25.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:25 smithi086 bash[26112]: audit 2023-12-21T04:50:24.885845+0000 mon.smithi086 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:26 smithi105 bash[29232]: cluster 2023-12-21T04:50:24.789948+0000 mgr.smithi086.vbfnjc (mgr.14182) 260 : cluster [DBG] pgmap v231: 161 pgs: 4 creating+peering, 2 unknown, 155 active+clean; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 KiB/s rd, 5.4 KiB/s wr, 217 op/s 2023-12-21T04:50:26.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:26 smithi086 bash[26112]: cluster 2023-12-21T04:50:24.789948+0000 mgr.smithi086.vbfnjc (mgr.14182) 260 : cluster [DBG] pgmap v231: 161 pgs: 4 creating+peering, 2 unknown, 155 active+clean; 3.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 KiB/s rd, 5.4 KiB/s wr, 217 op/s 2023-12-21T04:50:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:28 smithi105 bash[29232]: cluster 2023-12-21T04:50:26.790797+0000 mgr.smithi086.vbfnjc (mgr.14182) 261 : cluster [DBG] pgmap v232: 161 pgs: 4 creating+peering, 157 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 5.0 KiB/s wr, 220 op/s 2023-12-21T04:50:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:28 smithi105 bash[29232]: audit 2023-12-21T04:50:27.736645+0000 mon.smithi086 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.zsiubi"}]: dispatch 2023-12-21T04:50:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:28 smithi105 bash[29232]: audit 2023-12-21T04:50:27.748078+0000 mon.smithi086 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:28 smithi105 bash[29232]: audit 2023-12-21T04:50:27.753550+0000 mon.smithi086 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:50:28.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:28 smithi086 bash[26112]: cluster 2023-12-21T04:50:26.790797+0000 mgr.smithi086.vbfnjc (mgr.14182) 261 : cluster [DBG] pgmap v232: 161 pgs: 4 creating+peering, 157 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 5.0 KiB/s wr, 220 op/s 2023-12-21T04:50:28.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:28 smithi086 bash[26112]: audit 2023-12-21T04:50:27.736645+0000 mon.smithi086 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.zsiubi"}]: dispatch 2023-12-21T04:50:28.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:28 smithi086 bash[26112]: audit 2023-12-21T04:50:27.748078+0000 mon.smithi086 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:28.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:28 smithi086 bash[26112]: audit 2023-12-21T04:50:27.753550+0000 mon.smithi086 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:50:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: cephadm 2023-12-21T04:50:27.735556+0000 mgr.smithi086.vbfnjc (mgr.14182) 262 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.zsiubi ... 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:50:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.zsiubi ... 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:29.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: cephadm 2023-12-21T04:50:27.735999+0000 mgr.smithi086.vbfnjc (mgr.14182) 263 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: cephadm 2023-12-21T04:50:27.737888+0000 mgr.smithi086.vbfnjc (mgr.14182) 264 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.zsiubi on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.zsiubi ... 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:29.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:29.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: cephadm 2023-12-21T04:50:27.748814+0000 mgr.smithi086.vbfnjc (mgr.14182) 265 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.kydghx on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:29.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: cephadm 2023-12-21T04:50:27.751960+0000 mgr.smithi086.vbfnjc (mgr.14182) 266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.uivoom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:29.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: cluster 2023-12-21T04:50:27.753357+0000 mgr.smithi086.vbfnjc (mgr.14182) 267 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 4.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 136 KiB/s rd, 5.5 KiB/s wr, 264 op/s 2023-12-21T04:50:29.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:29 smithi105 bash[29232]: cluster 2023-12-21T04:50:28.744520+0000 mon.smithi086 (mon.0) 670 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:50:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: cephadm 2023-12-21T04:50:27.735556+0000 mgr.smithi086.vbfnjc (mgr.14182) 262 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.zsiubi ... 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:50:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.zsiubi ... 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: cephadm 2023-12-21T04:50:27.735999+0000 mgr.smithi086.vbfnjc (mgr.14182) 263 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: cephadm 2023-12-21T04:50:27.737888+0000 mgr.smithi086.vbfnjc (mgr.14182) 264 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.zsiubi on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zsiubi 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zsiubi 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.zsiubi ... 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:29.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: cephadm 2023-12-21T04:50:27.748814+0000 mgr.smithi086.vbfnjc (mgr.14182) 265 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.kydghx on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:29.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: cephadm 2023-12-21T04:50:27.751960+0000 mgr.smithi086.vbfnjc (mgr.14182) 266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.uivoom on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:29.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: cluster 2023-12-21T04:50:27.753357+0000 mgr.smithi086.vbfnjc (mgr.14182) 267 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 4.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 136 KiB/s rd, 5.5 KiB/s wr, 264 op/s 2023-12-21T04:50:29.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:29 smithi086 bash[26112]: cluster 2023-12-21T04:50:28.744520+0000 mon.smithi086 (mon.0) 670 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:50:31.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:30 smithi086 bash[26112]: cluster 2023-12-21T04:50:29.754890+0000 mgr.smithi086.vbfnjc (mgr.14182) 268 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 4.3 KiB/s wr, 267 op/s 2023-12-21T04:50:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:30 smithi086 bash[26112]: audit 2023-12-21T04:50:29.899672+0000 mon.smithi086 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:30 smithi105 bash[29232]: cluster 2023-12-21T04:50:29.754890+0000 mgr.smithi086.vbfnjc (mgr.14182) 268 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 140 KiB/s rd, 4.3 KiB/s wr, 267 op/s 2023-12-21T04:50:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:30 smithi105 bash[29232]: audit 2023-12-21T04:50:29.899672+0000 mon.smithi086 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:33.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:32 smithi086 bash[26112]: cluster 2023-12-21T04:50:31.756144+0000 mgr.smithi086.vbfnjc (mgr.14182) 269 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 3.7 KiB/s wr, 253 op/s 2023-12-21T04:50:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:32 smithi105 bash[29232]: cluster 2023-12-21T04:50:31.756144+0000 mgr.smithi086.vbfnjc (mgr.14182) 269 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 3.7 KiB/s wr, 253 op/s 2023-12-21T04:50:34.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:33 smithi086 bash[26112]: audit 2023-12-21T04:50:32.905322+0000 mon.smithi086 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:34.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:33 smithi086 bash[26112]: audit 2023-12-21T04:50:33.647882+0000 mon.smithi086 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:34.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:33 smithi086 bash[26112]: audit 2023-12-21T04:50:33.851006+0000 mon.smithi086 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:33 smithi105 bash[29232]: audit 2023-12-21T04:50:32.905322+0000 mon.smithi086 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:33 smithi105 bash[29232]: audit 2023-12-21T04:50:33.647882+0000 mon.smithi086 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:33 smithi105 bash[29232]: audit 2023-12-21T04:50:33.851006+0000 mon.smithi086 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: cluster 2023-12-21T04:50:33.757450+0000 mgr.smithi086.vbfnjc (mgr.14182) 270 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 KiB/s rd, 3.0 KiB/s wr, 224 op/s 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: audit 2023-12-21T04:50:34.157457+0000 mon.smithi086 (mon.0) 675 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: audit 2023-12-21T04:50:34.158599+0000 mon.smithi086 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: cephadm 2023-12-21T04:50:34.163720+0000 mgr.smithi086.vbfnjc (mgr.14182) 271 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: audit 2023-12-21T04:50:34.551841+0000 mon.smithi086 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: audit 2023-12-21T04:50:34.560481+0000 mon.smithi086 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: audit 2023-12-21T04:50:34.569417+0000 mon.smithi086 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: audit 2023-12-21T04:50:34.578095+0000 mon.smithi086 (mon.0) 680 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: audit 2023-12-21T04:50:34.596876+0000 mon.smithi086 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: cluster 2023-12-21T04:50:34.645162+0000 mon.smithi086 (mon.0) 682 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:50:35.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:34 smithi086 bash[26112]: cluster 2023-12-21T04:50:34.645231+0000 mon.smithi086 (mon.0) 683 : cluster [INF] Cluster is now healthy 2023-12-21T04:50:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: cluster 2023-12-21T04:50:33.757450+0000 mgr.smithi086.vbfnjc (mgr.14182) 270 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 KiB/s rd, 3.0 KiB/s wr, 224 op/s 2023-12-21T04:50:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: audit 2023-12-21T04:50:34.157457+0000 mon.smithi086 (mon.0) 675 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: audit 2023-12-21T04:50:34.158599+0000 mon.smithi086 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:50:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: cephadm 2023-12-21T04:50:34.163720+0000 mgr.smithi086.vbfnjc (mgr.14182) 271 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-21T04:50:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: audit 2023-12-21T04:50:34.551841+0000 mon.smithi086 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: audit 2023-12-21T04:50:34.560481+0000 mon.smithi086 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: audit 2023-12-21T04:50:34.569417+0000 mon.smithi086 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: audit 2023-12-21T04:50:34.578095+0000 mon.smithi086 (mon.0) 680 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:50:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: audit 2023-12-21T04:50:34.596876+0000 mon.smithi086 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: cluster 2023-12-21T04:50:34.645162+0000 mon.smithi086 (mon.0) 682 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:50:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:34 smithi105 bash[29232]: cluster 2023-12-21T04:50:34.645231+0000 mon.smithi086 (mon.0) 683 : cluster [INF] Cluster is now healthy 2023-12-21T04:50:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:35 smithi105 bash[29232]: cluster 2023-12-21T04:50:34.571398+0000 mgr.smithi086.vbfnjc (mgr.14182) 272 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 1.4 KiB/s wr, 146 op/s 2023-12-21T04:50:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:35 smithi105 bash[29232]: cephadm 2023-12-21T04:50:34.604588+0000 mgr.smithi086.vbfnjc (mgr.14182) 273 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.inwwyd on smithi105 2023-12-21T04:50:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:35 smithi105 bash[29232]: audit 2023-12-21T04:50:34.914924+0000 mon.smithi086 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:36.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:35 smithi086 bash[26112]: cluster 2023-12-21T04:50:34.571398+0000 mgr.smithi086.vbfnjc (mgr.14182) 272 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 83 KiB/s rd, 1.4 KiB/s wr, 146 op/s 2023-12-21T04:50:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:35 smithi086 bash[26112]: cephadm 2023-12-21T04:50:34.604588+0000 mgr.smithi086.vbfnjc (mgr.14182) 273 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.inwwyd on smithi105 2023-12-21T04:50:36.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:35 smithi086 bash[26112]: audit 2023-12-21T04:50:34.914924+0000 mon.smithi086 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:37 smithi086 bash[26112]: cluster 2023-12-21T04:50:36.572395+0000 mgr.smithi086.vbfnjc (mgr.14182) 274 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 1.0 KiB/s wr, 125 op/s 2023-12-21T04:50:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:37 smithi105 bash[29232]: cluster 2023-12-21T04:50:36.572395+0000 mgr.smithi086.vbfnjc (mgr.14182) 274 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 73 KiB/s rd, 1.0 KiB/s wr, 125 op/s 2023-12-21T04:50:39.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:38 smithi086 bash[26112]: audit 2023-12-21T04:50:38.608169+0000 mon.smithi086 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.inwwyd"}]: dispatch 2023-12-21T04:50:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:38 smithi105 bash[29232]: audit 2023-12-21T04:50:38.608169+0000 mon.smithi086 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.inwwyd"}]: dispatch 2023-12-21T04:50:40.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: cluster 2023-12-21T04:50:38.573587+0000 mgr.smithi086.vbfnjc (mgr.14182) 275 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 378 B/s wr, 79 op/s 2023-12-21T04:50:40.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: cephadm 2023-12-21T04:50:38.607054+0000 mgr.smithi086.vbfnjc (mgr.14182) 276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.inwwyd ... 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:40.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.inwwyd ... 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: cephadm 2023-12-21T04:50:38.607542+0000 mgr.smithi086.vbfnjc (mgr.14182) 277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: cephadm 2023-12-21T04:50:38.609906+0000 mgr.smithi086.vbfnjc (mgr.14182) 278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.inwwyd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.inwwyd ... 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:39 smithi086 bash[26112]: cephadm 2023-12-21T04:50:38.614897+0000 mgr.smithi086.vbfnjc (mgr.14182) 279 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.eopicc on smithi086 2023-12-21T04:50:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: cluster 2023-12-21T04:50:38.573587+0000 mgr.smithi086.vbfnjc (mgr.14182) 275 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 50 KiB/s rd, 378 B/s wr, 79 op/s 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: cephadm 2023-12-21T04:50:38.607054+0000 mgr.smithi086.vbfnjc (mgr.14182) 276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.inwwyd ... 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:40.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.inwwyd ... 2023-12-21T04:50:40.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: cephadm 2023-12-21T04:50:38.607542+0000 mgr.smithi086.vbfnjc (mgr.14182) 277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: cephadm 2023-12-21T04:50:38.609906+0000 mgr.smithi086.vbfnjc (mgr.14182) 278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.inwwyd on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-inwwyd 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.inwwyd 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.inwwyd ... 2023-12-21T04:50:40.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:40.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:40.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:40.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:40.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:39 smithi105 bash[29232]: cephadm 2023-12-21T04:50:38.614897+0000 mgr.smithi086.vbfnjc (mgr.14182) 279 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.eopicc on smithi086 2023-12-21T04:50:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:41 smithi086 bash[26112]: cluster 2023-12-21T04:50:40.575031+0000 mgr.smithi086.vbfnjc (mgr.14182) 280 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 189 B/s wr, 50 op/s 2023-12-21T04:50:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:41 smithi105 bash[29232]: cluster 2023-12-21T04:50:40.575031+0000 mgr.smithi086.vbfnjc (mgr.14182) 280 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 189 B/s wr, 50 op/s 2023-12-21T04:50:42.982 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for sgml-base (1.29) ... 2023-12-21T04:50:43.113 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2023-12-21T04:50:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:42 smithi086 bash[26112]: audit 2023-12-21T04:50:42.450788+0000 mon.smithi086 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.eopicc"}]: dispatch 2023-12-21T04:50:43.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:42 smithi086 bash[26112]: audit 2023-12-21T04:50:42.465396+0000 mon.smithi086 (mon.0) 687 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:50:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:42 smithi105 bash[29232]: audit 2023-12-21T04:50:42.450788+0000 mon.smithi086 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.eopicc"}]: dispatch 2023-12-21T04:50:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:42 smithi105 bash[29232]: audit 2023-12-21T04:50:42.465396+0000 mon.smithi086 (mon.0) 687 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:50:43.537 INFO:teuthology.orchestra.run.smithi086.stdout:Processing triggers for sgml-base (1.29) ... 2023-12-21T04:50:43.667 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2023-12-21T04:50:44.010 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-12-21T04:50:44.045 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-12-21T04:50:44.082 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-12-21T04:50:44.116 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-12-21T04:50:44.158 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-12-21T04:50:44.217 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-12-21T04:50:44.250 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-12-21T04:50:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: cephadm 2023-12-21T04:50:42.449331+0000 mgr.smithi086.vbfnjc (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.eopicc ... 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:44.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.eopicc ... 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: cephadm 2023-12-21T04:50:42.450023+0000 mgr.smithi086.vbfnjc (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: cephadm 2023-12-21T04:50:42.452206+0000 mgr.smithi086.vbfnjc (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.eopicc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:44.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.eopicc ... 2023-12-21T04:50:44.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:44.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:44.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:44.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: cephadm 2023-12-21T04:50:42.456407+0000 mgr.smithi086.vbfnjc (mgr.14182) 284 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.wcpyev on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:44.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: cephadm 2023-12-21T04:50:42.458548+0000 mgr.smithi086.vbfnjc (mgr.14182) 285 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:44.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: cluster 2023-12-21T04:50:42.460493+0000 mgr.smithi086.vbfnjc (mgr.14182) 286 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 191 B/s wr, 31 op/s 2023-12-21T04:50:44.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:43 smithi086 bash[26112]: cluster 2023-12-21T04:50:42.943445+0000 mon.smithi086 (mon.0) 688 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:50:44.275 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-12-21T04:50:44.301 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-12-21T04:50:44.318 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-12-21T04:50:44.343 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-12-21T04:50:44.369 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-12-21T04:50:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: cephadm 2023-12-21T04:50:42.449331+0000 mgr.smithi086.vbfnjc (mgr.14182) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:44.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.eopicc ... 2023-12-21T04:50:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:50:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:50:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:50:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:44.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:44.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.eopicc ... 2023-12-21T04:50:44.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:44.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:44.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:44.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: cephadm 2023-12-21T04:50:42.450023+0000 mgr.smithi086.vbfnjc (mgr.14182) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: cephadm 2023-12-21T04:50:42.452206+0000 mgr.smithi086.vbfnjc (mgr.14182) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.eopicc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:44.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eopicc 2023-12-21T04:50:44.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.379 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eopicc 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.eopicc ... 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: cephadm 2023-12-21T04:50:42.456407+0000 mgr.smithi086.vbfnjc (mgr.14182) 284 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.wcpyev on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: cephadm 2023-12-21T04:50:42.458548+0000 mgr.smithi086.vbfnjc (mgr.14182) 285 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:44.380 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: cluster 2023-12-21T04:50:42.460493+0000 mgr.smithi086.vbfnjc (mgr.14182) 286 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 191 B/s wr, 31 op/s 2023-12-21T04:50:44.381 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:43 smithi105 bash[29232]: cluster 2023-12-21T04:50:42.943445+0000 mon.smithi086 (mon.0) 688 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:50:44.394 INFO:teuthology.orchestra.run.smithi086.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-12-21T04:50:44.810 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-12-21T04:50:45.170 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-12-21T04:50:45.471 INFO:teuthology.orchestra.run.smithi086.stdout:Setting up python3-boto3 (1.4.2-1) ... 2023-12-21T04:50:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:45 smithi105 bash[29232]: cluster 2023-12-21T04:50:44.462034+0000 mgr.smithi086.vbfnjc (mgr.14182) 287 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 191 B/s wr, 18 op/s 2023-12-21T04:50:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:45 smithi105 bash[29232]: audit 2023-12-21T04:50:44.935438+0000 mon.smithi086 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:46.136 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-12-21T04:50:46.189 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:45 smithi086 bash[26112]: cluster 2023-12-21T04:50:44.462034+0000 mgr.smithi086.vbfnjc (mgr.14182) 287 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 191 B/s wr, 18 op/s 2023-12-21T04:50:46.190 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:45 smithi086 bash[26112]: audit 2023-12-21T04:50:44.935438+0000 mon.smithi086 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:46.192 INFO:teuthology.orchestra.run.smithi086.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-12-21T04:50:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:47 smithi086 bash[26112]: cluster 2023-12-21T04:50:46.463242+0000 mgr.smithi086.vbfnjc (mgr.14182) 288 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 172 B/s wr, 13 op/s 2023-12-21T04:50:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:47 smithi105 bash[29232]: cluster 2023-12-21T04:50:46.463242+0000 mgr.smithi086.vbfnjc (mgr.14182) 288 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 172 B/s wr, 13 op/s 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: audit 2023-12-21T04:50:48.377328+0000 mon.smithi086 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: cluster 2023-12-21T04:50:48.464249+0000 mgr.smithi086.vbfnjc (mgr.14182) 289 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 172 B/s wr, 7 op/s 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: audit 2023-12-21T04:50:48.681172+0000 mon.smithi086 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: audit 2023-12-21T04:50:48.682895+0000 mon.smithi086 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: audit 2023-12-21T04:50:48.684401+0000 mon.smithi086 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: cephadm 2023-12-21T04:50:48.693029+0000 mgr.smithi086.vbfnjc (mgr.14182) 290 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: audit 2023-12-21T04:50:48.960730+0000 mon.smithi086 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: cluster 2023-12-21T04:50:48.961706+0000 mgr.smithi086.vbfnjc (mgr.14182) 291 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 492 B/s rd, 98 B/s wr, 0 op/s 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: audit 2023-12-21T04:50:48.968130+0000 mon.smithi086 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:50:49.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: audit 2023-12-21T04:50:48.982124+0000 mon.smithi086 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:49.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:49 smithi086 bash[26112]: cephadm 2023-12-21T04:50:48.987558+0000 mgr.smithi086.vbfnjc (mgr.14182) 292 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ehgezq on smithi105 2023-12-21T04:50:49.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: audit 2023-12-21T04:50:48.377328+0000 mon.smithi086 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:49.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: cluster 2023-12-21T04:50:48.464249+0000 mgr.smithi086.vbfnjc (mgr.14182) 289 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 172 B/s wr, 7 op/s 2023-12-21T04:50:49.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: audit 2023-12-21T04:50:48.681172+0000 mon.smithi086 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:49.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: audit 2023-12-21T04:50:48.682895+0000 mon.smithi086 (mon.0) 692 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:50:49.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: audit 2023-12-21T04:50:48.684401+0000 mon.smithi086 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:50:49.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: cephadm 2023-12-21T04:50:48.693029+0000 mgr.smithi086.vbfnjc (mgr.14182) 290 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-21T04:50:49.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: audit 2023-12-21T04:50:48.960730+0000 mon.smithi086 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:49.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: cluster 2023-12-21T04:50:48.961706+0000 mgr.smithi086.vbfnjc (mgr.14182) 291 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 492 B/s rd, 98 B/s wr, 0 op/s 2023-12-21T04:50:49.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: audit 2023-12-21T04:50:48.968130+0000 mon.smithi086 (mon.0) 695 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:50:49.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: audit 2023-12-21T04:50:48.982124+0000 mon.smithi086 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:50:49.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:49 smithi105 bash[29232]: cephadm 2023-12-21T04:50:48.987558+0000 mgr.smithi086.vbfnjc (mgr.14182) 292 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ehgezq on smithi105 2023-12-21T04:50:50.410 INFO:teuthology.orchestra.run.smithi086.stderr:Inferring fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 2023-12-21T04:50:50.443 INFO:teuthology.orchestra.run.smithi086.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c7aab87c01f79d40745333821dcf9392d8eabc6689a2fa2b5b776e169c8898f3 2023-12-21T04:50:50.804 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:50 smithi086 bash[26112]: cluster 2023-12-21T04:50:49.373990+0000 mon.smithi086 (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:50:50.804 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:50 smithi086 bash[26112]: cluster 2023-12-21T04:50:49.374063+0000 mon.smithi086 (mon.0) 698 : cluster [INF] Cluster is now healthy 2023-12-21T04:50:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:50 smithi105 bash[29232]: cluster 2023-12-21T04:50:49.373990+0000 mon.smithi086 (mon.0) 697 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:50:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:50 smithi105 bash[29232]: cluster 2023-12-21T04:50:49.374063+0000 mon.smithi086 (mon.0) 698 : cluster [INF] Cluster is now healthy 2023-12-21T04:50:51.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:51 smithi086 bash[26112]: cluster 2023-12-21T04:50:50.962911+0000 mgr.smithi086.vbfnjc (mgr.14182) 293 : cluster [DBG] pgmap v246: 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-12-21T04:50:51.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:51 smithi105 bash[29232]: cluster 2023-12-21T04:50:50.962911+0000 mgr.smithi086.vbfnjc (mgr.14182) 293 : cluster [DBG] pgmap v246: 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-12-21T04:50:52.928 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:52 smithi086 bash[26112]: audit 2023-12-21T04:50:52.743640+0000 mon.smithi086 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ehgezq"}]: dispatch 2023-12-21T04:50:53.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:52 smithi105 bash[29232]: audit 2023-12-21T04:50:52.743640+0000 mon.smithi086 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ehgezq"}]: dispatch 2023-12-21T04:50:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: cephadm 2023-12-21T04:50:52.742668+0000 mgr.smithi086.vbfnjc (mgr.14182) 294 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.ehgezq ... 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.ehgezq ... 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:54.126 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: cephadm 2023-12-21T04:50:52.743091+0000 mgr.smithi086.vbfnjc (mgr.14182) 295 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: cephadm 2023-12-21T04:50:52.744803+0000 mgr.smithi086.vbfnjc (mgr.14182) 296 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.ehgezq ... 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:54.127 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:54.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: cephadm 2023-12-21T04:50:52.747555+0000 mgr.smithi086.vbfnjc (mgr.14182) 297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.eqpnar on smithi086 2023-12-21T04:50:54.128 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:53 smithi105 bash[29232]: cluster 2023-12-21T04:50:52.963545+0000 mgr.smithi086.vbfnjc (mgr.14182) 298 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: cephadm 2023-12-21T04:50:52.742668+0000 mgr.smithi086.vbfnjc (mgr.14182) 294 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.ehgezq ... 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:54.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.ehgezq ... 2023-12-21T04:50:54.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: cephadm 2023-12-21T04:50:52.743091+0000 mgr.smithi086.vbfnjc (mgr.14182) 295 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: cephadm 2023-12-21T04:50:52.744803+0000 mgr.smithi086.vbfnjc (mgr.14182) 296 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.ehgezq ... 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:54.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:54.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:54.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:54.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: cephadm 2023-12-21T04:50:52.747555+0000 mgr.smithi086.vbfnjc (mgr.14182) 297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.eqpnar on smithi086 2023-12-21T04:50:54.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:53 smithi086 bash[26112]: cluster 2023-12-21T04:50:52.963545+0000 mgr.smithi086.vbfnjc (mgr.14182) 298 : cluster [DBG] pgmap v247: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-21T04:50:55.268 INFO:teuthology.run_tasks:Running task python... 2023-12-21T04:50:55.305 INFO:tasks.python:Running python on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T04:50:55.305 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-12-21T04:50:55.305 DEBUG:teuthology.orchestra.run.smithi086:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-12-21T04:50:56.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:56 smithi086 bash[26112]: cluster 2023-12-21T04:50:54.964813+0000 mgr.smithi086.vbfnjc (mgr.14182) 299 : cluster [DBG] pgmap v248: 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-12-21T04:50:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:56 smithi105 bash[29232]: cluster 2023-12-21T04:50:54.964813+0000 mgr.smithi086.vbfnjc (mgr.14182) 299 : cluster [DBG] pgmap v248: 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-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: cluster 2023-12-21T04:50:56.331369+0000 mon.smithi086 (mon.0) 700 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: audit 2023-12-21T04:50:56.332202+0000 mon.smithi086 (mon.0) 701 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: cephadm 2023-12-21T04:50:56.490979+0000 mgr.smithi086.vbfnjc (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-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.eqpnar ... 2023-12-21T04:50:57.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:57.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.eqpnar ... 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: cephadm 2023-12-21T04:50:56.491324+0000 mgr.smithi086.vbfnjc (mgr.14182) 301 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: audit 2023-12-21T04:50:56.491929+0000 mon.smithi086 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.eqpnar"}]: dispatch 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: cephadm 2023-12-21T04:50:56.493343+0000 mgr.smithi086.vbfnjc (mgr.14182) 302 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.eqpnar ... 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: cephadm 2023-12-21T04:50:56.497625+0000 mgr.smithi086.vbfnjc (mgr.14182) 303 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: cephadm 2023-12-21T04:50:56.499871+0000 mgr.smithi086.vbfnjc (mgr.14182) 304 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:57.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:57 smithi105 bash[29232]: cluster 2023-12-21T04:50:56.501146+0000 mgr.smithi086.vbfnjc (mgr.14182) 305 : cluster [DBG] pgmap v250: 193 pgs: 32 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-21T04:50:57.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: cluster 2023-12-21T04:50:56.331369+0000 mon.smithi086 (mon.0) 700 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-21T04:50:57.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: audit 2023-12-21T04:50:56.332202+0000 mon.smithi086 (mon.0) 701 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-12-21T04:50:57.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: cephadm 2023-12-21T04:50:56.490979+0000 mgr.smithi086.vbfnjc (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-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.eqpnar ... 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:50:57.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.eqpnar ... 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:57.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: cephadm 2023-12-21T04:50:56.491324+0000 mgr.smithi086.vbfnjc (mgr.14182) 301 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: audit 2023-12-21T04:50:56.491929+0000 mon.smithi086 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.eqpnar"}]: dispatch 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: cephadm 2023-12-21T04:50:56.493343+0000 mgr.smithi086.vbfnjc (mgr.14182) 302 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.eqpnar ... 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:50:57.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:50:57.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:50:57.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: cephadm 2023-12-21T04:50:56.497625+0000 mgr.smithi086.vbfnjc (mgr.14182) 303 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:57.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: cephadm 2023-12-21T04:50:56.499871+0000 mgr.smithi086.vbfnjc (mgr.14182) 304 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:50:57.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:57 smithi086 bash[26112]: cluster 2023-12-21T04:50:56.501146+0000 mgr.smithi086.vbfnjc (mgr.14182) 305 : cluster [DBG] pgmap v250: 193 pgs: 32 unknown, 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-21T04:50:58.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:58 smithi105 bash[29232]: cluster 2023-12-21T04:50:57.325647+0000 mon.smithi086 (mon.0) 703 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:50:58.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:58 smithi105 bash[29232]: audit 2023-12-21T04:50:57.346015+0000 mon.smithi086 (mon.0) 704 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-21T04:50:58.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:58 smithi105 bash[29232]: cluster 2023-12-21T04:50:57.346660+0000 mon.smithi086 (mon.0) 705 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-21T04:50:58.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:58 smithi105 bash[29232]: audit 2023-12-21T04:50:57.350682+0000 mon.smithi086 (mon.0) 706 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T04:50:58.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:58 smithi086 bash[26112]: cluster 2023-12-21T04:50:57.325647+0000 mon.smithi086 (mon.0) 703 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:50:58.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:58 smithi086 bash[26112]: audit 2023-12-21T04:50:57.346015+0000 mon.smithi086 (mon.0) 704 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-12-21T04:50:58.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:58 smithi086 bash[26112]: cluster 2023-12-21T04:50:57.346660+0000 mon.smithi086 (mon.0) 705 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-21T04:50:58.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:58 smithi086 bash[26112]: audit 2023-12-21T04:50:57.350682+0000 mon.smithi086 (mon.0) 706 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-21T04:50:59.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:59 smithi105 bash[29232]: audit 2023-12-21T04:50:58.343777+0000 mon.smithi086 (mon.0) 707 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T04:50:59.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:59 smithi105 bash[29232]: cluster 2023-12-21T04:50:58.343864+0000 mon.smithi086 (mon.0) 708 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-21T04:50:59.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:50:59 smithi105 bash[29232]: cluster 2023-12-21T04:50:58.502271+0000 mgr.smithi086.vbfnjc (mgr.14182) 306 : cluster [DBG] pgmap v253: 193 pgs: 8 creating+peering, 19 unknown, 166 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 369 B/s wr, 2 op/s 2023-12-21T04:50:59.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:59 smithi086 bash[26112]: audit 2023-12-21T04:50:58.343777+0000 mon.smithi086 (mon.0) 707 : audit [INF] from='client.? 172.21.15.86:0/1152498077' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-21T04:50:59.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:59 smithi086 bash[26112]: cluster 2023-12-21T04:50:58.343864+0000 mon.smithi086 (mon.0) 708 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-12-21T04:50:59.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:50:59 smithi086 bash[26112]: cluster 2023-12-21T04:50:58.502271+0000 mgr.smithi086.vbfnjc (mgr.14182) 306 : cluster [DBG] pgmap v253: 193 pgs: 8 creating+peering, 19 unknown, 166 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 369 B/s wr, 2 op/s 2023-12-21T04:51:00.430 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-21T04:51:00.440 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T04:51:00.441 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- bash -c 'ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser' 2023-12-21T04:51:00.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:00 smithi086 bash[26112]: cluster 2023-12-21T04:50:59.365994+0000 mon.smithi086 (mon.0) 709 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-21T04:51:00.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:00 smithi086 bash[26112]: audit 2023-12-21T04:50:59.368878+0000 mon.smithi086 (mon.0) 710 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-21T04:51:00.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:00 smithi086 bash[26112]: audit 2023-12-21T04:50:59.960776+0000 mon.smithi086 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:51:00.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:00 smithi105 bash[29232]: cluster 2023-12-21T04:50:59.365994+0000 mon.smithi086 (mon.0) 709 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-12-21T04:51:00.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:00 smithi105 bash[29232]: audit 2023-12-21T04:50:59.368878+0000 mon.smithi086 (mon.0) 710 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-12-21T04:51:00.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:00 smithi105 bash[29232]: audit 2023-12-21T04:50:59.960776+0000 mon.smithi086 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:51:01.676 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:01 smithi086 bash[26112]: audit 2023-12-21T04:51:00.367840+0000 mon.smithi086 (mon.0) 712 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-21T04:51:01.676 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:01 smithi086 bash[26112]: cluster 2023-12-21T04:51:00.368541+0000 mon.smithi086 (mon.0) 713 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-21T04:51:01.676 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:01 smithi086 bash[26112]: cluster 2023-12-21T04:51:00.503002+0000 mgr.smithi086.vbfnjc (mgr.14182) 307 : cluster [DBG] pgmap v256: 225 pgs: 15 creating+peering, 28 unknown, 182 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 5 op/s 2023-12-21T04:51:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:01 smithi105 bash[29232]: audit 2023-12-21T04:51:00.367840+0000 mon.smithi086 (mon.0) 712 : audit [INF] from='client.? 172.21.15.86:0/4255956198' entity='client.rgw.foorgw.smithi086.muowql' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-12-21T04:51:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:01 smithi105 bash[29232]: cluster 2023-12-21T04:51:00.368541+0000 mon.smithi086 (mon.0) 713 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-12-21T04:51:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:01 smithi105 bash[29232]: cluster 2023-12-21T04:51:00.503002+0000 mgr.smithi086.vbfnjc (mgr.14182) 307 : cluster [DBG] pgmap v256: 225 pgs: 15 creating+peering, 28 unknown, 182 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1023 B/s wr, 5 op/s 2023-12-21T04:51:02.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:02 smithi086 bash[26112]: cluster 2023-12-21T04:51:01.388904+0000 mon.smithi086 (mon.0) 714 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-21T04:51:02.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:02 smithi105 bash[29232]: cluster 2023-12-21T04:51:01.388904+0000 mon.smithi086 (mon.0) 714 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-12-21T04:51:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:03 smithi105 bash[29232]: cluster 2023-12-21T04:51:02.504417+0000 mgr.smithi086.vbfnjc (mgr.14182) 308 : cluster [DBG] pgmap v258: 225 pgs: 7 creating+peering, 14 unknown, 204 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2023-12-21T04:51:04.162 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:03 smithi086 bash[26112]: cluster 2023-12-21T04:51:02.504417+0000 mgr.smithi086.vbfnjc (mgr.14182) 308 : cluster [DBG] pgmap v258: 225 pgs: 7 creating+peering, 14 unknown, 204 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2023-12-21T04:51:04.162 INFO:teuthology.orchestra.run.smithi086.stdout:{ 2023-12-21T04:51:04.162 INFO:teuthology.orchestra.run.smithi086.stdout: "bind": "/foouser", 2023-12-21T04:51:04.162 INFO:teuthology.orchestra.run.smithi086.stdout: "path": "/", 2023-12-21T04:51:04.162 INFO:teuthology.orchestra.run.smithi086.stdout: "cluster": "foo", 2023-12-21T04:51:04.163 INFO:teuthology.orchestra.run.smithi086.stdout: "mode": "RW", 2023-12-21T04:51:04.163 INFO:teuthology.orchestra.run.smithi086.stdout: "squash": "none" 2023-12-21T04:51:04.163 INFO:teuthology.orchestra.run.smithi086.stdout:} 2023-12-21T04:51:04.810 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T04:51:04.820 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-21T04:51:04.820 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:05.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:04 smithi105 bash[29232]: audit 2023-12-21T04:51:03.962699+0000 mgr.smithi086.vbfnjc (mgr.14182) 309 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:51:05.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:04 smithi086 bash[26112]: audit 2023-12-21T04:51:03.962699+0000 mgr.smithi086.vbfnjc (mgr.14182) 309 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "cluster_id": "foo", "pseudo_path": "/foouser", "user_id": "foouser", "target": ["mon-mgr", ""]}]: dispatch 2023-12-21T04:51:06.047 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:05 smithi086 bash[26112]: cluster 2023-12-21T04:51:04.506746+0000 mgr.smithi086.vbfnjc (mgr.14182) 310 : cluster [DBG] pgmap v259: 225 pgs: 7 creating+peering, 218 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2023-12-21T04:51:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:05 smithi105 bash[29232]: cluster 2023-12-21T04:51:04.506746+0000 mgr.smithi086.vbfnjc (mgr.14182) 310 : cluster [DBG] pgmap v259: 225 pgs: 7 creating+peering, 218 active+clean; 6.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2023-12-21T04:51:07.973 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:07.973 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:08.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:07 smithi105 bash[29232]: cluster 2023-12-21T04:51:06.508284+0000 mgr.smithi086.vbfnjc (mgr.14182) 311 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1003 B/s wr, 9 op/s 2023-12-21T04:51:08.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:07 smithi086 bash[26112]: cluster 2023-12-21T04:51:06.508284+0000 mgr.smithi086.vbfnjc (mgr.14182) 311 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 1003 B/s wr, 9 op/s 2023-12-21T04:51:08.603 INFO:tasks.cephadm:nfs.foo has 1/1 2023-12-21T04:51:08.603 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-21T04:51:08.613 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-21T04:51:08.613 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:09.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:08 smithi086 bash[26112]: audit 2023-12-21T04:51:07.958352+0000 mgr.smithi086.vbfnjc (mgr.14182) 312 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:09.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:08 smithi105 bash[29232]: audit 2023-12-21T04:51:07.958352+0000 mgr.smithi086.vbfnjc (mgr.14182) 312 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:09.964 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:09 smithi086 bash[26112]: cluster 2023-12-21T04:51:08.509964+0000 mgr.smithi086.vbfnjc (mgr.14182) 313 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 1005 B/s wr, 17 op/s 2023-12-21T04:51:10.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:09 smithi105 bash[29232]: cluster 2023-12-21T04:51:08.509964+0000 mgr.smithi086.vbfnjc (mgr.14182) 313 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 1005 B/s wr, 17 op/s 2023-12-21T04:51:11.731 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:11.731 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:12.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:11 smithi105 bash[29232]: cluster 2023-12-21T04:51:10.511038+0000 mgr.smithi086.vbfnjc (mgr.14182) 314 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 818 B/s wr, 16 op/s 2023-12-21T04:51:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:11 smithi086 bash[26112]: cluster 2023-12-21T04:51:10.511038+0000 mgr.smithi086.vbfnjc (mgr.14182) 314 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 818 B/s wr, 16 op/s 2023-12-21T04:51:12.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:13.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:12 smithi105 bash[29232]: audit 2023-12-21T04:51:11.716564+0000 mgr.smithi086.vbfnjc (mgr.14182) 315 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:13.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:12 smithi086 bash[26112]: audit 2023-12-21T04:51:11.716564+0000 mgr.smithi086.vbfnjc (mgr.14182) 315 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:13.370 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:13 smithi105 bash[29232]: cluster 2023-12-21T04:51:12.512649+0000 mgr.smithi086.vbfnjc (mgr.14182) 316 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 644 B/s wr, 14 op/s 2023-12-21T04:51:14.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:13 smithi086 bash[26112]: cluster 2023-12-21T04:51:12.512649+0000 mgr.smithi086.vbfnjc (mgr.14182) 316 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 644 B/s wr, 14 op/s 2023-12-21T04:51:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:15 smithi105 bash[29232]: cluster 2023-12-21T04:51:14.514533+0000 mgr.smithi086.vbfnjc (mgr.14182) 317 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 426 B/s wr, 12 op/s 2023-12-21T04:51:16.181 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:15 smithi086 bash[26112]: cluster 2023-12-21T04:51:14.514533+0000 mgr.smithi086.vbfnjc (mgr.14182) 317 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 426 B/s wr, 12 op/s 2023-12-21T04:51:16.624 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:16.624 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:17.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:17 smithi105 bash[29232]: cluster 2023-12-21T04:51:16.515884+0000 mgr.smithi086.vbfnjc (mgr.14182) 318 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 255 B/s wr, 10 op/s 2023-12-21T04:51:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:17 smithi105 bash[29232]: audit 2023-12-21T04:51:16.614602+0000 mgr.smithi086.vbfnjc (mgr.14182) 319 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:18.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:17 smithi086 bash[26112]: cluster 2023-12-21T04:51:16.515884+0000 mgr.smithi086.vbfnjc (mgr.14182) 318 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.3 KiB/s rd, 255 B/s wr, 10 op/s 2023-12-21T04:51:18.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:17 smithi086 bash[26112]: audit 2023-12-21T04:51:16.614602+0000 mgr.smithi086.vbfnjc (mgr.14182) 319 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:18.313 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:20.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:19 smithi086 bash[26112]: cluster 2023-12-21T04:51:18.516893+0000 mgr.smithi086.vbfnjc (mgr.14182) 320 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 170 B/s wr, 8 op/s 2023-12-21T04:51:20.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:19 smithi105 bash[29232]: cluster 2023-12-21T04:51:18.516893+0000 mgr.smithi086.vbfnjc (mgr.14182) 320 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 170 B/s wr, 8 op/s 2023-12-21T04:51:21.577 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:21.577 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:22.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:21 smithi086 bash[26112]: cluster 2023-12-21T04:51:20.518676+0000 mgr.smithi086.vbfnjc (mgr.14182) 321 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-21T04:51:22.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:21 smithi105 bash[29232]: cluster 2023-12-21T04:51:20.518676+0000 mgr.smithi086.vbfnjc (mgr.14182) 321 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-21T04:51:22.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:23.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:22 smithi105 bash[29232]: audit 2023-12-21T04:51:21.568641+0000 mgr.smithi086.vbfnjc (mgr.14182) 322 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:23.194 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:23.206 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:22 smithi086 bash[26112]: audit 2023-12-21T04:51:21.568641+0000 mgr.smithi086.vbfnjc (mgr.14182) 322 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:23 smithi105 bash[29232]: cluster 2023-12-21T04:51:22.520195+0000 mgr.smithi086.vbfnjc (mgr.14182) 323 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:24.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:23 smithi086 bash[26112]: cluster 2023-12-21T04:51:22.520195+0000 mgr.smithi086.vbfnjc (mgr.14182) 323 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:25 smithi105 bash[29232]: cluster 2023-12-21T04:51:24.521963+0000 mgr.smithi086.vbfnjc (mgr.14182) 324 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:26.151 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:25 smithi086 bash[26112]: cluster 2023-12-21T04:51:24.521963+0000 mgr.smithi086.vbfnjc (mgr.14182) 324 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:26.507 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:26.507 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:27.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:28.120 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:28.133 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:27 smithi086 bash[26112]: audit 2023-12-21T04:51:26.497039+0000 mgr.smithi086.vbfnjc (mgr.14182) 325 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:28.134 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:27 smithi086 bash[26112]: cluster 2023-12-21T04:51:26.523550+0000 mgr.smithi086.vbfnjc (mgr.14182) 326 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:27 smithi105 bash[29232]: audit 2023-12-21T04:51:26.497039+0000 mgr.smithi086.vbfnjc (mgr.14182) 325 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:27 smithi105 bash[29232]: cluster 2023-12-21T04:51:26.523550+0000 mgr.smithi086.vbfnjc (mgr.14182) 326 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:30.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:29 smithi086 bash[26112]: cluster 2023-12-21T04:51:28.524590+0000 mgr.smithi086.vbfnjc (mgr.14182) 327 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:29 smithi105 bash[29232]: cluster 2023-12-21T04:51:28.524590+0000 mgr.smithi086.vbfnjc (mgr.14182) 327 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:31.236 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:31.236 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:31.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:32.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:31 smithi086 bash[26112]: cluster 2023-12-21T04:51:30.525698+0000 mgr.smithi086.vbfnjc (mgr.14182) 328 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:32.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:31 smithi086 bash[26112]: audit 2023-12-21T04:51:31.222264+0000 mgr.smithi086.vbfnjc (mgr.14182) 329 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:31 smithi105 bash[29232]: cluster 2023-12-21T04:51:30.525698+0000 mgr.smithi086.vbfnjc (mgr.14182) 328 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:31 smithi105 bash[29232]: audit 2023-12-21T04:51:31.222264+0000 mgr.smithi086.vbfnjc (mgr.14182) 329 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:32.838 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:34.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:33 smithi086 bash[26112]: cluster 2023-12-21T04:51:32.527255+0000 mgr.smithi086.vbfnjc (mgr.14182) 330 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:33 smithi105 bash[29232]: cluster 2023-12-21T04:51:32.527255+0000 mgr.smithi086.vbfnjc (mgr.14182) 330 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:35.958 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:35.958 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:35 smithi105 bash[29232]: cluster 2023-12-21T04:51:34.528747+0000 mgr.smithi086.vbfnjc (mgr.14182) 331 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:36.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:35 smithi086 bash[26112]: cluster 2023-12-21T04:51:34.528747+0000 mgr.smithi086.vbfnjc (mgr.14182) 331 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-12-21T04:51:36.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:37.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:36 smithi086 bash[26112]: audit 2023-12-21T04:51:35.949287+0000 mgr.smithi086.vbfnjc (mgr.14182) 332 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:36 smithi105 bash[29232]: audit 2023-12-21T04:51:35.949287+0000 mgr.smithi086.vbfnjc (mgr.14182) 332 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:37.576 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:38.307 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:37 smithi086 bash[26112]: cluster 2023-12-21T04:51:36.529529+0000 mgr.smithi086.vbfnjc (mgr.14182) 333 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:37 smithi105 bash[29232]: cluster 2023-12-21T04:51:36.529529+0000 mgr.smithi086.vbfnjc (mgr.14182) 333 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:40.211 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:39 smithi086 bash[26112]: cluster 2023-12-21T04:51:38.530518+0000 mgr.smithi086.vbfnjc (mgr.14182) 334 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:51:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:39 smithi105 bash[29232]: cluster 2023-12-21T04:51:38.530518+0000 mgr.smithi086.vbfnjc (mgr.14182) 334 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:51:40.648 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:40.648 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:41.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:41 smithi086 bash[26112]: cluster 2023-12-21T04:51:40.532174+0000 mgr.smithi086.vbfnjc (mgr.14182) 335 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:41 smithi086 bash[26112]: audit 2023-12-21T04:51:40.638130+0000 mgr.smithi086.vbfnjc (mgr.14182) 336 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:42.262 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:41 smithi105 bash[29232]: cluster 2023-12-21T04:51:40.532174+0000 mgr.smithi086.vbfnjc (mgr.14182) 335 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:41 smithi105 bash[29232]: audit 2023-12-21T04:51:40.638130+0000 mgr.smithi086.vbfnjc (mgr.14182) 336 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:43 smithi086 bash[26112]: cluster 2023-12-21T04:51:42.533304+0000 mgr.smithi086.vbfnjc (mgr.14182) 337 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:43 smithi105 bash[29232]: cluster 2023-12-21T04:51:42.533304+0000 mgr.smithi086.vbfnjc (mgr.14182) 337 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:45.543 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:45.543 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:45 smithi105 bash[29232]: cluster 2023-12-21T04:51:44.534280+0000 mgr.smithi086.vbfnjc (mgr.14182) 338 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:46.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:46.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:45 smithi086 bash[26112]: cluster 2023-12-21T04:51:44.534280+0000 mgr.smithi086.vbfnjc (mgr.14182) 338 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:47.153 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:47.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:46 smithi086 bash[26112]: audit 2023-12-21T04:51:45.531482+0000 mgr.smithi086.vbfnjc (mgr.14182) 339 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:47.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:46 smithi105 bash[29232]: audit 2023-12-21T04:51:45.531482+0000 mgr.smithi086.vbfnjc (mgr.14182) 339 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:47 smithi086 bash[26112]: cluster 2023-12-21T04:51:46.535643+0000 mgr.smithi086.vbfnjc (mgr.14182) 340 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:47 smithi105 bash[29232]: cluster 2023-12-21T04:51:46.535643+0000 mgr.smithi086.vbfnjc (mgr.14182) 340 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:50.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:49 smithi086 bash[26112]: cluster 2023-12-21T04:51:48.537842+0000 mgr.smithi086.vbfnjc (mgr.14182) 341 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:51:50.326 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:50.326 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:50.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:49 smithi105 bash[29232]: cluster 2023-12-21T04:51:48.537842+0000 mgr.smithi086.vbfnjc (mgr.14182) 341 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:51:50.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:50 smithi086 bash[26112]: audit 2023-12-21T04:51:50.313871+0000 mgr.smithi086.vbfnjc (mgr.14182) 342 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:50 smithi105 bash[29232]: audit 2023-12-21T04:51:50.313871+0000 mgr.smithi086.vbfnjc (mgr.14182) 342 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:51.945 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:51 smithi086 bash[26112]: cluster 2023-12-21T04:51:50.538893+0000 mgr.smithi086.vbfnjc (mgr.14182) 343 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:51 smithi105 bash[29232]: cluster 2023-12-21T04:51:50.538893+0000 mgr.smithi086.vbfnjc (mgr.14182) 343 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:54.258 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:53 smithi086 bash[26112]: cluster 2023-12-21T04:51:52.540159+0000 mgr.smithi086.vbfnjc (mgr.14182) 344 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:53 smithi105 bash[29232]: cluster 2023-12-21T04:51:52.540159+0000 mgr.smithi086.vbfnjc (mgr.14182) 344 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:55.076 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:55.076 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:51:55.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:51:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:55 smithi105 bash[29232]: cluster 2023-12-21T04:51:54.541934+0000 mgr.smithi086.vbfnjc (mgr.14182) 345 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:55 smithi105 bash[29232]: audit 2023-12-21T04:51:55.069260+0000 mgr.smithi086.vbfnjc (mgr.14182) 346 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:56.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:55 smithi086 bash[26112]: cluster 2023-12-21T04:51:54.541934+0000 mgr.smithi086.vbfnjc (mgr.14182) 345 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:56.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:55 smithi086 bash[26112]: audit 2023-12-21T04:51:55.069260+0000 mgr.smithi086.vbfnjc (mgr.14182) 346 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:51:56.711 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:51:57.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:56 smithi086 bash[26112]: audit 2023-12-21T04:51:56.504370+0000 mon.smithi086 (mon.0) 715 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:51:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:56 smithi105 bash[29232]: audit 2023-12-21T04:51:56.504370+0000 mon.smithi086 (mon.0) 715 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:51:58.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:51:57 smithi086 bash[26112]: cluster 2023-12-21T04:51:56.543040+0000 mgr.smithi086.vbfnjc (mgr.14182) 347 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:51:57 smithi105 bash[29232]: cluster 2023-12-21T04:51:56.543040+0000 mgr.smithi086.vbfnjc (mgr.14182) 347 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:51:59.837 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:51:59.837 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:50:48.668687Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:50:48.365540Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:50:48.669157Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:50:48.366002Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:50:48.366295Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:50:48.670794Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:50:48.366485Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:50:48.366859Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:50:48.366664Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:50:48.367831Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:00.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:00 smithi086 bash[26112]: cluster 2023-12-21T04:51:58.544352+0000 mgr.smithi086.vbfnjc (mgr.14182) 348 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:52:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:00 smithi105 bash[29232]: cluster 2023-12-21T04:51:58.544352+0000 mgr.smithi086.vbfnjc (mgr.14182) 348 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:52:00.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:01 smithi105 bash[29232]: audit 2023-12-21T04:51:59.826114+0000 mgr.smithi086.vbfnjc (mgr.14182) 349 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:01.447 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:01.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:01 smithi086 bash[26112]: audit 2023-12-21T04:51:59.826114+0000 mgr.smithi086.vbfnjc (mgr.14182) 349 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:02 smithi105 bash[29232]: cluster 2023-12-21T04:52:00.546152+0000 mgr.smithi086.vbfnjc (mgr.14182) 350 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:02.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:02 smithi086 bash[26112]: cluster 2023-12-21T04:52:00.546152+0000 mgr.smithi086.vbfnjc (mgr.14182) 350 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:03.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:02.395890+0000 mon.smithi086 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: cluster 2023-12-21T04:52:02.547295+0000 mgr.smithi086.vbfnjc (mgr.14182) 351 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:02.718749+0000 mon.smithi086 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:02.719021+0000 mon.smithi086 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:02.888127+0000 mon.smithi086 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:03.181121+0000 mon.smithi086 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:03.182864+0000 mon.smithi086 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:03.191359+0000 mon.smithi086 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: cluster 2023-12-21T04:52:03.192286+0000 mgr.smithi086.vbfnjc (mgr.14182) 352 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:03.199742+0000 mon.smithi086 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: audit 2023-12-21T04:52:03.212246+0000 mon.smithi086 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:03.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:03 smithi086 bash[26112]: cephadm 2023-12-21T04:52:03.215381+0000 mgr.smithi086.vbfnjc (mgr.14182) 353 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.taikxg on smithi105 2023-12-21T04:52:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:02.395890+0000 mon.smithi086 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: cluster 2023-12-21T04:52:02.547295+0000 mgr.smithi086.vbfnjc (mgr.14182) 351 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:02.718749+0000 mon.smithi086 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2023-12-21T04:52:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:02.719021+0000 mon.smithi086 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]: dispatch 2023-12-21T04:52:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:02.888127+0000 mon.smithi086 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:03.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:03.181121+0000 mon.smithi086 (mon.0) 720 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:52:03.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:03.182864+0000 mon.smithi086 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:52:03.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:03.191359+0000 mon.smithi086 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:03.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: cluster 2023-12-21T04:52:03.192286+0000 mgr.smithi086.vbfnjc (mgr.14182) 352 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:52:03.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:03.199742+0000 mon.smithi086 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:52:03.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: audit 2023-12-21T04:52:03.212246+0000 mon.smithi086 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:03.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:03 smithi105 bash[29232]: cephadm 2023-12-21T04:52:03.215381+0000 mgr.smithi086.vbfnjc (mgr.14182) 353 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.taikxg on smithi105 2023-12-21T04:52:04.709 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:04.709 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:42.458411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.sbwbuk on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:04.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:04 smithi086 bash[26112]: cluster 2023-12-21T04:52:03.392905+0000 mon.smithi086 (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:52:04.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:04 smithi086 bash[26112]: cluster 2023-12-21T04:52:03.392985+0000 mon.smithi086 (mon.0) 726 : cluster [INF] Cluster is now healthy 2023-12-21T04:52:04.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:04 smithi086 bash[26112]: audit 2023-12-21T04:52:03.408270+0000 mon.smithi086 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2023-12-21T04:52:04.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:04 smithi086 bash[26112]: audit 2023-12-21T04:52:03.408372+0000 mon.smithi086 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2023-12-21T04:52:04.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:04 smithi086 bash[26112]: cluster 2023-12-21T04:52:03.408444+0000 mon.smithi086 (mon.0) 729 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-21T04:52:04.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:04 smithi105 bash[29232]: cluster 2023-12-21T04:52:03.392905+0000 mon.smithi086 (mon.0) 725 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:52:04.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:04 smithi105 bash[29232]: cluster 2023-12-21T04:52:03.392985+0000 mon.smithi086 (mon.0) 726 : cluster [INF] Cluster is now healthy 2023-12-21T04:52:04.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:04 smithi105 bash[29232]: audit 2023-12-21T04:52:03.408270+0000 mon.smithi086 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2023-12-21T04:52:04.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:04 smithi105 bash[29232]: audit 2023-12-21T04:52:03.408372+0000 mon.smithi086 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.9", "id": [5, 6]}]': finished 2023-12-21T04:52:04.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:04 smithi105 bash[29232]: cluster 2023-12-21T04:52:03.408444+0000 mon.smithi086 (mon.0) 729 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-12-21T04:52:05.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:05 smithi086 bash[26112]: cluster 2023-12-21T04:52:04.409417+0000 mon.smithi086 (mon.0) 730 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-21T04:52:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:05 smithi086 bash[26112]: audit 2023-12-21T04:52:04.696997+0000 mgr.smithi086.vbfnjc (mgr.14182) 354 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:05 smithi086 bash[26112]: cluster 2023-12-21T04:52:05.193183+0000 mgr.smithi086.vbfnjc (mgr.14182) 355 : cluster [DBG] pgmap v292: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:52:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:05 smithi105 bash[29232]: cluster 2023-12-21T04:52:04.409417+0000 mon.smithi086 (mon.0) 730 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-12-21T04:52:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:05 smithi105 bash[29232]: audit 2023-12-21T04:52:04.696997+0000 mgr.smithi086.vbfnjc (mgr.14182) 354 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:05 smithi105 bash[29232]: cluster 2023-12-21T04:52:05.193183+0000 mgr.smithi086.vbfnjc (mgr.14182) 355 : cluster [DBG] pgmap v292: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-21T04:52:06.392 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:06.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:06 smithi086 bash[26112]: cluster 2023-12-21T04:52:05.412057+0000 mon.smithi086 (mon.0) 731 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-21T04:52:06.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:06 smithi105 bash[29232]: cluster 2023-12-21T04:52:05.412057+0000 mon.smithi086 (mon.0) 731 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-12-21T04:52:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: cephadm 2023-12-21T04:52:06.988048+0000 mgr.smithi086.vbfnjc (mgr.14182) 356 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.taikxg ... 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.taikxg ... 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: cephadm 2023-12-21T04:52:06.988636+0000 mgr.smithi086.vbfnjc (mgr.14182) 357 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: audit 2023-12-21T04:52:06.989205+0000 mon.smithi086 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.taikxg"}]: dispatch 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: cephadm 2023-12-21T04:52:06.990305+0000 mgr.smithi086.vbfnjc (mgr.14182) 358 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.taikxg ... 2023-12-21T04:52:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: cephadm 2023-12-21T04:52:06.992606+0000 mgr.smithi086.vbfnjc (mgr.14182) 359 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.ctrjhf on smithi086 2023-12-21T04:52:07.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:07 smithi086 bash[26112]: cluster 2023-12-21T04:52:07.194229+0000 mgr.smithi086.vbfnjc (mgr.14182) 360 : cluster [DBG] pgmap v293: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 154 B/s rd, 0 op/s 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: cephadm 2023-12-21T04:52:06.988048+0000 mgr.smithi086.vbfnjc (mgr.14182) 356 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.taikxg ... 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:07.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.taikxg ... 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: cephadm 2023-12-21T04:52:06.988636+0000 mgr.smithi086.vbfnjc (mgr.14182) 357 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: audit 2023-12-21T04:52:06.989205+0000 mon.smithi086 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.taikxg"}]: dispatch 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: cephadm 2023-12-21T04:52:06.990305+0000 mgr.smithi086.vbfnjc (mgr.14182) 358 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:07.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg 2023-12-21T04:52:07.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.taikxg ... 2023-12-21T04:52:07.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:07.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:07.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:07.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:07.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: cephadm 2023-12-21T04:52:06.992606+0000 mgr.smithi086.vbfnjc (mgr.14182) 359 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.ctrjhf on smithi086 2023-12-21T04:52:07.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:07 smithi105 bash[29232]: cluster 2023-12-21T04:52:07.194229+0000 mgr.smithi086.vbfnjc (mgr.14182) 360 : cluster [DBG] pgmap v293: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 154 B/s rd, 0 op/s 2023-12-21T04:52:09.577 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:09.578 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:52.744629Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ehgezq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ehgezq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ehgezq\nDeploy daemon haproxy.nfs.foo.smithi105.ehgezq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.493115Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.eqpnar on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-eqpnar\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.eqpnar\nDeploy daemon haproxy.nfs.foo.smithi086.eqpnar ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:50:56.497409Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vcuwkv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:10.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:10.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:10 smithi086 bash[26112]: cluster 2023-12-21T04:52:09.195531+0000 mgr.smithi086.vbfnjc (mgr.14182) 361 : cluster [DBG] pgmap v294: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 154 B/s rd, 0 op/s 2023-12-21T04:52:10.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:10 smithi105 bash[29232]: cluster 2023-12-21T04:52:09.195531+0000 mgr.smithi086.vbfnjc (mgr.14182) 361 : cluster [DBG] pgmap v294: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 154 B/s rd, 0 op/s 2023-12-21T04:52:11.165 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:11.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:11 smithi086 bash[26112]: audit 2023-12-21T04:52:09.565565+0000 mgr.smithi086.vbfnjc (mgr.14182) 362 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:11.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:11 smithi086 bash[26112]: audit 2023-12-21T04:52:10.868984+0000 mon.smithi086 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.ctrjhf"}]: dispatch 2023-12-21T04:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:11 smithi105 bash[29232]: audit 2023-12-21T04:52:09.565565+0000 mgr.smithi086.vbfnjc (mgr.14182) 362 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:11.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:11 smithi105 bash[29232]: audit 2023-12-21T04:52:10.868984+0000 mon.smithi086 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.ctrjhf"}]: dispatch 2023-12-21T04:52:12.578 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: cephadm 2023-12-21T04:52:10.868194+0000 mgr.smithi086.vbfnjc (mgr.14182) 363 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.578 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ctrjhf ... 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:52:12.579 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ctrjhf ... 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:12.580 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: cephadm 2023-12-21T04:52:10.868407+0000 mgr.smithi086.vbfnjc (mgr.14182) 364 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: cephadm 2023-12-21T04:52:10.870173+0000 mgr.smithi086.vbfnjc (mgr.14182) 365 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ctrjhf ... 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.581 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: cephadm 2023-12-21T04:52:10.871987+0000 mgr.smithi086.vbfnjc (mgr.14182) 366 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:52:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: cephadm 2023-12-21T04:52:10.873476+0000 mgr.smithi086.vbfnjc (mgr.14182) 367 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:52:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: cluster 2023-12-21T04:52:10.875100+0000 mgr.smithi086.vbfnjc (mgr.14182) 368 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 133 B/s rd, 0 op/s 2023-12-21T04:52:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: cluster 2023-12-21T04:52:11.253857+0000 mon.smithi086 (mon.0) 734 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:52:12.582 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:12 smithi086 bash[26112]: cluster 2023-12-21T04:52:11.253925+0000 mon.smithi086 (mon.0) 735 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: cephadm 2023-12-21T04:52:10.868194+0000 mgr.smithi086.vbfnjc (mgr.14182) 363 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ctrjhf ... 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:12.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ctrjhf ... 2023-12-21T04:52:12.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: cephadm 2023-12-21T04:52:10.868407+0000 mgr.smithi086.vbfnjc (mgr.14182) 364 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: cephadm 2023-12-21T04:52:10.870173+0000 mgr.smithi086.vbfnjc (mgr.14182) 365 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ctrjhf ... 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:52:12.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:52:12.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:52:12.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:52:12.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: cephadm 2023-12-21T04:52:10.871987+0000 mgr.smithi086.vbfnjc (mgr.14182) 366 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:52:12.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: cephadm 2023-12-21T04:52:10.873476+0000 mgr.smithi086.vbfnjc (mgr.14182) 367 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:52:12.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: cluster 2023-12-21T04:52:10.875100+0000 mgr.smithi086.vbfnjc (mgr.14182) 368 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 133 B/s rd, 0 op/s 2023-12-21T04:52:12.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: cluster 2023-12-21T04:52:11.253857+0000 mon.smithi086 (mon.0) 734 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:52:12.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:12 smithi105 bash[29232]: cluster 2023-12-21T04:52:11.253925+0000 mon.smithi086 (mon.0) 735 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-12-21T04:52:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:13 smithi105 bash[29232]: cluster 2023-12-21T04:52:12.876708+0000 mgr.smithi086.vbfnjc (mgr.14182) 369 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2023-12-21T04:52:14.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:13 smithi086 bash[26112]: cluster 2023-12-21T04:52:12.876708+0000 mgr.smithi086.vbfnjc (mgr.14182) 369 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 0 op/s 2023-12-21T04:52:14.303 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:14.303 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:14.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:15.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:14 smithi105 bash[29232]: audit 2023-12-21T04:52:14.291037+0000 mgr.smithi086.vbfnjc (mgr.14182) 370 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:15.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:14 smithi086 bash[26112]: audit 2023-12-21T04:52:14.291037+0000 mgr.smithi086.vbfnjc (mgr.14182) 370 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:15.936 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:16.282 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:16 smithi086 bash[26112]: cluster 2023-12-21T04:52:14.878713+0000 mgr.smithi086.vbfnjc (mgr.14182) 371 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T04:52:16.282 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:16 smithi086 bash[26112]: audit 2023-12-21T04:52:15.057022+0000 mon.smithi086 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:16.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:16 smithi105 bash[29232]: cluster 2023-12-21T04:52:14.878713+0000 mgr.smithi086.vbfnjc (mgr.14182) 371 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T04:52:16.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:16 smithi105 bash[29232]: audit 2023-12-21T04:52:15.057022+0000 mon.smithi086 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:18 smithi105 bash[29232]: cluster 2023-12-21T04:52:16.880003+0000 mgr.smithi086.vbfnjc (mgr.14182) 372 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:52:18.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:18 smithi086 bash[26112]: cluster 2023-12-21T04:52:16.880003+0000 mgr.smithi086.vbfnjc (mgr.14182) 372 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:52:19.180 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:19.181 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:19.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:20.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:20 smithi086 bash[26112]: cluster 2023-12-21T04:52:18.880957+0000 mgr.smithi086.vbfnjc (mgr.14182) 373 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:52:20.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:20 smithi086 bash[26112]: audit 2023-12-21T04:52:19.172070+0000 mgr.smithi086.vbfnjc (mgr.14182) 374 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:20 smithi105 bash[29232]: cluster 2023-12-21T04:52:18.880957+0000 mgr.smithi086.vbfnjc (mgr.14182) 373 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:52:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:20 smithi105 bash[29232]: audit 2023-12-21T04:52:19.172070+0000 mgr.smithi086.vbfnjc (mgr.14182) 374 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:20.867 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:21.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:21 smithi086 bash[26112]: audit 2023-12-21T04:52:20.080660+0000 mon.smithi086 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:21 smithi105 bash[29232]: audit 2023-12-21T04:52:20.080660+0000 mon.smithi086 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:52:22.189 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:22 smithi086 bash[26112]: cluster 2023-12-21T04:52:20.882896+0000 mgr.smithi086.vbfnjc (mgr.14182) 375 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:52:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:22 smithi105 bash[29232]: cluster 2023-12-21T04:52:20.882896+0000 mgr.smithi086.vbfnjc (mgr.14182) 375 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:52:23.970 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:23.970 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:23 smithi105 bash[29232]: cluster 2023-12-21T04:52:22.884578+0000 mgr.smithi086.vbfnjc (mgr.14182) 376 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:24.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:23 smithi086 bash[26112]: cluster 2023-12-21T04:52:22.884578+0000 mgr.smithi086.vbfnjc (mgr.14182) 376 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:24.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:25.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:24 smithi105 bash[29232]: audit 2023-12-21T04:52:23.960454+0000 mgr.smithi086.vbfnjc (mgr.14182) 377 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:25.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:24 smithi086 bash[26112]: audit 2023-12-21T04:52:23.960454+0000 mgr.smithi086.vbfnjc (mgr.14182) 377 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:25.564 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:25 smithi105 bash[29232]: cluster 2023-12-21T04:52:24.886614+0000 mgr.smithi086.vbfnjc (mgr.14182) 378 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:26.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:25 smithi086 bash[26112]: cluster 2023-12-21T04:52:24.886614+0000 mgr.smithi086.vbfnjc (mgr.14182) 378 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:28.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:27 smithi086 bash[26112]: cluster 2023-12-21T04:52:26.887580+0000 mgr.smithi086.vbfnjc (mgr.14182) 379 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:27 smithi105 bash[29232]: cluster 2023-12-21T04:52:26.887580+0000 mgr.smithi086.vbfnjc (mgr.14182) 379 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:28.829 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:28.830 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:29.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:30.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:29 smithi086 bash[26112]: audit 2023-12-21T04:52:28.821268+0000 mgr.smithi086.vbfnjc (mgr.14182) 380 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:30.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:29 smithi086 bash[26112]: cluster 2023-12-21T04:52:28.888743+0000 mgr.smithi086.vbfnjc (mgr.14182) 381 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:52:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:29 smithi105 bash[29232]: audit 2023-12-21T04:52:28.821268+0000 mgr.smithi086.vbfnjc (mgr.14182) 380 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:29 smithi105 bash[29232]: cluster 2023-12-21T04:52:28.888743+0000 mgr.smithi086.vbfnjc (mgr.14182) 381 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:52:30.425 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:32.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:31 smithi086 bash[26112]: cluster 2023-12-21T04:52:30.890562+0000 mgr.smithi086.vbfnjc (mgr.14182) 382 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:31 smithi105 bash[29232]: cluster 2023-12-21T04:52:30.890562+0000 mgr.smithi086.vbfnjc (mgr.14182) 382 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:33.490 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:33.491 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:34.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:33 smithi105 bash[29232]: cluster 2023-12-21T04:52:32.892156+0000 mgr.smithi086.vbfnjc (mgr.14182) 383 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:34.131 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:33 smithi086 bash[26112]: cluster 2023-12-21T04:52:32.892156+0000 mgr.smithi086.vbfnjc (mgr.14182) 383 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:34.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:35.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:34 smithi105 bash[29232]: audit 2023-12-21T04:52:33.482381+0000 mgr.smithi086.vbfnjc (mgr.14182) 384 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:35.133 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:35.145 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:34 smithi086 bash[26112]: audit 2023-12-21T04:52:33.482381+0000 mgr.smithi086.vbfnjc (mgr.14182) 384 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:36.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:35 smithi105 bash[29232]: cluster 2023-12-21T04:52:34.894150+0000 mgr.smithi086.vbfnjc (mgr.14182) 385 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:36.135 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:35 smithi086 bash[26112]: cluster 2023-12-21T04:52:34.894150+0000 mgr.smithi086.vbfnjc (mgr.14182) 385 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:38.087 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:38.088 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:37 smithi086 bash[26112]: cluster 2023-12-21T04:52:36.895385+0000 mgr.smithi086.vbfnjc (mgr.14182) 386 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:37 smithi105 bash[29232]: cluster 2023-12-21T04:52:36.895385+0000 mgr.smithi086.vbfnjc (mgr.14182) 386 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:38.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:39.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:38 smithi086 bash[26112]: audit 2023-12-21T04:52:38.075362+0000 mgr.smithi086.vbfnjc (mgr.14182) 387 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:38 smithi105 bash[29232]: audit 2023-12-21T04:52:38.075362+0000 mgr.smithi086.vbfnjc (mgr.14182) 387 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:39.748 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:40.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:39 smithi086 bash[26112]: cluster 2023-12-21T04:52:38.896825+0000 mgr.smithi086.vbfnjc (mgr.14182) 388 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:52:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:39 smithi105 bash[29232]: cluster 2023-12-21T04:52:38.896825+0000 mgr.smithi086.vbfnjc (mgr.14182) 388 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:52:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:41 smithi086 bash[26112]: cluster 2023-12-21T04:52:40.898697+0000 mgr.smithi086.vbfnjc (mgr.14182) 389 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:41 smithi105 bash[29232]: cluster 2023-12-21T04:52:40.898697+0000 mgr.smithi086.vbfnjc (mgr.14182) 389 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:42.753 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:42.753 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:43.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:43 smithi105 bash[29232]: audit 2023-12-21T04:52:42.741820+0000 mgr.smithi086.vbfnjc (mgr.14182) 390 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:43 smithi105 bash[29232]: cluster 2023-12-21T04:52:42.900341+0000 mgr.smithi086.vbfnjc (mgr.14182) 391 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:43 smithi086 bash[26112]: audit 2023-12-21T04:52:42.741820+0000 mgr.smithi086.vbfnjc (mgr.14182) 390 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:43 smithi086 bash[26112]: cluster 2023-12-21T04:52:42.900341+0000 mgr.smithi086.vbfnjc (mgr.14182) 391 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:44.348 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:46.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:45 smithi086 bash[26112]: cluster 2023-12-21T04:52:44.902370+0000 mgr.smithi086.vbfnjc (mgr.14182) 392 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:45 smithi105 bash[29232]: cluster 2023-12-21T04:52:44.902370+0000 mgr.smithi086.vbfnjc (mgr.14182) 392 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:47.513 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:47.513 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:48.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:47 smithi086 bash[26112]: cluster 2023-12-21T04:52:46.903713+0000 mgr.smithi086.vbfnjc (mgr.14182) 393 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:47 smithi105 bash[29232]: cluster 2023-12-21T04:52:46.903713+0000 mgr.smithi086.vbfnjc (mgr.14182) 393 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:49.077 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:48 smithi086 bash[26112]: audit 2023-12-21T04:52:47.501128+0000 mgr.smithi086.vbfnjc (mgr.14182) 394 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:48 smithi105 bash[29232]: audit 2023-12-21T04:52:47.501128+0000 mgr.smithi086.vbfnjc (mgr.14182) 394 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:50.243 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:49 smithi086 bash[26112]: cluster 2023-12-21T04:52:48.905251+0000 mgr.smithi086.vbfnjc (mgr.14182) 395 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:52:50.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:49 smithi105 bash[29232]: cluster 2023-12-21T04:52:48.905251+0000 mgr.smithi086.vbfnjc (mgr.14182) 395 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:52:52.219 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:52.219 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:51 smithi086 bash[26112]: cluster 2023-12-21T04:52:50.907090+0000 mgr.smithi086.vbfnjc (mgr.14182) 396 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:51 smithi105 bash[29232]: cluster 2023-12-21T04:52:50.907090+0000 mgr.smithi086.vbfnjc (mgr.14182) 396 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:52.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:53.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:52 smithi086 bash[26112]: audit 2023-12-21T04:52:52.206281+0000 mgr.smithi086.vbfnjc (mgr.14182) 397 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:52 smithi105 bash[29232]: audit 2023-12-21T04:52:52.206281+0000 mgr.smithi086.vbfnjc (mgr.14182) 397 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:53.813 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:52:54.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:53 smithi086 bash[26112]: cluster 2023-12-21T04:52:52.908731+0000 mgr.smithi086.vbfnjc (mgr.14182) 398 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:53 smithi105 bash[29232]: cluster 2023-12-21T04:52:52.908731+0000 mgr.smithi086.vbfnjc (mgr.14182) 398 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:55 smithi105 bash[29232]: cluster 2023-12-21T04:52:54.910798+0000 mgr.smithi086.vbfnjc (mgr.14182) 399 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:56.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:55 smithi086 bash[26112]: cluster 2023-12-21T04:52:54.910798+0000 mgr.smithi086.vbfnjc (mgr.14182) 399 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:57.090 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:52:57.091 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:52:57.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:52:58.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:58 smithi086 bash[26112]: cluster 2023-12-21T04:52:56.911920+0000 mgr.smithi086.vbfnjc (mgr.14182) 400 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:58.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:52:58 smithi086 bash[26112]: audit 2023-12-21T04:52:57.076540+0000 mgr.smithi086.vbfnjc (mgr.14182) 401 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:58 smithi105 bash[29232]: cluster 2023-12-21T04:52:56.911920+0000 mgr.smithi086.vbfnjc (mgr.14182) 400 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:52:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:52:58 smithi105 bash[29232]: audit 2023-12-21T04:52:57.076540+0000 mgr.smithi086.vbfnjc (mgr.14182) 401 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:52:58.764 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:00.121 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:00 smithi086 bash[26112]: cluster 2023-12-21T04:52:58.913474+0000 mgr.smithi086.vbfnjc (mgr.14182) 402 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:53:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:00 smithi105 bash[29232]: cluster 2023-12-21T04:52:58.913474+0000 mgr.smithi086.vbfnjc (mgr.14182) 402 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:53:01.890 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:01.890 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:02.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:02 smithi086 bash[26112]: cluster 2023-12-21T04:53:00.915301+0000 mgr.smithi086.vbfnjc (mgr.14182) 403 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:02 smithi105 bash[29232]: cluster 2023-12-21T04:53:00.915301+0000 mgr.smithi086.vbfnjc (mgr.14182) 403 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:02.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:03.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:03 smithi105 bash[29232]: audit 2023-12-21T04:53:01.875991+0000 mgr.smithi086.vbfnjc (mgr.14182) 404 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:03.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:03 smithi086 bash[26112]: audit 2023-12-21T04:53:01.875991+0000 mgr.smithi086.vbfnjc (mgr.14182) 404 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:03.513 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:04 smithi105 bash[29232]: cluster 2023-12-21T04:53:02.916719+0000 mgr.smithi086.vbfnjc (mgr.14182) 405 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:04.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:04 smithi086 bash[26112]: cluster 2023-12-21T04:53:02.916719+0000 mgr.smithi086.vbfnjc (mgr.14182) 405 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:06 smithi105 bash[29232]: cluster 2023-12-21T04:53:04.918746+0000 mgr.smithi086.vbfnjc (mgr.14182) 406 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:06.381 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:06 smithi086 bash[26112]: cluster 2023-12-21T04:53:04.918746+0000 mgr.smithi086.vbfnjc (mgr.14182) 406 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:06.802 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:06.802 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:07.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:08 smithi105 bash[29232]: audit 2023-12-21T04:53:06.795612+0000 mgr.smithi086.vbfnjc (mgr.14182) 407 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:08 smithi105 bash[29232]: cluster 2023-12-21T04:53:06.919993+0000 mgr.smithi086.vbfnjc (mgr.14182) 408 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:08.491 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:08.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:08 smithi086 bash[26112]: audit 2023-12-21T04:53:06.795612+0000 mgr.smithi086.vbfnjc (mgr.14182) 407 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:08.516 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:08 smithi086 bash[26112]: cluster 2023-12-21T04:53:06.919993+0000 mgr.smithi086.vbfnjc (mgr.14182) 408 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:10.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:10 smithi086 bash[26112]: cluster 2023-12-21T04:53:08.921767+0000 mgr.smithi086.vbfnjc (mgr.14182) 409 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-21T04:53:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:10 smithi105 bash[29232]: cluster 2023-12-21T04:53:08.921767+0000 mgr.smithi086.vbfnjc (mgr.14182) 409 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-21T04:53:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:11 smithi105 bash[29232]: audit 2023-12-21T04:53:10.877076+0000 mon.smithi086 (mon.0) 738 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:53:11.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:11 smithi086 bash[26112]: audit 2023-12-21T04:53:10.877076+0000 mon.smithi086 (mon.0) 738 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:53:11.639 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:11.639 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:12.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:12.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:12 smithi086 bash[26112]: cluster 2023-12-21T04:53:10.923041+0000 mgr.smithi086.vbfnjc (mgr.14182) 410 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:53:12.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:12 smithi086 bash[26112]: audit 2023-12-21T04:53:11.183586+0000 mon.smithi086 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:12.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:12 smithi105 bash[29232]: cluster 2023-12-21T04:53:10.923041+0000 mgr.smithi086.vbfnjc (mgr.14182) 410 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:53:12.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:12 smithi105 bash[29232]: audit 2023-12-21T04:53:11.183586+0000 mon.smithi086 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:13.275 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:13.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:13 smithi086 bash[26112]: audit 2023-12-21T04:53:11.624397+0000 mgr.smithi086.vbfnjc (mgr.14182) 411 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:13.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:13 smithi105 bash[29232]: audit 2023-12-21T04:53:11.624397+0000 mgr.smithi086.vbfnjc (mgr.14182) 411 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:14.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:14 smithi086 bash[26112]: cluster 2023-12-21T04:53:12.924494+0000 mgr.smithi086.vbfnjc (mgr.14182) 412 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:53:14.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:14 smithi105 bash[29232]: cluster 2023-12-21T04:53:12.924494+0000 mgr.smithi086.vbfnjc (mgr.14182) 412 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:53:16.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:16 smithi086 bash[26112]: cluster 2023-12-21T04:53:14.926515+0000 mgr.smithi086.vbfnjc (mgr.14182) 413 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:53:16.503 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:16.503 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.383100Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:50:56.499740Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.edwcvs on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.383465Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.383777Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.384078Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.384802Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:52:02.384439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.385758Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:16.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:16 smithi105 bash[29232]: cluster 2023-12-21T04:53:14.926515+0000 mgr.smithi086.vbfnjc (mgr.14182) 413 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:53:17.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: audit 2023-12-21T04:53:16.489500+0000 mgr.smithi086.vbfnjc (mgr.14182) 414 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: audit 2023-12-21T04:53:16.777727+0000 mon.smithi086 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: cluster 2023-12-21T04:53:16.927734+0000 mgr.smithi086.vbfnjc (mgr.14182) 415 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:53:18.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: audit 2023-12-21T04:53:17.072098+0000 mon.smithi086 (mon.0) 741 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: audit 2023-12-21T04:53:17.073969+0000 mon.smithi086 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:53:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: audit 2023-12-21T04:53:17.082564+0000 mon.smithi086 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: cluster 2023-12-21T04:53:17.083945+0000 mgr.smithi086.vbfnjc (mgr.14182) 416 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 503 B/s rd, 0 op/s 2023-12-21T04:53:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: audit 2023-12-21T04:53:17.091271+0000 mon.smithi086 (mon.0) 744 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:53:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: audit 2023-12-21T04:53:17.104706+0000 mon.smithi086 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:18.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:17 smithi105 bash[29232]: cephadm 2023-12-21T04:53:17.108443+0000 mgr.smithi086.vbfnjc (mgr.14182) 417 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.petkjq on smithi105 2023-12-21T04:53:18.154 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:18.167 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: audit 2023-12-21T04:53:16.489500+0000 mgr.smithi086.vbfnjc (mgr.14182) 414 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:18.167 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: audit 2023-12-21T04:53:16.777727+0000 mon.smithi086 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:18.168 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: cluster 2023-12-21T04:53:16.927734+0000 mgr.smithi086.vbfnjc (mgr.14182) 415 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-21T04:53:18.168 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: audit 2023-12-21T04:53:17.072098+0000 mon.smithi086 (mon.0) 741 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:53:18.168 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: audit 2023-12-21T04:53:17.073969+0000 mon.smithi086 (mon.0) 742 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:53:18.168 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: audit 2023-12-21T04:53:17.082564+0000 mon.smithi086 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:18.168 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: cluster 2023-12-21T04:53:17.083945+0000 mgr.smithi086.vbfnjc (mgr.14182) 416 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 503 B/s rd, 0 op/s 2023-12-21T04:53:18.168 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: audit 2023-12-21T04:53:17.091271+0000 mon.smithi086 (mon.0) 744 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:53:18.169 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: audit 2023-12-21T04:53:17.104706+0000 mon.smithi086 (mon.0) 745 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:18.169 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:17 smithi086 bash[26112]: cephadm 2023-12-21T04:53:17.108443+0000 mgr.smithi086.vbfnjc (mgr.14182) 417 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.petkjq on smithi105 2023-12-21T04:53:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:18 smithi105 bash[29232]: cluster 2023-12-21T04:53:17.774367+0000 mon.smithi086 (mon.0) 746 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:53:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:18 smithi105 bash[29232]: cluster 2023-12-21T04:53:17.774431+0000 mon.smithi086 (mon.0) 747 : cluster [INF] Cluster is now healthy 2023-12-21T04:53:19.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:18 smithi105 bash[29232]: audit 2023-12-21T04:53:17.914140+0000 mon.smithi086 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:19.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:18 smithi086 bash[26112]: cluster 2023-12-21T04:53:17.774367+0000 mon.smithi086 (mon.0) 746 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:53:19.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:18 smithi086 bash[26112]: cluster 2023-12-21T04:53:17.774431+0000 mon.smithi086 (mon.0) 747 : cluster [INF] Cluster is now healthy 2023-12-21T04:53:19.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:18 smithi086 bash[26112]: audit 2023-12-21T04:53:17.914140+0000 mon.smithi086 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:20.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:19 smithi086 bash[26112]: cluster 2023-12-21T04:53:19.085383+0000 mgr.smithi086.vbfnjc (mgr.14182) 418 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:53:20.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:19 smithi105 bash[29232]: cluster 2023-12-21T04:53:19.085383+0000 mgr.smithi086.vbfnjc (mgr.14182) 418 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:53:21.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:21 smithi086 bash[26112]: audit 2023-12-21T04:53:20.969635+0000 mon.smithi086 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.petkjq"}]: dispatch 2023-12-21T04:53:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:21 smithi105 bash[29232]: audit 2023-12-21T04:53:20.969635+0000 mon.smithi086 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.petkjq"}]: dispatch 2023-12-21T04:53:21.516 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:21.516 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:06.990169Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.taikxg on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-taikxg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.taikxg\nDeploy daemon haproxy.nfs.foo.smithi105.taikxg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.870046Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ctrjhf on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ctrjhf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ctrjhf\nDeploy daemon haproxy.nfs.foo.smithi086.ctrjhf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:52:10.871892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ftyilk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:22.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: cephadm 2023-12-21T04:53:20.968576+0000 mgr.smithi086.vbfnjc (mgr.14182) 419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.petkjq ... 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:22.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.petkjq ... 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: cephadm 2023-12-21T04:53:20.969120+0000 mgr.smithi086.vbfnjc (mgr.14182) 420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: cephadm 2023-12-21T04:53:20.970904+0000 mgr.smithi086.vbfnjc (mgr.14182) 421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.petkjq ... 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:22.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:53:22.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:22.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: cephadm 2023-12-21T04:53:20.973169+0000 mgr.smithi086.vbfnjc (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.hjsfut on smithi086 2023-12-21T04:53:22.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:22 smithi105 bash[29232]: cluster 2023-12-21T04:53:21.086286+0000 mgr.smithi086.vbfnjc (mgr.14182) 423 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: cephadm 2023-12-21T04:53:20.968576+0000 mgr.smithi086.vbfnjc (mgr.14182) 419 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.petkjq ... 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:22.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:22.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.petkjq ... 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: cephadm 2023-12-21T04:53:20.969120+0000 mgr.smithi086.vbfnjc (mgr.14182) 420 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: cephadm 2023-12-21T04:53:20.970904+0000 mgr.smithi086.vbfnjc (mgr.14182) 421 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq 2023-12-21T04:53:22.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.petkjq ... 2023-12-21T04:53:22.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:22.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:53:22.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:22.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:22.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: cephadm 2023-12-21T04:53:20.973169+0000 mgr.smithi086.vbfnjc (mgr.14182) 422 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.hjsfut on smithi086 2023-12-21T04:53:22.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:22 smithi086 bash[26112]: cluster 2023-12-21T04:53:21.086286+0000 mgr.smithi086.vbfnjc (mgr.14182) 423 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:53:23.152 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:23 smithi105 bash[29232]: audit 2023-12-21T04:53:21.505286+0000 mgr.smithi086.vbfnjc (mgr.14182) 424 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:23.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:23 smithi086 bash[26112]: audit 2023-12-21T04:53:21.505286+0000 mgr.smithi086.vbfnjc (mgr.14182) 424 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:24.339 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:24 smithi086 bash[26112]: cluster 2023-12-21T04:53:23.087626+0000 mgr.smithi086.vbfnjc (mgr.14182) 425 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:53:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:24 smithi105 bash[29232]: cluster 2023-12-21T04:53:23.087626+0000 mgr.smithi086.vbfnjc (mgr.14182) 425 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: cluster 2023-12-21T04:53:25.088499+0000 mgr.smithi086.vbfnjc (mgr.14182) 426 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 403 B/s rd, 0 op/s 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: cephadm 2023-12-21T04:53:25.211266+0000 mgr.smithi086.vbfnjc (mgr.14182) 427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.hjsfut ... 2023-12-21T04:53:26.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr 2.3: Pulling from library/haproxy 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: 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-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.hjsfut ... 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr 2.3: Pulling from library/haproxy 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: 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-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: cephadm 2023-12-21T04:53:25.211581+0000 mgr.smithi086.vbfnjc (mgr.14182) 428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: audit 2023-12-21T04:53:25.212072+0000 mon.smithi086 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.hjsfut"}]: dispatch 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: cephadm 2023-12-21T04:53:25.213233+0000 mgr.smithi086.vbfnjc (mgr.14182) 429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.hjsfut ... 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr 2.3: Pulling from library/haproxy 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: 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-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: cephadm 2023-12-21T04:53:25.215329+0000 mgr.smithi086.vbfnjc (mgr.14182) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: cephadm 2023-12-21T04:53:25.217223+0000 mgr.smithi086.vbfnjc (mgr.14182) 431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:53:26.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:26 smithi086 bash[26112]: cluster 2023-12-21T04:53:25.218324+0000 mgr.smithi086.vbfnjc (mgr.14182) 432 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 494 B/s rd, 0 op/s 2023-12-21T04:53:26.566 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:26.566 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: cluster 2023-12-21T04:53:25.088499+0000 mgr.smithi086.vbfnjc (mgr.14182) 426 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 403 B/s rd, 0 op/s 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: cephadm 2023-12-21T04:53:25.211266+0000 mgr.smithi086.vbfnjc (mgr.14182) 427 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.hjsfut ... 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr 2.3: Pulling from library/haproxy 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: 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-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:26.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.hjsfut ... 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr 2.3: Pulling from library/haproxy 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: 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-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: cephadm 2023-12-21T04:53:25.211581+0000 mgr.smithi086.vbfnjc (mgr.14182) 428 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: audit 2023-12-21T04:53:25.212072+0000 mon.smithi086 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.hjsfut"}]: dispatch 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: cephadm 2023-12-21T04:53:25.213233+0000 mgr.smithi086.vbfnjc (mgr.14182) 429 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:53:26.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.hjsfut ... 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr 2.3: Pulling from library/haproxy 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: 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-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: cephadm 2023-12-21T04:53:25.215329+0000 mgr.smithi086.vbfnjc (mgr.14182) 430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: cephadm 2023-12-21T04:53:25.217223+0000 mgr.smithi086.vbfnjc (mgr.14182) 431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:53:26.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:26 smithi105 bash[29232]: cluster 2023-12-21T04:53:25.218324+0000 mgr.smithi086.vbfnjc (mgr.14182) 432 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 494 B/s rd, 0 op/s 2023-12-21T04:53:27.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:27.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:27 smithi086 bash[26112]: cluster 2023-12-21T04:53:26.141528+0000 mon.smithi086 (mon.0) 751 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:53:27.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:27 smithi105 bash[29232]: cluster 2023-12-21T04:53:26.141528+0000 mon.smithi086 (mon.0) 751 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:53:28.227 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:28.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:28 smithi086 bash[26112]: audit 2023-12-21T04:53:26.559970+0000 mgr.smithi086.vbfnjc (mgr.14182) 433 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:28.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:28 smithi086 bash[26112]: cluster 2023-12-21T04:53:27.219440+0000 mgr.smithi086.vbfnjc (mgr.14182) 434 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1010 B/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:28.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:28 smithi105 bash[29232]: audit 2023-12-21T04:53:26.559970+0000 mgr.smithi086.vbfnjc (mgr.14182) 433 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:28.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:28 smithi105 bash[29232]: cluster 2023-12-21T04:53:27.219440+0000 mgr.smithi086.vbfnjc (mgr.14182) 434 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1010 B/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:30.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:30 smithi105 bash[29232]: cluster 2023-12-21T04:53:29.220543+0000 mgr.smithi086.vbfnjc (mgr.14182) 435 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:30.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:30 smithi105 bash[29232]: audit 2023-12-21T04:53:30.142097+0000 mon.smithi086 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:30.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:30 smithi086 bash[26112]: cluster 2023-12-21T04:53:29.220543+0000 mgr.smithi086.vbfnjc (mgr.14182) 435 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:30.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:30 smithi086 bash[26112]: audit 2023-12-21T04:53:30.142097+0000 mon.smithi086 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:31.479 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:31.479 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:32.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:32.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:32 smithi086 bash[26112]: cluster 2023-12-21T04:53:31.221455+0000 mgr.smithi086.vbfnjc (mgr.14182) 436 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:32.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:32 smithi105 bash[29232]: cluster 2023-12-21T04:53:31.221455+0000 mgr.smithi086.vbfnjc (mgr.14182) 436 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:33.079 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:33 smithi086 bash[26112]: audit 2023-12-21T04:53:31.467727+0000 mgr.smithi086.vbfnjc (mgr.14182) 437 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:33 smithi086 bash[26112]: audit 2023-12-21T04:53:32.914104+0000 mon.smithi086 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:33 smithi105 bash[29232]: audit 2023-12-21T04:53:31.467727+0000 mgr.smithi086.vbfnjc (mgr.14182) 437 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:33 smithi105 bash[29232]: audit 2023-12-21T04:53:32.914104+0000 mon.smithi086 (mon.0) 753 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:53:34.419 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:34 smithi086 bash[26112]: cluster 2023-12-21T04:53:33.222459+0000 mgr.smithi086.vbfnjc (mgr.14182) 438 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:34 smithi105 bash[29232]: cluster 2023-12-21T04:53:33.222459+0000 mgr.smithi086.vbfnjc (mgr.14182) 438 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:36.220 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:36.220 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:36.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:36 smithi105 bash[29232]: cluster 2023-12-21T04:53:35.224228+0000 mgr.smithi086.vbfnjc (mgr.14182) 439 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:36.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:36 smithi086 bash[26112]: cluster 2023-12-21T04:53:35.224228+0000 mgr.smithi086.vbfnjc (mgr.14182) 439 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 101 B/s wr, 1 op/s 2023-12-21T04:53:36.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:37.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:37 smithi105 bash[29232]: audit 2023-12-21T04:53:36.211282+0000 mgr.smithi086.vbfnjc (mgr.14182) 440 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:37 smithi086 bash[26112]: audit 2023-12-21T04:53:36.211282+0000 mgr.smithi086.vbfnjc (mgr.14182) 440 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:37.860 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:38.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:38 smithi105 bash[29232]: cluster 2023-12-21T04:53:37.225790+0000 mgr.smithi086.vbfnjc (mgr.14182) 441 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2023-12-21T04:53:38.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:38 smithi086 bash[26112]: cluster 2023-12-21T04:53:37.225790+0000 mgr.smithi086.vbfnjc (mgr.14182) 441 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 85 B/s wr, 1 op/s 2023-12-21T04:53:40.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:40 smithi105 bash[29232]: cluster 2023-12-21T04:53:39.227699+0000 mgr.smithi086.vbfnjc (mgr.14182) 442 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-21T04:53:40.644 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:40 smithi086 bash[26112]: cluster 2023-12-21T04:53:39.227699+0000 mgr.smithi086.vbfnjc (mgr.14182) 442 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-12-21T04:53:41.081 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:41.081 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:41.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:42.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:42 smithi105 bash[29232]: audit 2023-12-21T04:53:41.066982+0000 mgr.smithi086.vbfnjc (mgr.14182) 443 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:42.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:42 smithi105 bash[29232]: cluster 2023-12-21T04:53:41.228766+0000 mgr.smithi086.vbfnjc (mgr.14182) 444 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:42.695 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:42.708 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:42 smithi086 bash[26112]: audit 2023-12-21T04:53:41.066982+0000 mgr.smithi086.vbfnjc (mgr.14182) 443 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:42.708 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:42 smithi086 bash[26112]: cluster 2023-12-21T04:53:41.228766+0000 mgr.smithi086.vbfnjc (mgr.14182) 444 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:44.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:43 smithi086 bash[26112]: cluster 2023-12-21T04:53:43.230219+0000 mgr.smithi086.vbfnjc (mgr.14182) 445 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:43 smithi105 bash[29232]: cluster 2023-12-21T04:53:43.230219+0000 mgr.smithi086.vbfnjc (mgr.14182) 445 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:45.787 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:45.788 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:46.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:46.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:46 smithi105 bash[29232]: cluster 2023-12-21T04:53:45.231125+0000 mgr.smithi086.vbfnjc (mgr.14182) 446 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:46 smithi086 bash[26112]: cluster 2023-12-21T04:53:45.231125+0000 mgr.smithi086.vbfnjc (mgr.14182) 446 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:47.429 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:47.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:47 smithi105 bash[29232]: audit 2023-12-21T04:53:45.774462+0000 mgr.smithi086.vbfnjc (mgr.14182) 447 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:47.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:47 smithi086 bash[26112]: audit 2023-12-21T04:53:45.774462+0000 mgr.smithi086.vbfnjc (mgr.14182) 447 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:48.591 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:48 smithi086 bash[26112]: cluster 2023-12-21T04:53:47.232532+0000 mgr.smithi086.vbfnjc (mgr.14182) 448 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:53:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:48 smithi105 bash[29232]: cluster 2023-12-21T04:53:47.232532+0000 mgr.smithi086.vbfnjc (mgr.14182) 448 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:53:50.492 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:50.492 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:50.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:50 smithi086 bash[26112]: cluster 2023-12-21T04:53:49.233973+0000 mgr.smithi086.vbfnjc (mgr.14182) 449 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:50.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:50 smithi105 bash[29232]: cluster 2023-12-21T04:53:49.233973+0000 mgr.smithi086.vbfnjc (mgr.14182) 449 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:51.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:52.119 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:52 smithi086 bash[26112]: audit 2023-12-21T04:53:50.479854+0000 mgr.smithi086.vbfnjc (mgr.14182) 450 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:52 smithi086 bash[26112]: cluster 2023-12-21T04:53:51.235398+0000 mgr.smithi086.vbfnjc (mgr.14182) 451 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:52 smithi105 bash[29232]: audit 2023-12-21T04:53:50.479854+0000 mgr.smithi086.vbfnjc (mgr.14182) 450 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:52 smithi105 bash[29232]: cluster 2023-12-21T04:53:51.235398+0000 mgr.smithi086.vbfnjc (mgr.14182) 451 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:54.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:53 smithi105 bash[29232]: cluster 2023-12-21T04:53:53.236957+0000 mgr.smithi086.vbfnjc (mgr.14182) 452 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:54.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:53 smithi086 bash[26112]: cluster 2023-12-21T04:53:53.236957+0000 mgr.smithi086.vbfnjc (mgr.14182) 452 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:55.342 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:53:55.342 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:53:55.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:53:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:56 smithi105 bash[29232]: cluster 2023-12-21T04:53:55.238727+0000 mgr.smithi086.vbfnjc (mgr.14182) 453 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:56 smithi105 bash[29232]: audit 2023-12-21T04:53:55.329397+0000 mgr.smithi086.vbfnjc (mgr.14182) 454 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:56.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:56 smithi086 bash[26112]: cluster 2023-12-21T04:53:55.238727+0000 mgr.smithi086.vbfnjc (mgr.14182) 453 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:53:56.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:56 smithi086 bash[26112]: audit 2023-12-21T04:53:55.329397+0000 mgr.smithi086.vbfnjc (mgr.14182) 454 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:53:56.949 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:53:58.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:53:58 smithi105 bash[29232]: cluster 2023-12-21T04:53:57.240097+0000 mgr.smithi086.vbfnjc (mgr.14182) 455 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:53:58.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:53:58 smithi086 bash[26112]: cluster 2023-12-21T04:53:57.240097+0000 mgr.smithi086.vbfnjc (mgr.14182) 455 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:54:00.062 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:00.062 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:00.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:00 smithi086 bash[26112]: cluster 2023-12-21T04:53:59.241352+0000 mgr.smithi086.vbfnjc (mgr.14182) 456 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:00.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:00 smithi105 bash[29232]: cluster 2023-12-21T04:53:59.241352+0000 mgr.smithi086.vbfnjc (mgr.14182) 456 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:00.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:01 smithi105 bash[29232]: audit 2023-12-21T04:54:00.050144+0000 mgr.smithi086.vbfnjc (mgr.14182) 457 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:01.692 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:01.705 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:01 smithi086 bash[26112]: audit 2023-12-21T04:54:00.050144+0000 mgr.smithi086.vbfnjc (mgr.14182) 457 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:02 smithi105 bash[29232]: cluster 2023-12-21T04:54:01.242861+0000 mgr.smithi086.vbfnjc (mgr.14182) 458 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:02.757 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:02 smithi086 bash[26112]: cluster 2023-12-21T04:54:01.242861+0000 mgr.smithi086.vbfnjc (mgr.14182) 458 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:04.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:03 smithi105 bash[29232]: cluster 2023-12-21T04:54:03.244072+0000 mgr.smithi086.vbfnjc (mgr.14182) 459 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:04.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:03 smithi086 bash[26112]: cluster 2023-12-21T04:54:03.244072+0000 mgr.smithi086.vbfnjc (mgr.14182) 459 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:05.087 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:05.087 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:05.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:06.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:06 smithi105 bash[29232]: audit 2023-12-21T04:54:05.080513+0000 mgr.smithi086.vbfnjc (mgr.14182) 460 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:06.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:06 smithi105 bash[29232]: cluster 2023-12-21T04:54:05.245037+0000 mgr.smithi086.vbfnjc (mgr.14182) 461 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:06.749 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:06.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:06 smithi086 bash[26112]: audit 2023-12-21T04:54:05.080513+0000 mgr.smithi086.vbfnjc (mgr.14182) 460 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:06.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:06 smithi086 bash[26112]: cluster 2023-12-21T04:54:05.245037+0000 mgr.smithi086.vbfnjc (mgr.14182) 461 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:08.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:08 smithi086 bash[26112]: cluster 2023-12-21T04:54:07.246504+0000 mgr.smithi086.vbfnjc (mgr.14182) 462 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:54:08.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:08 smithi105 bash[29232]: cluster 2023-12-21T04:54:07.246504+0000 mgr.smithi086.vbfnjc (mgr.14182) 462 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:54:09.935 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:09.935 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:10.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:10.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:10 smithi105 bash[29232]: cluster 2023-12-21T04:54:09.247773+0000 mgr.smithi086.vbfnjc (mgr.14182) 463 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:10.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:10 smithi086 bash[26112]: cluster 2023-12-21T04:54:09.247773+0000 mgr.smithi086.vbfnjc (mgr.14182) 463 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:11.548 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:11 smithi105 bash[29232]: audit 2023-12-21T04:54:09.928734+0000 mgr.smithi086.vbfnjc (mgr.14182) 464 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:11.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:11 smithi086 bash[26112]: audit 2023-12-21T04:54:09.928734+0000 mgr.smithi086.vbfnjc (mgr.14182) 464 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:12.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:12 smithi105 bash[29232]: cluster 2023-12-21T04:54:11.249145+0000 mgr.smithi086.vbfnjc (mgr.14182) 465 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:12.655 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:12 smithi086 bash[26112]: cluster 2023-12-21T04:54:11.249145+0000 mgr.smithi086.vbfnjc (mgr.14182) 465 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:14.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:13 smithi105 bash[29232]: cluster 2023-12-21T04:54:13.250332+0000 mgr.smithi086.vbfnjc (mgr.14182) 466 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:14.174 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:13 smithi086 bash[26112]: cluster 2023-12-21T04:54:13.250332+0000 mgr.smithi086.vbfnjc (mgr.14182) 466 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:14.602 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:14.602 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:15.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:16.240 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:16.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:16 smithi105 bash[29232]: audit 2023-12-21T04:54:14.595414+0000 mgr.smithi086.vbfnjc (mgr.14182) 467 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:16.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:16 smithi105 bash[29232]: cluster 2023-12-21T04:54:15.252090+0000 mgr.smithi086.vbfnjc (mgr.14182) 468 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:16.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:16 smithi086 bash[26112]: audit 2023-12-21T04:54:14.595414+0000 mgr.smithi086.vbfnjc (mgr.14182) 467 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:16.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:16 smithi086 bash[26112]: cluster 2023-12-21T04:54:15.252090+0000 mgr.smithi086.vbfnjc (mgr.14182) 468 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:18.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:18 smithi105 bash[29232]: cluster 2023-12-21T04:54:17.253695+0000 mgr.smithi086.vbfnjc (mgr.14182) 469 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:54:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:18 smithi086 bash[26112]: cluster 2023-12-21T04:54:17.253695+0000 mgr.smithi086.vbfnjc (mgr.14182) 469 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:54:19.312 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:19.312 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:19.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:20.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:20 smithi105 bash[29232]: cluster 2023-12-21T04:54:19.255519+0000 mgr.smithi086.vbfnjc (mgr.14182) 470 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:20.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:20 smithi105 bash[29232]: audit 2023-12-21T04:54:19.297968+0000 mgr.smithi086.vbfnjc (mgr.14182) 471 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:20.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:20 smithi086 bash[26112]: cluster 2023-12-21T04:54:19.255519+0000 mgr.smithi086.vbfnjc (mgr.14182) 470 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:20.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:20 smithi086 bash[26112]: audit 2023-12-21T04:54:19.297968+0000 mgr.smithi086.vbfnjc (mgr.14182) 471 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:20.898 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:22.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:22 smithi086 bash[26112]: cluster 2023-12-21T04:54:21.256970+0000 mgr.smithi086.vbfnjc (mgr.14182) 472 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:22 smithi105 bash[29232]: cluster 2023-12-21T04:54:21.256970+0000 mgr.smithi086.vbfnjc (mgr.14182) 472 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:23.973 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:23.974 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:24.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:23 smithi105 bash[29232]: cluster 2023-12-21T04:54:23.258626+0000 mgr.smithi086.vbfnjc (mgr.14182) 473 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:24.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:23 smithi086 bash[26112]: cluster 2023-12-21T04:54:23.258626+0000 mgr.smithi086.vbfnjc (mgr.14182) 473 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:24.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:25.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:24 smithi105 bash[29232]: audit 2023-12-21T04:54:23.963512+0000 mgr.smithi086.vbfnjc (mgr.14182) 474 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:25.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:24 smithi086 bash[26112]: audit 2023-12-21T04:54:23.963512+0000 mgr.smithi086.vbfnjc (mgr.14182) 474 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:25.557 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:25 smithi105 bash[29232]: audit 2023-12-21T04:54:25.221457+0000 mon.smithi086 (mon.0) 754 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:54:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:25 smithi105 bash[29232]: cluster 2023-12-21T04:54:25.260250+0000 mgr.smithi086.vbfnjc (mgr.14182) 475 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:25 smithi105 bash[29232]: audit 2023-12-21T04:54:25.535409+0000 mon.smithi086 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:25 smithi105 bash[29232]: audit 2023-12-21T04:54:25.821246+0000 mon.smithi086 (mon.0) 756 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:54:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:25 smithi105 bash[29232]: audit 2023-12-21T04:54:25.822557+0000 mon.smithi086 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:54:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:25 smithi105 bash[29232]: audit 2023-12-21T04:54:25.832565+0000 mon.smithi086 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:25 smithi105 bash[29232]: audit 2023-12-21T04:54:25.840847+0000 mon.smithi086 (mon.0) 759 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:54:26.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:25 smithi105 bash[29232]: audit 2023-12-21T04:54:25.860644+0000 mon.smithi086 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:26.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:25 smithi086 bash[26112]: audit 2023-12-21T04:54:25.221457+0000 mon.smithi086 (mon.0) 754 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:54:26.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:25 smithi086 bash[26112]: cluster 2023-12-21T04:54:25.260250+0000 mgr.smithi086.vbfnjc (mgr.14182) 475 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:26.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:25 smithi086 bash[26112]: audit 2023-12-21T04:54:25.535409+0000 mon.smithi086 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:26.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:25 smithi086 bash[26112]: audit 2023-12-21T04:54:25.821246+0000 mon.smithi086 (mon.0) 756 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:54:26.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:25 smithi086 bash[26112]: audit 2023-12-21T04:54:25.822557+0000 mon.smithi086 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:54:26.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:25 smithi086 bash[26112]: audit 2023-12-21T04:54:25.832565+0000 mon.smithi086 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:26.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:25 smithi086 bash[26112]: audit 2023-12-21T04:54:25.840847+0000 mon.smithi086 (mon.0) 759 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:54:26.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:25 smithi086 bash[26112]: audit 2023-12-21T04:54:25.860644+0000 mon.smithi086 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:26.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:26 smithi086 bash[26112]: cluster 2023-12-21T04:54:25.833774+0000 mgr.smithi086.vbfnjc (mgr.14182) 476 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:54:26.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:26 smithi086 bash[26112]: cluster 2023-12-21T04:54:25.861221+0000 mon.smithi086 (mon.0) 761 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:54:26.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:26 smithi086 bash[26112]: cluster 2023-12-21T04:54:25.861273+0000 mon.smithi086 (mon.0) 762 : cluster [INF] Cluster is now healthy 2023-12-21T04:54:26.953 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:26 smithi086 bash[26112]: cephadm 2023-12-21T04:54:25.865287+0000 mgr.smithi086.vbfnjc (mgr.14182) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pkgwgc on smithi105 2023-12-21T04:54:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:26 smithi105 bash[29232]: cluster 2023-12-21T04:54:25.833774+0000 mgr.smithi086.vbfnjc (mgr.14182) 476 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:54:27.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:26 smithi105 bash[29232]: cluster 2023-12-21T04:54:25.861221+0000 mon.smithi086 (mon.0) 761 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:54:27.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:26 smithi105 bash[29232]: cluster 2023-12-21T04:54:25.861273+0000 mon.smithi086 (mon.0) 762 : cluster [INF] Cluster is now healthy 2023-12-21T04:54:27.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:26 smithi105 bash[29232]: cephadm 2023-12-21T04:54:25.865287+0000 mgr.smithi086.vbfnjc (mgr.14182) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pkgwgc on smithi105 2023-12-21T04:54:28.659 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:28.659 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:52:10.873384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.zpyllw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:20.970758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.petkjq on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-petkjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.petkjq\nDeploy daemon haproxy.nfs.foo.smithi105.petkjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.213106Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.hjsfut on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-hjsfut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.hjsfut\nDeploy daemon haproxy.nfs.foo.smithi086.hjsfut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:53:25.215216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.nzdfdf on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:29.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:28 smithi086 bash[26112]: cluster 2023-12-21T04:54:27.835163+0000 mgr.smithi086.vbfnjc (mgr.14182) 478 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:54:29.240 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:28 smithi105 bash[29232]: cluster 2023-12-21T04:54:27.835163+0000 mgr.smithi086.vbfnjc (mgr.14182) 478 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:54:29.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:30.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:29 smithi086 bash[26112]: audit 2023-12-21T04:54:28.644921+0000 mgr.smithi086.vbfnjc (mgr.14182) 479 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:30.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:29 smithi086 bash[26112]: audit 2023-12-21T04:54:29.630959+0000 mon.smithi086 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pkgwgc"}]: dispatch 2023-12-21T04:54:30.270 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:29 smithi105 bash[29232]: audit 2023-12-21T04:54:28.644921+0000 mgr.smithi086.vbfnjc (mgr.14182) 479 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:29 smithi105 bash[29232]: audit 2023-12-21T04:54:29.630959+0000 mon.smithi086 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pkgwgc"}]: dispatch 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: cephadm 2023-12-21T04:54:29.629797+0000 mgr.smithi086.vbfnjc (mgr.14182) 480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.pkgwgc ... 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.pkgwgc ... 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: cephadm 2023-12-21T04:54:29.630324+0000 mgr.smithi086.vbfnjc (mgr.14182) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: cephadm 2023-12-21T04:54:29.632680+0000 mgr.smithi086.vbfnjc (mgr.14182) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.pkgwgc ... 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:31.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:31.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:31.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: cephadm 2023-12-21T04:54:29.637381+0000 mgr.smithi086.vbfnjc (mgr.14182) 483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.wkotif on smithi086 2023-12-21T04:54:31.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:30 smithi086 bash[26112]: cluster 2023-12-21T04:54:29.836263+0000 mgr.smithi086.vbfnjc (mgr.14182) 484 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: cephadm 2023-12-21T04:54:29.629797+0000 mgr.smithi086.vbfnjc (mgr.14182) 480 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.pkgwgc ... 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:31.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.pkgwgc ... 2023-12-21T04:54:31.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: cephadm 2023-12-21T04:54:29.630324+0000 mgr.smithi086.vbfnjc (mgr.14182) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: cephadm 2023-12-21T04:54:29.632680+0000 mgr.smithi086.vbfnjc (mgr.14182) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.pkgwgc ... 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:31.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:31.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:31.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:31.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: cephadm 2023-12-21T04:54:29.637381+0000 mgr.smithi086.vbfnjc (mgr.14182) 483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.wkotif on smithi086 2023-12-21T04:54:31.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:30 smithi105 bash[29232]: cluster 2023-12-21T04:54:29.836263+0000 mgr.smithi086.vbfnjc (mgr.14182) 484 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:54:33.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:32 smithi086 bash[26112]: cluster 2023-12-21T04:54:31.836976+0000 mgr.smithi086.vbfnjc (mgr.14182) 485 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:54:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:32 smithi105 bash[29232]: cluster 2023-12-21T04:54:31.836976+0000 mgr.smithi086.vbfnjc (mgr.14182) 485 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T04:54:33.510 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:33.510 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:34.202 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:33 smithi086 bash[26112]: audit 2023-12-21T04:54:32.915787+0000 mon.smithi086 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:34.202 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:33 smithi086 bash[26112]: audit 2023-12-21T04:54:33.419143+0000 mon.smithi086 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.wkotif"}]: dispatch 2023-12-21T04:54:34.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:33 smithi105 bash[29232]: audit 2023-12-21T04:54:32.915787+0000 mon.smithi086 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:33 smithi105 bash[29232]: audit 2023-12-21T04:54:33.419143+0000 mon.smithi086 (mon.0) 765 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.wkotif"}]: dispatch 2023-12-21T04:54:35.203 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:35.214 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: cephadm 2023-12-21T04:54:33.418305+0000 mgr.smithi086.vbfnjc (mgr.14182) 486 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.wkotif ... 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.215 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.wkotif ... 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.216 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:35.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:35.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:35.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: cephadm 2023-12-21T04:54:33.418675+0000 mgr.smithi086.vbfnjc (mgr.14182) 487 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: cephadm 2023-12-21T04:54:33.420305+0000 mgr.smithi086.vbfnjc (mgr.14182) 488 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:35.217 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.wkotif ... 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: cephadm 2023-12-21T04:54:33.422227+0000 mgr.smithi086.vbfnjc (mgr.14182) 489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: cephadm 2023-12-21T04:54:33.423652+0000 mgr.smithi086.vbfnjc (mgr.14182) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: cluster 2023-12-21T04:54:33.424783+0000 mgr.smithi086.vbfnjc (mgr.14182) 491 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: audit 2023-12-21T04:54:33.499510+0000 mgr.smithi086.vbfnjc (mgr.14182) 492 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:35.218 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:34 smithi086 bash[26112]: cluster 2023-12-21T04:54:33.912235+0000 mon.smithi086 (mon.0) 766 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:54:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: cephadm 2023-12-21T04:54:33.418305+0000 mgr.smithi086.vbfnjc (mgr.14182) 486 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.wkotif ... 2023-12-21T04:54:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:35.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.wkotif ... 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: cephadm 2023-12-21T04:54:33.418675+0000 mgr.smithi086.vbfnjc (mgr.14182) 487 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: cephadm 2023-12-21T04:54:33.420305+0000 mgr.smithi086.vbfnjc (mgr.14182) 488 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif 2023-12-21T04:54:35.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.wkotif ... 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: cephadm 2023-12-21T04:54:33.422227+0000 mgr.smithi086.vbfnjc (mgr.14182) 489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: cephadm 2023-12-21T04:54:33.423652+0000 mgr.smithi086.vbfnjc (mgr.14182) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: cluster 2023-12-21T04:54:33.424783+0000 mgr.smithi086.vbfnjc (mgr.14182) 491 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: audit 2023-12-21T04:54:33.499510+0000 mgr.smithi086.vbfnjc (mgr.14182) 492 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:35.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:34 smithi105 bash[29232]: cluster 2023-12-21T04:54:33.912235+0000 mon.smithi086 (mon.0) 766 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:54:36.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:36 smithi086 bash[26112]: audit 2023-12-21T04:54:35.200749+0000 mon.smithi086 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:36.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:36 smithi105 bash[29232]: audit 2023-12-21T04:54:35.200749+0000 mon.smithi086 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:37.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:37 smithi086 bash[26112]: cluster 2023-12-21T04:54:35.425999+0000 mgr.smithi086.vbfnjc (mgr.14182) 493 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:54:37.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:37 smithi105 bash[29232]: cluster 2023-12-21T04:54:35.425999+0000 mgr.smithi086.vbfnjc (mgr.14182) 493 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T04:54:38.422 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:38.422 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:39.006 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:39.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:39 smithi086 bash[26112]: cluster 2023-12-21T04:54:37.427531+0000 mgr.smithi086.vbfnjc (mgr.14182) 494 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:54:39.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:39 smithi105 bash[29232]: cluster 2023-12-21T04:54:37.427531+0000 mgr.smithi086.vbfnjc (mgr.14182) 494 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:54:40.006 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:40.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:40 smithi086 bash[26112]: audit 2023-12-21T04:54:38.415656+0000 mgr.smithi086.vbfnjc (mgr.14182) 495 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:40.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:40 smithi105 bash[29232]: audit 2023-12-21T04:54:38.415656+0000 mgr.smithi086.vbfnjc (mgr.14182) 495 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:41.369 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:41 smithi086 bash[26112]: cluster 2023-12-21T04:54:39.429270+0000 mgr.smithi086.vbfnjc (mgr.14182) 496 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:54:41.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:41 smithi105 bash[29232]: cluster 2023-12-21T04:54:39.429270+0000 mgr.smithi086.vbfnjc (mgr.14182) 496 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:54:43.133 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:43.133 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:43.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:43 smithi086 bash[26112]: cluster 2023-12-21T04:54:41.430509+0000 mgr.smithi086.vbfnjc (mgr.14182) 497 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:54:43.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:43 smithi105 bash[29232]: cluster 2023-12-21T04:54:41.430509+0000 mgr.smithi086.vbfnjc (mgr.14182) 497 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:54:43.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:44.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:44 smithi086 bash[26112]: audit 2023-12-21T04:54:43.121335+0000 mgr.smithi086.vbfnjc (mgr.14182) 498 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:44.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:44 smithi105 bash[29232]: audit 2023-12-21T04:54:43.121335+0000 mgr.smithi086.vbfnjc (mgr.14182) 498 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:44.734 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:45.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:45 smithi105 bash[29232]: cluster 2023-12-21T04:54:43.432145+0000 mgr.smithi086.vbfnjc (mgr.14182) 499 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:54:45.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:45 smithi086 bash[26112]: cluster 2023-12-21T04:54:43.432145+0000 mgr.smithi086.vbfnjc (mgr.14182) 499 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:54:47.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:47 smithi105 bash[29232]: cluster 2023-12-21T04:54:45.433942+0000 mgr.smithi086.vbfnjc (mgr.14182) 500 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:47.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:47 smithi086 bash[26112]: cluster 2023-12-21T04:54:45.433942+0000 mgr.smithi086.vbfnjc (mgr.14182) 500 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:47.825 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:47.826 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:48.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:48 smithi086 bash[26112]: cluster 2023-12-21T04:54:47.434897+0000 mgr.smithi086.vbfnjc (mgr.14182) 501 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:54:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:48 smithi086 bash[26112]: audit 2023-12-21T04:54:47.811724+0000 mgr.smithi086.vbfnjc (mgr.14182) 502 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:48 smithi086 bash[26112]: audit 2023-12-21T04:54:47.915347+0000 mon.smithi086 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:48 smithi105 bash[29232]: cluster 2023-12-21T04:54:47.434897+0000 mgr.smithi086.vbfnjc (mgr.14182) 501 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:54:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:48 smithi105 bash[29232]: audit 2023-12-21T04:54:47.811724+0000 mgr.smithi086.vbfnjc (mgr.14182) 502 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:48 smithi105 bash[29232]: audit 2023-12-21T04:54:47.915347+0000 mon.smithi086 (mon.0) 768 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:54:49.454 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:51.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:50 smithi086 bash[26112]: cluster 2023-12-21T04:54:49.436584+0000 mgr.smithi086.vbfnjc (mgr.14182) 503 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:50 smithi105 bash[29232]: cluster 2023-12-21T04:54:49.436584+0000 mgr.smithi086.vbfnjc (mgr.14182) 503 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:52.564 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:52.564 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:53.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:53.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:52 smithi086 bash[26112]: cluster 2023-12-21T04:54:51.438056+0000 mgr.smithi086.vbfnjc (mgr.14182) 504 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:52 smithi105 bash[29232]: cluster 2023-12-21T04:54:51.438056+0000 mgr.smithi086.vbfnjc (mgr.14182) 504 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:54.158 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:54.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:53 smithi086 bash[26112]: audit 2023-12-21T04:54:52.552894+0000 mgr.smithi086.vbfnjc (mgr.14182) 505 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:53 smithi105 bash[29232]: audit 2023-12-21T04:54:52.552894+0000 mgr.smithi086.vbfnjc (mgr.14182) 505 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:55.247 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:54 smithi086 bash[26112]: cluster 2023-12-21T04:54:53.439717+0000 mgr.smithi086.vbfnjc (mgr.14182) 506 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:54 smithi105 bash[29232]: cluster 2023-12-21T04:54:53.439717+0000 mgr.smithi086.vbfnjc (mgr.14182) 506 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:57.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:56 smithi086 bash[26112]: cluster 2023-12-21T04:54:55.441756+0000 mgr.smithi086.vbfnjc (mgr.14182) 507 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:57.264 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:54:57.264 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:54:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:56 smithi105 bash[29232]: cluster 2023-12-21T04:54:55.441756+0000 mgr.smithi086.vbfnjc (mgr.14182) 507 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:54:57.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:54:58.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:57 smithi086 bash[26112]: audit 2023-12-21T04:54:57.253435+0000 mgr.smithi086.vbfnjc (mgr.14182) 508 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:57 smithi105 bash[29232]: audit 2023-12-21T04:54:57.253435+0000 mgr.smithi086.vbfnjc (mgr.14182) 508 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:54:58.920 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:54:59.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:54:58 smithi086 bash[26112]: cluster 2023-12-21T04:54:57.443387+0000 mgr.smithi086.vbfnjc (mgr.14182) 509 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:54:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:54:58 smithi105 bash[29232]: cluster 2023-12-21T04:54:57.443387+0000 mgr.smithi086.vbfnjc (mgr.14182) 509 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:55:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:00 smithi086 bash[26112]: cluster 2023-12-21T04:54:59.445211+0000 mgr.smithi086.vbfnjc (mgr.14182) 510 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:00 smithi105 bash[29232]: cluster 2023-12-21T04:54:59.445211+0000 mgr.smithi086.vbfnjc (mgr.14182) 510 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:02.048 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:02.048 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:02.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:03.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:02 smithi086 bash[26112]: cluster 2023-12-21T04:55:01.446711+0000 mgr.smithi086.vbfnjc (mgr.14182) 511 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:03.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:02 smithi086 bash[26112]: audit 2023-12-21T04:55:02.033295+0000 mgr.smithi086.vbfnjc (mgr.14182) 512 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:03.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:02 smithi105 bash[29232]: cluster 2023-12-21T04:55:01.446711+0000 mgr.smithi086.vbfnjc (mgr.14182) 511 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:03.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:02 smithi105 bash[29232]: audit 2023-12-21T04:55:02.033295+0000 mgr.smithi086.vbfnjc (mgr.14182) 512 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:03.736 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:05.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:04 smithi086 bash[26112]: cluster 2023-12-21T04:55:03.448316+0000 mgr.smithi086.vbfnjc (mgr.14182) 513 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:04 smithi105 bash[29232]: cluster 2023-12-21T04:55:03.448316+0000 mgr.smithi086.vbfnjc (mgr.14182) 513 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:07.068 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:07.068 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:07.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:06 smithi086 bash[26112]: cluster 2023-12-21T04:55:05.450048+0000 mgr.smithi086.vbfnjc (mgr.14182) 514 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:06 smithi105 bash[29232]: cluster 2023-12-21T04:55:05.450048+0000 mgr.smithi086.vbfnjc (mgr.14182) 514 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:07.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:08.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:07 smithi086 bash[26112]: audit 2023-12-21T04:55:07.056949+0000 mgr.smithi086.vbfnjc (mgr.14182) 515 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:07 smithi105 bash[29232]: audit 2023-12-21T04:55:07.056949+0000 mgr.smithi086.vbfnjc (mgr.14182) 515 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:08.732 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:09.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:08 smithi086 bash[26112]: cluster 2023-12-21T04:55:07.451667+0000 mgr.smithi086.vbfnjc (mgr.14182) 516 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:55:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:08 smithi105 bash[29232]: cluster 2023-12-21T04:55:07.451667+0000 mgr.smithi086.vbfnjc (mgr.14182) 516 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:55:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:11 smithi105 bash[29232]: cluster 2023-12-21T04:55:09.453356+0000 mgr.smithi086.vbfnjc (mgr.14182) 517 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:11.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:11 smithi086 bash[26112]: cluster 2023-12-21T04:55:09.453356+0000 mgr.smithi086.vbfnjc (mgr.14182) 517 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:12.085 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:12.086 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:12.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:13 smithi105 bash[29232]: cluster 2023-12-21T04:55:11.454847+0000 mgr.smithi086.vbfnjc (mgr.14182) 518 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:13 smithi105 bash[29232]: audit 2023-12-21T04:55:12.071150+0000 mgr.smithi086.vbfnjc (mgr.14182) 519 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:13.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:13 smithi086 bash[26112]: cluster 2023-12-21T04:55:11.454847+0000 mgr.smithi086.vbfnjc (mgr.14182) 518 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:13.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:13 smithi086 bash[26112]: audit 2023-12-21T04:55:12.071150+0000 mgr.smithi086.vbfnjc (mgr.14182) 519 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:13.681 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:15.173 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:15 smithi086 bash[26112]: cluster 2023-12-21T04:55:13.456494+0000 mgr.smithi086.vbfnjc (mgr.14182) 520 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:15 smithi105 bash[29232]: cluster 2023-12-21T04:55:13.456494+0000 mgr.smithi086.vbfnjc (mgr.14182) 520 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:16.993 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:16.993 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:17 smithi105 bash[29232]: cluster 2023-12-21T04:55:15.458317+0000 mgr.smithi086.vbfnjc (mgr.14182) 521 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:17 smithi086 bash[26112]: cluster 2023-12-21T04:55:15.458317+0000 mgr.smithi086.vbfnjc (mgr.14182) 521 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:17.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:18.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:18 smithi105 bash[29232]: audit 2023-12-21T04:55:16.987076+0000 mgr.smithi086.vbfnjc (mgr.14182) 522 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:18.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:18 smithi086 bash[26112]: audit 2023-12-21T04:55:16.987076+0000 mgr.smithi086.vbfnjc (mgr.14182) 522 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:18.649 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:19 smithi105 bash[29232]: cluster 2023-12-21T04:55:17.459910+0000 mgr.smithi086.vbfnjc (mgr.14182) 523 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:55:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:19 smithi086 bash[26112]: cluster 2023-12-21T04:55:17.459910+0000 mgr.smithi086.vbfnjc (mgr.14182) 523 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:55:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:21 smithi105 bash[29232]: cluster 2023-12-21T04:55:19.461611+0000 mgr.smithi086.vbfnjc (mgr.14182) 524 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:21.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:21 smithi086 bash[26112]: cluster 2023-12-21T04:55:19.461611+0000 mgr.smithi086.vbfnjc (mgr.14182) 524 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:22.066 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:22.066 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:22.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:23 smithi105 bash[29232]: cluster 2023-12-21T04:55:21.463085+0000 mgr.smithi086.vbfnjc (mgr.14182) 525 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:23 smithi105 bash[29232]: audit 2023-12-21T04:55:22.052209+0000 mgr.smithi086.vbfnjc (mgr.14182) 526 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:23.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:23 smithi086 bash[26112]: cluster 2023-12-21T04:55:21.463085+0000 mgr.smithi086.vbfnjc (mgr.14182) 525 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:23.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:23 smithi086 bash[26112]: audit 2023-12-21T04:55:22.052209+0000 mgr.smithi086.vbfnjc (mgr.14182) 526 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:23.689 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:25.126 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:25 smithi086 bash[26112]: cluster 2023-12-21T04:55:23.464766+0000 mgr.smithi086.vbfnjc (mgr.14182) 527 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:25 smithi105 bash[29232]: cluster 2023-12-21T04:55:23.464766+0000 mgr.smithi086.vbfnjc (mgr.14182) 527 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:26.808 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:26.808 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:27.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:27 smithi086 bash[26112]: cluster 2023-12-21T04:55:25.466393+0000 mgr.smithi086.vbfnjc (mgr.14182) 528 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:27 smithi105 bash[29232]: cluster 2023-12-21T04:55:25.466393+0000 mgr.smithi086.vbfnjc (mgr.14182) 528 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:27.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:28 smithi105 bash[29232]: audit 2023-12-21T04:55:26.793768+0000 mgr.smithi086.vbfnjc (mgr.14182) 529 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:28.404 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:28.417 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:28 smithi086 bash[26112]: audit 2023-12-21T04:55:26.793768+0000 mgr.smithi086.vbfnjc (mgr.14182) 529 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:29 smithi105 bash[29232]: cluster 2023-12-21T04:55:27.467961+0000 mgr.smithi086.vbfnjc (mgr.14182) 530 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:55:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:29 smithi086 bash[26112]: cluster 2023-12-21T04:55:27.467961+0000 mgr.smithi086.vbfnjc (mgr.14182) 530 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:55:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:31 smithi105 bash[29232]: cluster 2023-12-21T04:55:29.468913+0000 mgr.smithi086.vbfnjc (mgr.14182) 531 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:31.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:31 smithi086 bash[26112]: cluster 2023-12-21T04:55:29.468913+0000 mgr.smithi086.vbfnjc (mgr.14182) 531 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:31.579 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:31.579 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:32.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:33.211 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:33 smithi105 bash[29232]: cluster 2023-12-21T04:55:31.470292+0000 mgr.smithi086.vbfnjc (mgr.14182) 532 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:33 smithi105 bash[29232]: audit 2023-12-21T04:55:31.567923+0000 mgr.smithi086.vbfnjc (mgr.14182) 533 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:33 smithi086 bash[26112]: cluster 2023-12-21T04:55:31.470292+0000 mgr.smithi086.vbfnjc (mgr.14182) 532 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:33 smithi086 bash[26112]: audit 2023-12-21T04:55:31.567923+0000 mgr.smithi086.vbfnjc (mgr.14182) 533 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:34.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:34 smithi086 bash[26112]: audit 2023-12-21T04:55:33.426542+0000 mon.smithi086 (mon.0) 769 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:34.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:34 smithi086 bash[26112]: audit 2023-12-21T04:55:33.726494+0000 mon.smithi086 (mon.0) 770 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:55:34.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:34 smithi086 bash[26112]: audit 2023-12-21T04:55:33.728080+0000 mon.smithi086 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:55:34.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:34 smithi086 bash[26112]: audit 2023-12-21T04:55:33.737175+0000 mon.smithi086 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:55:34.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:34 smithi086 bash[26112]: audit 2023-12-21T04:55:33.746080+0000 mon.smithi086 (mon.0) 773 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:55:34.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:34 smithi086 bash[26112]: audit 2023-12-21T04:55:33.762940+0000 mon.smithi086 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:55:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:34 smithi105 bash[29232]: audit 2023-12-21T04:55:33.426542+0000 mon.smithi086 (mon.0) 769 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:55:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:34 smithi105 bash[29232]: audit 2023-12-21T04:55:33.726494+0000 mon.smithi086 (mon.0) 770 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:55:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:34 smithi105 bash[29232]: audit 2023-12-21T04:55:33.728080+0000 mon.smithi086 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:55:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:34 smithi105 bash[29232]: audit 2023-12-21T04:55:33.737175+0000 mon.smithi086 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:55:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:34 smithi105 bash[29232]: audit 2023-12-21T04:55:33.746080+0000 mon.smithi086 (mon.0) 773 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:55:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:34 smithi105 bash[29232]: audit 2023-12-21T04:55:33.762940+0000 mon.smithi086 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:55:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:35 smithi105 bash[29232]: cluster 2023-12-21T04:55:33.471677+0000 mgr.smithi086.vbfnjc (mgr.14182) 534 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:35 smithi105 bash[29232]: cluster 2023-12-21T04:55:33.738353+0000 mgr.smithi086.vbfnjc (mgr.14182) 535 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:55:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:35 smithi105 bash[29232]: cephadm 2023-12-21T04:55:33.768284+0000 mgr.smithi086.vbfnjc (mgr.14182) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.fslapo on smithi105 2023-12-21T04:55:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:35 smithi105 bash[29232]: cluster 2023-12-21T04:55:34.089867+0000 mon.smithi086 (mon.0) 775 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:55:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:35 smithi105 bash[29232]: cluster 2023-12-21T04:55:34.089957+0000 mon.smithi086 (mon.0) 776 : cluster [INF] Cluster is now healthy 2023-12-21T04:55:35.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:35 smithi086 bash[26112]: cluster 2023-12-21T04:55:33.471677+0000 mgr.smithi086.vbfnjc (mgr.14182) 534 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:35.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:35 smithi086 bash[26112]: cluster 2023-12-21T04:55:33.738353+0000 mgr.smithi086.vbfnjc (mgr.14182) 535 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:55:35.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:35 smithi086 bash[26112]: cephadm 2023-12-21T04:55:33.768284+0000 mgr.smithi086.vbfnjc (mgr.14182) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.fslapo on smithi105 2023-12-21T04:55:35.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:35 smithi086 bash[26112]: cluster 2023-12-21T04:55:34.089867+0000 mon.smithi086 (mon.0) 775 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:55:35.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:35 smithi086 bash[26112]: cluster 2023-12-21T04:55:34.089957+0000 mon.smithi086 (mon.0) 776 : cluster [INF] Cluster is now healthy 2023-12-21T04:55:36.438 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:36.439 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:53:25.217099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yyewcx on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:37.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:37 smithi105 bash[29232]: cluster 2023-12-21T04:55:35.739886+0000 mgr.smithi086.vbfnjc (mgr.14182) 537 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:55:37.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:37 smithi086 bash[26112]: cluster 2023-12-21T04:55:35.739886+0000 mgr.smithi086.vbfnjc (mgr.14182) 537 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:55:38.033 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:38 smithi105 bash[29232]: audit 2023-12-21T04:55:36.425501+0000 mgr.smithi086.vbfnjc (mgr.14182) 538 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:38 smithi105 bash[29232]: audit 2023-12-21T04:55:37.602385+0000 mon.smithi086 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.fslapo"}]: dispatch 2023-12-21T04:55:38.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:38 smithi086 bash[26112]: audit 2023-12-21T04:55:36.425501+0000 mgr.smithi086.vbfnjc (mgr.14182) 538 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:38.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:38 smithi086 bash[26112]: audit 2023-12-21T04:55:37.602385+0000 mon.smithi086 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.fslapo"}]: dispatch 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: cephadm 2023-12-21T04:55:37.600850+0000 mgr.smithi086.vbfnjc (mgr.14182) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.fslapo ... 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:39.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.fslapo ... 2023-12-21T04:55:39.493 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: cephadm 2023-12-21T04:55:37.601469+0000 mgr.smithi086.vbfnjc (mgr.14182) 540 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: cephadm 2023-12-21T04:55:37.604278+0000 mgr.smithi086.vbfnjc (mgr.14182) 541 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.fslapo ... 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.494 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:39.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:39.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:39.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: cephadm 2023-12-21T04:55:37.608528+0000 mgr.smithi086.vbfnjc (mgr.14182) 542 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.qersfu on smithi086 2023-12-21T04:55:39.495 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:39 smithi086 bash[26112]: cluster 2023-12-21T04:55:37.741258+0000 mgr.smithi086.vbfnjc (mgr.14182) 543 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: cephadm 2023-12-21T04:55:37.600850+0000 mgr.smithi086.vbfnjc (mgr.14182) 539 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.fslapo ... 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:39.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.fslapo ... 2023-12-21T04:55:39.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: cephadm 2023-12-21T04:55:37.601469+0000 mgr.smithi086.vbfnjc (mgr.14182) 540 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: cephadm 2023-12-21T04:55:37.604278+0000 mgr.smithi086.vbfnjc (mgr.14182) 541 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo 2023-12-21T04:55:39.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.fslapo ... 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: cephadm 2023-12-21T04:55:37.608528+0000 mgr.smithi086.vbfnjc (mgr.14182) 542 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.qersfu on smithi086 2023-12-21T04:55:39.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:39 smithi105 bash[29232]: cluster 2023-12-21T04:55:37.741258+0000 mgr.smithi086.vbfnjc (mgr.14182) 543 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:55:41.279 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:41.279 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:29.632460Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pkgwgc on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pkgwgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pkgwgc\nDeploy daemon haproxy.nfs.foo.smithi105.pkgwgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.420193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.wkotif on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-wkotif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.wkotif\nDeploy daemon haproxy.nfs.foo.smithi086.wkotif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:54:33.422120Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.xxnoow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:41.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:41 smithi086 bash[26112]: cluster 2023-12-21T04:55:39.742853+0000 mgr.smithi086.vbfnjc (mgr.14182) 544 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:55:41.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:41 smithi105 bash[29232]: cluster 2023-12-21T04:55:39.742853+0000 mgr.smithi086.vbfnjc (mgr.14182) 544 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:55:41.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: audit 2023-12-21T04:55:41.268232+0000 mgr.smithi086.vbfnjc (mgr.14182) 545 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: cephadm 2023-12-21T04:55:41.359374+0000 mgr.smithi086.vbfnjc (mgr.14182) 546 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.qersfu ... 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.qersfu ... 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: cephadm 2023-12-21T04:55:41.360078+0000 mgr.smithi086.vbfnjc (mgr.14182) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: audit 2023-12-21T04:55:41.360699+0000 mon.smithi086 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.qersfu"}]: dispatch 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: cephadm 2023-12-21T04:55:41.362018+0000 mgr.smithi086.vbfnjc (mgr.14182) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.qersfu ... 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: cephadm 2023-12-21T04:55:41.365851+0000 mgr.smithi086.vbfnjc (mgr.14182) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: cephadm 2023-12-21T04:55:41.368230+0000 mgr.smithi086.vbfnjc (mgr.14182) 550 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:55:42.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:42 smithi086 bash[26112]: cluster 2023-12-21T04:55:41.369607+0000 mgr.smithi086.vbfnjc (mgr.14182) 551 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T04:55:42.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: audit 2023-12-21T04:55:41.268232+0000 mgr.smithi086.vbfnjc (mgr.14182) 545 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:42.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: cephadm 2023-12-21T04:55:41.359374+0000 mgr.smithi086.vbfnjc (mgr.14182) 546 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:42.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:42.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.qersfu ... 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.qersfu ... 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: cephadm 2023-12-21T04:55:41.360078+0000 mgr.smithi086.vbfnjc (mgr.14182) 547 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: audit 2023-12-21T04:55:41.360699+0000 mon.smithi086 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.qersfu"}]: dispatch 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: cephadm 2023-12-21T04:55:41.362018+0000 mgr.smithi086.vbfnjc (mgr.14182) 548 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu 2023-12-21T04:55:42.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.qersfu ... 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: cephadm 2023-12-21T04:55:41.365851+0000 mgr.smithi086.vbfnjc (mgr.14182) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: cephadm 2023-12-21T04:55:41.368230+0000 mgr.smithi086.vbfnjc (mgr.14182) 550 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:55:42.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:42 smithi105 bash[29232]: cluster 2023-12-21T04:55:41.369607+0000 mgr.smithi086.vbfnjc (mgr.14182) 551 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T04:55:42.999 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:43.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:43 smithi086 bash[26112]: cluster 2023-12-21T04:55:42.127351+0000 mon.smithi086 (mon.0) 779 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:55:43.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:43 smithi105 bash[29232]: cluster 2023-12-21T04:55:42.127351+0000 mon.smithi086 (mon.0) 779 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:55:44.397 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:44 smithi086 bash[26112]: cluster 2023-12-21T04:55:43.371196+0000 mgr.smithi086.vbfnjc (mgr.14182) 552 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T04:55:44.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:44 smithi105 bash[29232]: cluster 2023-12-21T04:55:43.371196+0000 mgr.smithi086.vbfnjc (mgr.14182) 552 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T04:55:46.189 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:46.190 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:46.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:46 smithi105 bash[29232]: audit 2023-12-21T04:55:45.258209+0000 mon.smithi086 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:55:46.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:46 smithi105 bash[29232]: cluster 2023-12-21T04:55:45.373712+0000 mgr.smithi086.vbfnjc (mgr.14182) 553 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:55:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:46 smithi086 bash[26112]: audit 2023-12-21T04:55:45.258209+0000 mon.smithi086 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:55:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:46 smithi086 bash[26112]: cluster 2023-12-21T04:55:45.373712+0000 mgr.smithi086.vbfnjc (mgr.14182) 553 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:55:46.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:47.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:47 smithi105 bash[29232]: audit 2023-12-21T04:55:46.183295+0000 mgr.smithi086.vbfnjc (mgr.14182) 554 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:47.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:47 smithi086 bash[26112]: audit 2023-12-21T04:55:46.183295+0000 mgr.smithi086.vbfnjc (mgr.14182) 554 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:47.818 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:48.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:48 smithi105 bash[29232]: cluster 2023-12-21T04:55:47.375322+0000 mgr.smithi086.vbfnjc (mgr.14182) 555 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:55:48.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:48 smithi086 bash[26112]: cluster 2023-12-21T04:55:47.375322+0000 mgr.smithi086.vbfnjc (mgr.14182) 555 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-12-21T04:55:49.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:49 smithi086 bash[26112]: cluster 2023-12-21T04:55:49.377134+0000 mgr.smithi086.vbfnjc (mgr.14182) 556 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:55:49.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:49 smithi105 bash[29232]: cluster 2023-12-21T04:55:49.377134+0000 mgr.smithi086.vbfnjc (mgr.14182) 556 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:55:51.150 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:51.151 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:51.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:51 smithi086 bash[26112]: audit 2023-12-21T04:55:51.137791+0000 mgr.smithi086.vbfnjc (mgr.14182) 557 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:51.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:51 smithi086 bash[26112]: cluster 2023-12-21T04:55:51.378565+0000 mgr.smithi086.vbfnjc (mgr.14182) 558 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:55:51.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:51.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:51 smithi105 bash[29232]: audit 2023-12-21T04:55:51.137791+0000 mgr.smithi086.vbfnjc (mgr.14182) 557 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:51.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:51 smithi105 bash[29232]: cluster 2023-12-21T04:55:51.378565+0000 mgr.smithi086.vbfnjc (mgr.14182) 558 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-12-21T04:55:52.759 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:54.156 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:53 smithi086 bash[26112]: cluster 2023-12-21T04:55:53.379732+0000 mgr.smithi086.vbfnjc (mgr.14182) 559 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:53 smithi105 bash[29232]: cluster 2023-12-21T04:55:53.379732+0000 mgr.smithi086.vbfnjc (mgr.14182) 559 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:55.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:55 smithi086 bash[26112]: cluster 2023-12-21T04:55:55.381477+0000 mgr.smithi086.vbfnjc (mgr.14182) 560 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:55.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:55 smithi105 bash[29232]: cluster 2023-12-21T04:55:55.381477+0000 mgr.smithi086.vbfnjc (mgr.14182) 560 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:55:55.925 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:55:55.926 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:55:56.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:55:56.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:56 smithi086 bash[26112]: audit 2023-12-21T04:55:55.919526+0000 mgr.smithi086.vbfnjc (mgr.14182) 561 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:56.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:56 smithi105 bash[29232]: audit 2023-12-21T04:55:55.919526+0000 mgr.smithi086.vbfnjc (mgr.14182) 561 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:55:57.601 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:55:58.944 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:55:58 smithi086 bash[26112]: cluster 2023-12-21T04:55:57.383183+0000 mgr.smithi086.vbfnjc (mgr.14182) 562 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:55:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:55:58 smithi105 bash[29232]: cluster 2023-12-21T04:55:57.383183+0000 mgr.smithi086.vbfnjc (mgr.14182) 562 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:00.711 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:00.711 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:00 smithi086 bash[26112]: cluster 2023-12-21T04:55:59.384890+0000 mgr.smithi086.vbfnjc (mgr.14182) 563 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:00 smithi105 bash[29232]: cluster 2023-12-21T04:55:59.384890+0000 mgr.smithi086.vbfnjc (mgr.14182) 563 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:01.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:02.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:01 smithi086 bash[26112]: audit 2023-12-21T04:56:00.696560+0000 mgr.smithi086.vbfnjc (mgr.14182) 564 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:01 smithi105 bash[29232]: audit 2023-12-21T04:56:00.696560+0000 mgr.smithi086.vbfnjc (mgr.14182) 564 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:02.376 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:03.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:02 smithi086 bash[26112]: cluster 2023-12-21T04:56:01.386132+0000 mgr.smithi086.vbfnjc (mgr.14182) 565 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:03.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:02 smithi105 bash[29232]: cluster 2023-12-21T04:56:01.386132+0000 mgr.smithi086.vbfnjc (mgr.14182) 565 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:05.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:04 smithi086 bash[26112]: cluster 2023-12-21T04:56:03.387764+0000 mgr.smithi086.vbfnjc (mgr.14182) 566 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:04 smithi105 bash[29232]: cluster 2023-12-21T04:56:03.387764+0000 mgr.smithi086.vbfnjc (mgr.14182) 566 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:05.735 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:05.735 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:06.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:07.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:06 smithi086 bash[26112]: cluster 2023-12-21T04:56:05.389649+0000 mgr.smithi086.vbfnjc (mgr.14182) 567 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:07.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:06 smithi086 bash[26112]: audit 2023-12-21T04:56:05.729055+0000 mgr.smithi086.vbfnjc (mgr.14182) 568 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:07.346 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:06 smithi105 bash[29232]: cluster 2023-12-21T04:56:05.389649+0000 mgr.smithi086.vbfnjc (mgr.14182) 567 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:06 smithi105 bash[29232]: audit 2023-12-21T04:56:05.729055+0000 mgr.smithi086.vbfnjc (mgr.14182) 568 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:09.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:08 smithi086 bash[26112]: cluster 2023-12-21T04:56:07.391275+0000 mgr.smithi086.vbfnjc (mgr.14182) 569 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:08 smithi105 bash[29232]: cluster 2023-12-21T04:56:07.391275+0000 mgr.smithi086.vbfnjc (mgr.14182) 569 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:10.396 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:10.396 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:10.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:11.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:10 smithi086 bash[26112]: cluster 2023-12-21T04:56:09.392852+0000 mgr.smithi086.vbfnjc (mgr.14182) 570 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:10 smithi105 bash[29232]: cluster 2023-12-21T04:56:09.392852+0000 mgr.smithi086.vbfnjc (mgr.14182) 570 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:11.979 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:12.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:11 smithi086 bash[26112]: audit 2023-12-21T04:56:10.387139+0000 mgr.smithi086.vbfnjc (mgr.14182) 571 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:11 smithi105 bash[29232]: audit 2023-12-21T04:56:10.387139+0000 mgr.smithi086.vbfnjc (mgr.14182) 571 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:13.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:12 smithi086 bash[26112]: cluster 2023-12-21T04:56:11.394303+0000 mgr.smithi086.vbfnjc (mgr.14182) 572 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:12 smithi105 bash[29232]: cluster 2023-12-21T04:56:11.394303+0000 mgr.smithi086.vbfnjc (mgr.14182) 572 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:15.075 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:15.076 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:15.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:14 smithi086 bash[26112]: cluster 2023-12-21T04:56:13.395316+0000 mgr.smithi086.vbfnjc (mgr.14182) 573 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:14 smithi105 bash[29232]: cluster 2023-12-21T04:56:13.395316+0000 mgr.smithi086.vbfnjc (mgr.14182) 573 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:15.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:15 smithi105 bash[29232]: audit 2023-12-21T04:56:15.067573+0000 mgr.smithi086.vbfnjc (mgr.14182) 574 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:16.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:15 smithi086 bash[26112]: audit 2023-12-21T04:56:15.067573+0000 mgr.smithi086.vbfnjc (mgr.14182) 574 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:16.700 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:17.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:16 smithi086 bash[26112]: cluster 2023-12-21T04:56:15.397055+0000 mgr.smithi086.vbfnjc (mgr.14182) 575 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:16 smithi105 bash[29232]: cluster 2023-12-21T04:56:15.397055+0000 mgr.smithi086.vbfnjc (mgr.14182) 575 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:19.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:18 smithi086 bash[26112]: cluster 2023-12-21T04:56:17.398644+0000 mgr.smithi086.vbfnjc (mgr.14182) 576 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:18 smithi105 bash[29232]: cluster 2023-12-21T04:56:17.398644+0000 mgr.smithi086.vbfnjc (mgr.14182) 576 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:19.806 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:19.807 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:20.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:21.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:20 smithi086 bash[26112]: cluster 2023-12-21T04:56:19.400430+0000 mgr.smithi086.vbfnjc (mgr.14182) 577 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:21.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:20 smithi086 bash[26112]: audit 2023-12-21T04:56:19.795706+0000 mgr.smithi086.vbfnjc (mgr.14182) 578 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:20 smithi105 bash[29232]: cluster 2023-12-21T04:56:19.400430+0000 mgr.smithi086.vbfnjc (mgr.14182) 577 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:20 smithi105 bash[29232]: audit 2023-12-21T04:56:19.795706+0000 mgr.smithi086.vbfnjc (mgr.14182) 578 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:21.477 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:23.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:22 smithi086 bash[26112]: cluster 2023-12-21T04:56:21.402035+0000 mgr.smithi086.vbfnjc (mgr.14182) 579 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:22 smithi105 bash[29232]: cluster 2023-12-21T04:56:21.402035+0000 mgr.smithi086.vbfnjc (mgr.14182) 579 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:24.533 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:24.534 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:25.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:25.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:24 smithi086 bash[26112]: cluster 2023-12-21T04:56:23.403704+0000 mgr.smithi086.vbfnjc (mgr.14182) 580 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:24 smithi105 bash[29232]: cluster 2023-12-21T04:56:23.403704+0000 mgr.smithi086.vbfnjc (mgr.14182) 580 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:26.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:25 smithi105 bash[29232]: audit 2023-12-21T04:56:24.527459+0000 mgr.smithi086.vbfnjc (mgr.14182) 581 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:26.133 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:26.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:25 smithi086 bash[26112]: audit 2023-12-21T04:56:24.527459+0000 mgr.smithi086.vbfnjc (mgr.14182) 581 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:27.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:26 smithi086 bash[26112]: cluster 2023-12-21T04:56:25.405370+0000 mgr.smithi086.vbfnjc (mgr.14182) 582 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:26 smithi105 bash[29232]: cluster 2023-12-21T04:56:25.405370+0000 mgr.smithi086.vbfnjc (mgr.14182) 582 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:29.200 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:29.201 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:28 smithi086 bash[26112]: cluster 2023-12-21T04:56:27.407016+0000 mgr.smithi086.vbfnjc (mgr.14182) 583 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:29 smithi105 bash[29232]: cluster 2023-12-21T04:56:27.407016+0000 mgr.smithi086.vbfnjc (mgr.14182) 583 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:29.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:30.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:30 smithi086 bash[26112]: audit 2023-12-21T04:56:29.187520+0000 mgr.smithi086.vbfnjc (mgr.14182) 584 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:30 smithi105 bash[29232]: audit 2023-12-21T04:56:29.187520+0000 mgr.smithi086.vbfnjc (mgr.14182) 584 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:30.802 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:31.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:31 smithi086 bash[26112]: cluster 2023-12-21T04:56:29.408931+0000 mgr.smithi086.vbfnjc (mgr.14182) 585 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:31 smithi105 bash[29232]: cluster 2023-12-21T04:56:29.408931+0000 mgr.smithi086.vbfnjc (mgr.14182) 585 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:33 smithi105 bash[29232]: cluster 2023-12-21T04:56:31.410394+0000 mgr.smithi086.vbfnjc (mgr.14182) 586 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:33.401 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:33 smithi086 bash[26112]: cluster 2023-12-21T04:56:31.410394+0000 mgr.smithi086.vbfnjc (mgr.14182) 586 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:33.840 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:33.840 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:34.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:35 smithi105 bash[29232]: cluster 2023-12-21T04:56:33.411941+0000 mgr.smithi086.vbfnjc (mgr.14182) 587 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:35.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:35 smithi105 bash[29232]: audit 2023-12-21T04:56:33.828139+0000 mgr.smithi086.vbfnjc (mgr.14182) 588 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:35.484 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:35.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:35 smithi086 bash[26112]: cluster 2023-12-21T04:56:33.411941+0000 mgr.smithi086.vbfnjc (mgr.14182) 587 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:35.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:35 smithi086 bash[26112]: audit 2023-12-21T04:56:33.828139+0000 mgr.smithi086.vbfnjc (mgr.14182) 588 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:37.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:37 smithi086 bash[26112]: cluster 2023-12-21T04:56:35.413751+0000 mgr.smithi086.vbfnjc (mgr.14182) 589 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:37 smithi105 bash[29232]: cluster 2023-12-21T04:56:35.413751+0000 mgr.smithi086.vbfnjc (mgr.14182) 589 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:38.627 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:38.627 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:39.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:39 smithi105 bash[29232]: cluster 2023-12-21T04:56:37.415086+0000 mgr.smithi086.vbfnjc (mgr.14182) 590 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:39.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:39 smithi086 bash[26112]: cluster 2023-12-21T04:56:37.415086+0000 mgr.smithi086.vbfnjc (mgr.14182) 590 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:56:40.185 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:40 smithi105 bash[29232]: audit 2023-12-21T04:56:38.615985+0000 mgr.smithi086.vbfnjc (mgr.14182) 591 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:40.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:40 smithi086 bash[26112]: audit 2023-12-21T04:56:38.615985+0000 mgr.smithi086.vbfnjc (mgr.14182) 591 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:41.319 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:41 smithi086 bash[26112]: cluster 2023-12-21T04:56:39.416817+0000 mgr.smithi086.vbfnjc (mgr.14182) 592 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:41 smithi105 bash[29232]: cluster 2023-12-21T04:56:39.416817+0000 mgr.smithi086.vbfnjc (mgr.14182) 592 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.373008+0000 mon.smithi086 (mon.0) 781 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.664624+0000 mon.smithi086 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.666093+0000 mon.smithi086 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.667467+0000 mon.smithi086 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.668760+0000 mon.smithi086 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.677942+0000 mon.smithi086 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.697217+0000 mon.smithi086 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.698770+0000 mon.smithi086 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.700177+0000 mon.smithi086 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.701547+0000 mon.smithi086 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.710822+0000 mon.smithi086 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.712464+0000 mon.smithi086 (mon.0) 792 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.713976+0000 mon.smithi086 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:56:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.723646+0000 mon.smithi086 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.732301+0000 mon.smithi086 (mon.0) 795 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:56:42.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:42 smithi105 bash[29232]: audit 2023-12-21T04:56:41.746007+0000 mon.smithi086 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:42.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.373008+0000 mon.smithi086 (mon.0) 781 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:56:42.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.664624+0000 mon.smithi086 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.666093+0000 mon.smithi086 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.667467+0000 mon.smithi086 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.668760+0000 mon.smithi086 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.677942+0000 mon.smithi086 (mon.0) 786 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:42.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.697217+0000 mon.smithi086 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.698770+0000 mon.smithi086 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.700177+0000 mon.smithi086 (mon.0) 789 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.701547+0000 mon.smithi086 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-21T04:56:42.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.710822+0000 mon.smithi086 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:42.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.712464+0000 mon.smithi086 (mon.0) 792 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:56:42.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.713976+0000 mon.smithi086 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:56:42.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.723646+0000 mon.smithi086 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:42.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.732301+0000 mon.smithi086 (mon.0) 795 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:56:42.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:42 smithi086 bash[26112]: audit 2023-12-21T04:56:41.746007+0000 mon.smithi086 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:43 smithi086 bash[26112]: cluster 2023-12-21T04:56:41.418056+0000 mgr.smithi086.vbfnjc (mgr.14182) 593 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:43 smithi086 bash[26112]: cephadm 2023-12-21T04:56:41.669837+0000 mgr.smithi086.vbfnjc (mgr.14182) 594 : cephadm [INF] Adjusting osd_memory_target on smithi086 to 3017M 2023-12-21T04:56:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:43 smithi086 bash[26112]: cephadm 2023-12-21T04:56:41.702632+0000 mgr.smithi086.vbfnjc (mgr.14182) 595 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3529M 2023-12-21T04:56:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:43 smithi086 bash[26112]: cluster 2023-12-21T04:56:41.724742+0000 mgr.smithi086.vbfnjc (mgr.14182) 596 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:56:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:43 smithi086 bash[26112]: cephadm 2023-12-21T04:56:41.749476+0000 mgr.smithi086.vbfnjc (mgr.14182) 597 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.cfwczj on smithi105 2023-12-21T04:56:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:43 smithi086 bash[26112]: cluster 2023-12-21T04:56:42.048796+0000 mon.smithi086 (mon.0) 797 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:56:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:43 smithi086 bash[26112]: cluster 2023-12-21T04:56:42.048864+0000 mon.smithi086 (mon.0) 798 : cluster [INF] Cluster is now healthy 2023-12-21T04:56:43.325 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:43.325 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:54:33.423567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.dtdgew on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:43 smithi105 bash[29232]: cluster 2023-12-21T04:56:41.418056+0000 mgr.smithi086.vbfnjc (mgr.14182) 593 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:56:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:43 smithi105 bash[29232]: cephadm 2023-12-21T04:56:41.669837+0000 mgr.smithi086.vbfnjc (mgr.14182) 594 : cephadm [INF] Adjusting osd_memory_target on smithi086 to 3017M 2023-12-21T04:56:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:43 smithi105 bash[29232]: cephadm 2023-12-21T04:56:41.702632+0000 mgr.smithi086.vbfnjc (mgr.14182) 595 : cephadm [INF] Adjusting osd_memory_target on smithi105 to 3529M 2023-12-21T04:56:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:43 smithi105 bash[29232]: cluster 2023-12-21T04:56:41.724742+0000 mgr.smithi086.vbfnjc (mgr.14182) 596 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:56:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:43 smithi105 bash[29232]: cephadm 2023-12-21T04:56:41.749476+0000 mgr.smithi086.vbfnjc (mgr.14182) 597 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.cfwczj on smithi105 2023-12-21T04:56:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:43 smithi105 bash[29232]: cluster 2023-12-21T04:56:42.048796+0000 mon.smithi086 (mon.0) 797 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:56:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:43 smithi105 bash[29232]: cluster 2023-12-21T04:56:42.048864+0000 mon.smithi086 (mon.0) 798 : cluster [INF] Cluster is now healthy 2023-12-21T04:56:43.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:44 smithi086 bash[26112]: audit 2023-12-21T04:56:43.314669+0000 mgr.smithi086.vbfnjc (mgr.14182) 598 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:44 smithi105 bash[29232]: audit 2023-12-21T04:56:43.314669+0000 mgr.smithi086.vbfnjc (mgr.14182) 598 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:44.915 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:45.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:45 smithi086 bash[26112]: cluster 2023-12-21T04:56:43.726148+0000 mgr.smithi086.vbfnjc (mgr.14182) 599 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:56:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:45 smithi105 bash[29232]: cluster 2023-12-21T04:56:43.726148+0000 mgr.smithi086.vbfnjc (mgr.14182) 599 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:56:46.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:46 smithi086 bash[26112]: audit 2023-12-21T04:56:45.534369+0000 mon.smithi086 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.cfwczj"}]: dispatch 2023-12-21T04:56:46.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:46 smithi105 bash[29232]: audit 2023-12-21T04:56:45.534369+0000 mon.smithi086 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.cfwczj"}]: dispatch 2023-12-21T04:56:47.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: cephadm 2023-12-21T04:56:45.533092+0000 mgr.smithi086.vbfnjc (mgr.14182) 600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:47.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:47.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.cfwczj ... 2023-12-21T04:56:47.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:47.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.cfwczj ... 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: cephadm 2023-12-21T04:56:45.533732+0000 mgr.smithi086.vbfnjc (mgr.14182) 601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: cephadm 2023-12-21T04:56:45.535939+0000 mgr.smithi086.vbfnjc (mgr.14182) 602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.cfwczj ... 2023-12-21T04:56:47.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:47.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:47.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:47.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: cephadm 2023-12-21T04:56:45.540785+0000 mgr.smithi086.vbfnjc (mgr.14182) 603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.uxsyil on smithi086 2023-12-21T04:56:47.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:47 smithi105 bash[29232]: cluster 2023-12-21T04:56:45.727562+0000 mgr.smithi086.vbfnjc (mgr.14182) 604 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:56:47.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: cephadm 2023-12-21T04:56:45.533092+0000 mgr.smithi086.vbfnjc (mgr.14182) 600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:47.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.cfwczj ... 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.cfwczj ... 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: cephadm 2023-12-21T04:56:45.533732+0000 mgr.smithi086.vbfnjc (mgr.14182) 601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: cephadm 2023-12-21T04:56:45.535939+0000 mgr.smithi086.vbfnjc (mgr.14182) 602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.cfwczj ... 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: cephadm 2023-12-21T04:56:45.540785+0000 mgr.smithi086.vbfnjc (mgr.14182) 603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.uxsyil on smithi086 2023-12-21T04:56:47.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:47 smithi086 bash[26112]: cluster 2023-12-21T04:56:45.727562+0000 mgr.smithi086.vbfnjc (mgr.14182) 604 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:56:48.189 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:48.189 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:37.603999Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fslapo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fslapo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fslapo\nDeploy daemon haproxy.nfs.foo.smithi105.fslapo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.361741Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.qersfu on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-qersfu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.qersfu\nDeploy daemon haproxy.nfs.foo.smithi086.qersfu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:55:41.365676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ffgjog on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:48.825 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:48 smithi086 bash[26112]: cluster 2023-12-21T04:56:47.728328+0000 mgr.smithi086.vbfnjc (mgr.14182) 605 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:56:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:48 smithi086 bash[26112]: audit 2023-12-21T04:56:47.919807+0000 mon.smithi086 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:48 smithi086 bash[26112]: audit 2023-12-21T04:56:48.177881+0000 mgr.smithi086.vbfnjc (mgr.14182) 606 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:48 smithi105 bash[29232]: cluster 2023-12-21T04:56:47.728328+0000 mgr.smithi086.vbfnjc (mgr.14182) 605 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:56:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:48 smithi105 bash[29232]: audit 2023-12-21T04:56:47.919807+0000 mon.smithi086 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:48 smithi105 bash[29232]: audit 2023-12-21T04:56:48.177881+0000 mgr.smithi086.vbfnjc (mgr.14182) 606 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:49.826 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:50.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: cephadm 2023-12-21T04:56:49.355726+0000 mgr.smithi086.vbfnjc (mgr.14182) 607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.uxsyil ... 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:50.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.uxsyil ... 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:50.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: cephadm 2023-12-21T04:56:49.356199+0000 mgr.smithi086.vbfnjc (mgr.14182) 608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: audit 2023-12-21T04:56:49.356957+0000 mon.smithi086 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.uxsyil"}]: dispatch 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: cephadm 2023-12-21T04:56:49.358538+0000 mgr.smithi086.vbfnjc (mgr.14182) 609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.uxsyil ... 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:50.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:50.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: cephadm 2023-12-21T04:56:49.362953+0000 mgr.smithi086.vbfnjc (mgr.14182) 610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:56:50.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: cephadm 2023-12-21T04:56:49.367066+0000 mgr.smithi086.vbfnjc (mgr.14182) 611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:56:50.256 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:49 smithi086 bash[26112]: cluster 2023-12-21T04:56:49.368762+0000 mgr.smithi086.vbfnjc (mgr.14182) 612 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: cephadm 2023-12-21T04:56:49.355726+0000 mgr.smithi086.vbfnjc (mgr.14182) 607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.uxsyil ... 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:50.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.uxsyil ... 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: cephadm 2023-12-21T04:56:49.356199+0000 mgr.smithi086.vbfnjc (mgr.14182) 608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: audit 2023-12-21T04:56:49.356957+0000 mon.smithi086 (mon.0) 801 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.uxsyil"}]: dispatch 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: cephadm 2023-12-21T04:56:49.358538+0000 mgr.smithi086.vbfnjc (mgr.14182) 609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.uxsyil ... 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:56:50.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:56:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:56:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:56:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: cephadm 2023-12-21T04:56:49.362953+0000 mgr.smithi086.vbfnjc (mgr.14182) 610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:56:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: cephadm 2023-12-21T04:56:49.367066+0000 mgr.smithi086.vbfnjc (mgr.14182) 611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:56:50.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:49 smithi105 bash[29232]: cluster 2023-12-21T04:56:49.368762+0000 mgr.smithi086.vbfnjc (mgr.14182) 612 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:56:51.244 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:50 smithi086 bash[26112]: cluster 2023-12-21T04:56:49.919625+0000 mon.smithi086 (mon.0) 802 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:56:51.245 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:50 smithi086 bash[26112]: audit 2023-12-21T04:56:50.313284+0000 mon.smithi086 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:50 smithi105 bash[29232]: cluster 2023-12-21T04:56:49.919625+0000 mon.smithi086 (mon.0) 802 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:56:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:50 smithi105 bash[29232]: audit 2023-12-21T04:56:50.313284+0000 mon.smithi086 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:56:52.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:51 smithi086 bash[26112]: cluster 2023-12-21T04:56:51.370297+0000 mgr.smithi086.vbfnjc (mgr.14182) 613 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:56:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:51 smithi105 bash[29232]: cluster 2023-12-21T04:56:51.370297+0000 mgr.smithi086.vbfnjc (mgr.14182) 613 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T04:56:53.127 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:53.127 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:53.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:54.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:53 smithi086 bash[26112]: audit 2023-12-21T04:56:53.114570+0000 mgr.smithi086.vbfnjc (mgr.14182) 614 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:54.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:53 smithi086 bash[26112]: cluster 2023-12-21T04:56:53.371972+0000 mgr.smithi086.vbfnjc (mgr.14182) 615 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:56:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:53 smithi105 bash[29232]: audit 2023-12-21T04:56:53.114570+0000 mgr.smithi086.vbfnjc (mgr.14182) 614 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:53 smithi105 bash[29232]: cluster 2023-12-21T04:56:53.371972+0000 mgr.smithi086.vbfnjc (mgr.14182) 615 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:56:54.708 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:55.725 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:55 smithi086 bash[26112]: cluster 2023-12-21T04:56:55.373863+0000 mgr.smithi086.vbfnjc (mgr.14182) 616 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:56:55.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:55 smithi105 bash[29232]: cluster 2023-12-21T04:56:55.373863+0000 mgr.smithi086.vbfnjc (mgr.14182) 616 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:56:57.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:57 smithi086 bash[26112]: cluster 2023-12-21T04:56:57.375859+0000 mgr.smithi086.vbfnjc (mgr.14182) 617 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T04:56:57.677 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:56:57.677 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:56:57.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:57 smithi105 bash[29232]: cluster 2023-12-21T04:56:57.375859+0000 mgr.smithi086.vbfnjc (mgr.14182) 617 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T04:56:58.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:56:59.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:58 smithi086 bash[26112]: audit 2023-12-21T04:56:57.665740+0000 mgr.smithi086.vbfnjc (mgr.14182) 618 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:56:59.318 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:56:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:58 smithi105 bash[29232]: audit 2023-12-21T04:56:57.665740+0000 mgr.smithi086.vbfnjc (mgr.14182) 618 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:00.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:56:59 smithi086 bash[26112]: cluster 2023-12-21T04:56:59.377573+0000 mgr.smithi086.vbfnjc (mgr.14182) 619 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:57:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:56:59 smithi105 bash[29232]: cluster 2023-12-21T04:56:59.377573+0000 mgr.smithi086.vbfnjc (mgr.14182) 619 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T04:57:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:01 smithi086 bash[26112]: cluster 2023-12-21T04:57:01.379185+0000 mgr.smithi086.vbfnjc (mgr.14182) 620 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:01 smithi105 bash[29232]: cluster 2023-12-21T04:57:01.379185+0000 mgr.smithi086.vbfnjc (mgr.14182) 620 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:02.573 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:02.573 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:03.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:04.171 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:04.183 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:03 smithi086 bash[26112]: audit 2023-12-21T04:57:02.561359+0000 mgr.smithi086.vbfnjc (mgr.14182) 621 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:04.183 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:03 smithi086 bash[26112]: audit 2023-12-21T04:57:02.920627+0000 mon.smithi086 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:57:04.183 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:03 smithi086 bash[26112]: cluster 2023-12-21T04:57:03.380899+0000 mgr.smithi086.vbfnjc (mgr.14182) 622 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:03 smithi105 bash[29232]: audit 2023-12-21T04:57:02.561359+0000 mgr.smithi086.vbfnjc (mgr.14182) 621 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:03 smithi105 bash[29232]: audit 2023-12-21T04:57:02.920627+0000 mon.smithi086 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:57:04.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:03 smithi105 bash[29232]: cluster 2023-12-21T04:57:03.380899+0000 mgr.smithi086.vbfnjc (mgr.14182) 622 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:05 smithi086 bash[26112]: cluster 2023-12-21T04:57:05.382266+0000 mgr.smithi086.vbfnjc (mgr.14182) 623 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:05 smithi105 bash[29232]: cluster 2023-12-21T04:57:05.382266+0000 mgr.smithi086.vbfnjc (mgr.14182) 623 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:07.180 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:07.180 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:07.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:07 smithi086 bash[26112]: audit 2023-12-21T04:57:07.168984+0000 mgr.smithi086.vbfnjc (mgr.14182) 624 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:07.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:07 smithi086 bash[26112]: cluster 2023-12-21T04:57:07.383853+0000 mgr.smithi086.vbfnjc (mgr.14182) 625 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:07.813 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:07.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:07 smithi105 bash[29232]: audit 2023-12-21T04:57:07.168984+0000 mgr.smithi086.vbfnjc (mgr.14182) 624 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:07.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:07 smithi105 bash[29232]: cluster 2023-12-21T04:57:07.383853+0000 mgr.smithi086.vbfnjc (mgr.14182) 625 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:08.814 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:09.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:09 smithi086 bash[26112]: cluster 2023-12-21T04:57:09.386117+0000 mgr.smithi086.vbfnjc (mgr.14182) 626 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:09.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:09 smithi105 bash[29232]: cluster 2023-12-21T04:57:09.386117+0000 mgr.smithi086.vbfnjc (mgr.14182) 626 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:11.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:11 smithi086 bash[26112]: cluster 2023-12-21T04:57:11.387650+0000 mgr.smithi086.vbfnjc (mgr.14182) 627 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:11.856 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:11.856 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:11.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:11 smithi105 bash[29232]: cluster 2023-12-21T04:57:11.387650+0000 mgr.smithi086.vbfnjc (mgr.14182) 627 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:12.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:12.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:12 smithi086 bash[26112]: audit 2023-12-21T04:57:11.843174+0000 mgr.smithi086.vbfnjc (mgr.14182) 628 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:12.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:12 smithi105 bash[29232]: audit 2023-12-21T04:57:11.843174+0000 mgr.smithi086.vbfnjc (mgr.14182) 628 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:13.468 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:14.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:13 smithi086 bash[26112]: cluster 2023-12-21T04:57:13.388822+0000 mgr.smithi086.vbfnjc (mgr.14182) 629 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:13 smithi105 bash[29232]: cluster 2023-12-21T04:57:13.388822+0000 mgr.smithi086.vbfnjc (mgr.14182) 629 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:15 smithi086 bash[26112]: cluster 2023-12-21T04:57:15.390716+0000 mgr.smithi086.vbfnjc (mgr.14182) 630 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:15.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:15 smithi105 bash[29232]: cluster 2023-12-21T04:57:15.390716+0000 mgr.smithi086.vbfnjc (mgr.14182) 630 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:16.797 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:16.798 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:17.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:17.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:17 smithi086 bash[26112]: audit 2023-12-21T04:57:16.786468+0000 mgr.smithi086.vbfnjc (mgr.14182) 631 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:17.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:17 smithi086 bash[26112]: cluster 2023-12-21T04:57:17.392358+0000 mgr.smithi086.vbfnjc (mgr.14182) 632 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:17.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:17 smithi105 bash[29232]: audit 2023-12-21T04:57:16.786468+0000 mgr.smithi086.vbfnjc (mgr.14182) 631 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:17.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:17 smithi105 bash[29232]: cluster 2023-12-21T04:57:17.392358+0000 mgr.smithi086.vbfnjc (mgr.14182) 632 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:18.404 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:19.721 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:19 smithi086 bash[26112]: cluster 2023-12-21T04:57:19.394138+0000 mgr.smithi086.vbfnjc (mgr.14182) 633 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:19.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:19 smithi105 bash[29232]: cluster 2023-12-21T04:57:19.394138+0000 mgr.smithi086.vbfnjc (mgr.14182) 633 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:21.562 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:21.562 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:21 smithi086 bash[26112]: cluster 2023-12-21T04:57:21.395432+0000 mgr.smithi086.vbfnjc (mgr.14182) 634 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:21.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:21 smithi105 bash[29232]: cluster 2023-12-21T04:57:21.395432+0000 mgr.smithi086.vbfnjc (mgr.14182) 634 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:22.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:22.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:22 smithi086 bash[26112]: audit 2023-12-21T04:57:21.550535+0000 mgr.smithi086.vbfnjc (mgr.14182) 635 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:22.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:22 smithi105 bash[29232]: audit 2023-12-21T04:57:21.550535+0000 mgr.smithi086.vbfnjc (mgr.14182) 635 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:23.194 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:24.186 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:23 smithi086 bash[26112]: cluster 2023-12-21T04:57:23.396998+0000 mgr.smithi086.vbfnjc (mgr.14182) 636 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:23 smithi105 bash[29232]: cluster 2023-12-21T04:57:23.396998+0000 mgr.smithi086.vbfnjc (mgr.14182) 636 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:26.125 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:26.125 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:26.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:26 smithi086 bash[26112]: cluster 2023-12-21T04:57:25.398834+0000 mgr.smithi086.vbfnjc (mgr.14182) 637 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:26.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:26 smithi086 bash[26112]: audit 2023-12-21T04:57:26.114136+0000 mgr.smithi086.vbfnjc (mgr.14182) 638 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:26.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:26.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:26 smithi105 bash[29232]: cluster 2023-12-21T04:57:25.398834+0000 mgr.smithi086.vbfnjc (mgr.14182) 637 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:26.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:26 smithi105 bash[29232]: audit 2023-12-21T04:57:26.114136+0000 mgr.smithi086.vbfnjc (mgr.14182) 638 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:27.785 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:29.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:28 smithi086 bash[26112]: cluster 2023-12-21T04:57:27.400400+0000 mgr.smithi086.vbfnjc (mgr.14182) 639 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:28 smithi105 bash[29232]: cluster 2023-12-21T04:57:27.400400+0000 mgr.smithi086.vbfnjc (mgr.14182) 639 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:30.877 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:30.877 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:31.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:30 smithi086 bash[26112]: cluster 2023-12-21T04:57:29.402188+0000 mgr.smithi086.vbfnjc (mgr.14182) 640 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:30 smithi105 bash[29232]: cluster 2023-12-21T04:57:29.402188+0000 mgr.smithi086.vbfnjc (mgr.14182) 640 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:31.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:32.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:31 smithi086 bash[26112]: audit 2023-12-21T04:57:30.869751+0000 mgr.smithi086.vbfnjc (mgr.14182) 641 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:31 smithi105 bash[29232]: audit 2023-12-21T04:57:30.869751+0000 mgr.smithi086.vbfnjc (mgr.14182) 641 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:32.489 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:33.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:32 smithi086 bash[26112]: cluster 2023-12-21T04:57:31.403744+0000 mgr.smithi086.vbfnjc (mgr.14182) 642 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:32 smithi105 bash[29232]: cluster 2023-12-21T04:57:31.403744+0000 mgr.smithi086.vbfnjc (mgr.14182) 642 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:35.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:34 smithi086 bash[26112]: cluster 2023-12-21T04:57:33.405506+0000 mgr.smithi086.vbfnjc (mgr.14182) 643 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:34 smithi105 bash[29232]: cluster 2023-12-21T04:57:33.405506+0000 mgr.smithi086.vbfnjc (mgr.14182) 643 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:35.749 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:35.749 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:36.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:37.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:36 smithi086 bash[26112]: cluster 2023-12-21T04:57:35.407335+0000 mgr.smithi086.vbfnjc (mgr.14182) 644 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:37.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:36 smithi086 bash[26112]: audit 2023-12-21T04:57:35.735379+0000 mgr.smithi086.vbfnjc (mgr.14182) 645 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:36 smithi105 bash[29232]: cluster 2023-12-21T04:57:35.407335+0000 mgr.smithi086.vbfnjc (mgr.14182) 644 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:36 smithi105 bash[29232]: audit 2023-12-21T04:57:35.735379+0000 mgr.smithi086.vbfnjc (mgr.14182) 645 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:37.395 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:39.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:38 smithi086 bash[26112]: cluster 2023-12-21T04:57:37.408841+0000 mgr.smithi086.vbfnjc (mgr.14182) 646 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:38 smithi105 bash[29232]: cluster 2023-12-21T04:57:37.408841+0000 mgr.smithi086.vbfnjc (mgr.14182) 646 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:40.519 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:40.519 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:41.154 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:41.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:40 smithi086 bash[26112]: cluster 2023-12-21T04:57:39.410684+0000 mgr.smithi086.vbfnjc (mgr.14182) 647 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:40 smithi105 bash[29232]: cluster 2023-12-21T04:57:39.410684+0000 mgr.smithi086.vbfnjc (mgr.14182) 647 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:42.156 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:41 smithi086 bash[26112]: audit 2023-12-21T04:57:40.512286+0000 mgr.smithi086.vbfnjc (mgr.14182) 648 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:41 smithi105 bash[29232]: audit 2023-12-21T04:57:40.512286+0000 mgr.smithi086.vbfnjc (mgr.14182) 648 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:43.234 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:42 smithi086 bash[26112]: cluster 2023-12-21T04:57:41.412192+0000 mgr.smithi086.vbfnjc (mgr.14182) 649 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:42 smithi105 bash[29232]: cluster 2023-12-21T04:57:41.412192+0000 mgr.smithi086.vbfnjc (mgr.14182) 649 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:45.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:44 smithi086 bash[26112]: cluster 2023-12-21T04:57:43.413887+0000 mgr.smithi086.vbfnjc (mgr.14182) 650 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:44 smithi105 bash[29232]: cluster 2023-12-21T04:57:43.413887+0000 mgr.smithi086.vbfnjc (mgr.14182) 650 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:45.376 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:45.377 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:45.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:45 smithi105 bash[29232]: audit 2023-12-21T04:57:45.363422+0000 mgr.smithi086.vbfnjc (mgr.14182) 651 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:46.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:45 smithi086 bash[26112]: audit 2023-12-21T04:57:45.363422+0000 mgr.smithi086.vbfnjc (mgr.14182) 651 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:46.995 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:47.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:46 smithi086 bash[26112]: cluster 2023-12-21T04:57:45.415723+0000 mgr.smithi086.vbfnjc (mgr.14182) 652 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:47.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:46 smithi105 bash[29232]: cluster 2023-12-21T04:57:45.415723+0000 mgr.smithi086.vbfnjc (mgr.14182) 652 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:48 smithi086 bash[26112]: cluster 2023-12-21T04:57:47.417302+0000 mgr.smithi086.vbfnjc (mgr.14182) 653 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:48 smithi105 bash[29232]: cluster 2023-12-21T04:57:47.417302+0000 mgr.smithi086.vbfnjc (mgr.14182) 653 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:57:50.187 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:50.187 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:55:41.368109Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siavsi on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:50.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:50 smithi086 bash[26112]: audit 2023-12-21T04:57:49.372107+0000 mon.smithi086 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:57:50.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:50 smithi086 bash[26112]: audit 2023-12-21T04:57:49.675931+0000 mon.smithi086 (mon.0) 806 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:50.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:50 smithi086 bash[26112]: audit 2023-12-21T04:57:49.676989+0000 mon.smithi086 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:57:50.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:50 smithi086 bash[26112]: audit 2023-12-21T04:57:49.683506+0000 mon.smithi086 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:57:50.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:50 smithi086 bash[26112]: audit 2023-12-21T04:57:49.690060+0000 mon.smithi086 (mon.0) 809 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:57:50.262 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:50 smithi086 bash[26112]: audit 2023-12-21T04:57:49.701191+0000 mon.smithi086 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:57:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:50 smithi105 bash[29232]: audit 2023-12-21T04:57:49.372107+0000 mon.smithi086 (mon.0) 805 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:57:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:50 smithi105 bash[29232]: audit 2023-12-21T04:57:49.675931+0000 mon.smithi086 (mon.0) 806 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:57:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:50 smithi105 bash[29232]: audit 2023-12-21T04:57:49.676989+0000 mon.smithi086 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:57:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:50 smithi105 bash[29232]: audit 2023-12-21T04:57:49.683506+0000 mon.smithi086 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:57:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:50 smithi105 bash[29232]: audit 2023-12-21T04:57:49.690060+0000 mon.smithi086 (mon.0) 809 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:57:50.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:50 smithi105 bash[29232]: audit 2023-12-21T04:57:49.701191+0000 mon.smithi086 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:57:50.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:51.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:51 smithi086 bash[26112]: cluster 2023-12-21T04:57:49.418568+0000 mgr.smithi086.vbfnjc (mgr.14182) 654 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:51.258 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:51 smithi086 bash[26112]: cluster 2023-12-21T04:57:49.684275+0000 mgr.smithi086.vbfnjc (mgr.14182) 655 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:51.258 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:51 smithi086 bash[26112]: cephadm 2023-12-21T04:57:49.704287+0000 mgr.smithi086.vbfnjc (mgr.14182) 656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.uarxsl on smithi105 2023-12-21T04:57:51.258 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:51 smithi086 bash[26112]: cluster 2023-12-21T04:57:49.991527+0000 mon.smithi086 (mon.0) 811 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:57:51.258 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:51 smithi086 bash[26112]: cluster 2023-12-21T04:57:49.991577+0000 mon.smithi086 (mon.0) 812 : cluster [INF] Cluster is now healthy 2023-12-21T04:57:51.258 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:51 smithi086 bash[26112]: audit 2023-12-21T04:57:50.176931+0000 mgr.smithi086.vbfnjc (mgr.14182) 657 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:51 smithi105 bash[29232]: cluster 2023-12-21T04:57:49.418568+0000 mgr.smithi086.vbfnjc (mgr.14182) 654 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:57:51.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:51 smithi105 bash[29232]: cluster 2023-12-21T04:57:49.684275+0000 mgr.smithi086.vbfnjc (mgr.14182) 655 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:51.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:51 smithi105 bash[29232]: cephadm 2023-12-21T04:57:49.704287+0000 mgr.smithi086.vbfnjc (mgr.14182) 656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.uarxsl on smithi105 2023-12-21T04:57:51.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:51 smithi105 bash[29232]: cluster 2023-12-21T04:57:49.991527+0000 mon.smithi086 (mon.0) 811 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:57:51.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:51 smithi105 bash[29232]: cluster 2023-12-21T04:57:49.991577+0000 mon.smithi086 (mon.0) 812 : cluster [INF] Cluster is now healthy 2023-12-21T04:57:51.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:51 smithi105 bash[29232]: audit 2023-12-21T04:57:50.176931+0000 mgr.smithi086.vbfnjc (mgr.14182) 657 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:51.876 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:53.197 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:53 smithi086 bash[26112]: cluster 2023-12-21T04:57:51.685401+0000 mgr.smithi086.vbfnjc (mgr.14182) 658 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:53.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:53 smithi105 bash[29232]: cluster 2023-12-21T04:57:51.685401+0000 mgr.smithi086.vbfnjc (mgr.14182) 658 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:54 smithi105 bash[29232]: audit 2023-12-21T04:57:53.466862+0000 mon.smithi086 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.uarxsl"}]: dispatch 2023-12-21T04:57:54.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:54 smithi086 bash[26112]: audit 2023-12-21T04:57:53.466862+0000 mon.smithi086 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.uarxsl"}]: dispatch 2023-12-21T04:57:55.201 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:57:55.201 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:45.535669Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.cfwczj on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-cfwczj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.cfwczj\nDeploy daemon haproxy.nfs.foo.smithi105.cfwczj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.358280Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uxsyil on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uxsyil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uxsyil\nDeploy daemon haproxy.nfs.foo.smithi086.uxsyil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:56:49.362731Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.qvfixg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:57:55.276 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: cephadm 2023-12-21T04:57:53.465689+0000 mgr.smithi086.vbfnjc (mgr.14182) 659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.uarxsl ... 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.277 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.uarxsl ... 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:55.278 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: cephadm 2023-12-21T04:57:53.466248+0000 mgr.smithi086.vbfnjc (mgr.14182) 660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: cephadm 2023-12-21T04:57:53.468602+0000 mgr.smithi086.vbfnjc (mgr.14182) 661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.uarxsl ... 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.279 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: cephadm 2023-12-21T04:57:53.473119+0000 mgr.smithi086.vbfnjc (mgr.14182) 662 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.uwmhev on smithi086 2023-12-21T04:57:55.280 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:55 smithi086 bash[26112]: cluster 2023-12-21T04:57:53.686730+0000 mgr.smithi086.vbfnjc (mgr.14182) 663 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: cephadm 2023-12-21T04:57:53.465689+0000 mgr.smithi086.vbfnjc (mgr.14182) 659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.uarxsl ... 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.uarxsl ... 2023-12-21T04:57:55.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: cephadm 2023-12-21T04:57:53.466248+0000 mgr.smithi086.vbfnjc (mgr.14182) 660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: cephadm 2023-12-21T04:57:53.468602+0000 mgr.smithi086.vbfnjc (mgr.14182) 661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.uarxsl ... 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: cephadm 2023-12-21T04:57:53.473119+0000 mgr.smithi086.vbfnjc (mgr.14182) 662 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.uwmhev on smithi086 2023-12-21T04:57:55.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:55 smithi105 bash[29232]: cluster 2023-12-21T04:57:53.686730+0000 mgr.smithi086.vbfnjc (mgr.14182) 663 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:55.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:57:56.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:56 smithi105 bash[29232]: audit 2023-12-21T04:57:55.189333+0000 mgr.smithi086.vbfnjc (mgr.14182) 664 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:56.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:56 smithi086 bash[26112]: audit 2023-12-21T04:57:55.189333+0000 mgr.smithi086.vbfnjc (mgr.14182) 664 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:57:56.844 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:57:57.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:57 smithi086 bash[26112]: cluster 2023-12-21T04:57:55.688277+0000 mgr.smithi086.vbfnjc (mgr.14182) 665 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:57 smithi105 bash[29232]: cluster 2023-12-21T04:57:55.688277+0000 mgr.smithi086.vbfnjc (mgr.14182) 665 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:58.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:58 smithi086 bash[26112]: audit 2023-12-21T04:57:57.770698+0000 mon.smithi086 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.uwmhev"}]: dispatch 2023-12-21T04:57:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:58 smithi105 bash[29232]: audit 2023-12-21T04:57:57.770698+0000 mon.smithi086 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.uwmhev"}]: dispatch 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: cluster 2023-12-21T04:57:57.689635+0000 mgr.smithi086.vbfnjc (mgr.14182) 666 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: cephadm 2023-12-21T04:57:57.769722+0000 mgr.smithi086.vbfnjc (mgr.14182) 667 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.uwmhev ... 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.uwmhev ... 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: cephadm 2023-12-21T04:57:57.770151+0000 mgr.smithi086.vbfnjc (mgr.14182) 668 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: cephadm 2023-12-21T04:57:57.771813+0000 mgr.smithi086.vbfnjc (mgr.14182) 669 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.uwmhev ... 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: cephadm 2023-12-21T04:57:57.773673+0000 mgr.smithi086.vbfnjc (mgr.14182) 670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: cephadm 2023-12-21T04:57:57.775381+0000 mgr.smithi086.vbfnjc (mgr.14182) 671 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: cluster 2023-12-21T04:57:57.776919+0000 mgr.smithi086.vbfnjc (mgr.14182) 672 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-12-21T04:57:59.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:57:59 smithi105 bash[29232]: cluster 2023-12-21T04:57:58.036665+0000 mon.smithi086 (mon.0) 815 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:57:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: cluster 2023-12-21T04:57:57.689635+0000 mgr.smithi086.vbfnjc (mgr.14182) 666 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: cephadm 2023-12-21T04:57:57.769722+0000 mgr.smithi086.vbfnjc (mgr.14182) 667 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.uwmhev ... 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:59.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.uwmhev ... 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: cephadm 2023-12-21T04:57:57.770151+0000 mgr.smithi086.vbfnjc (mgr.14182) 668 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: cephadm 2023-12-21T04:57:57.771813+0000 mgr.smithi086.vbfnjc (mgr.14182) 669 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.uwmhev ... 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:57:59.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:57:59.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:57:59.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:57:59.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: cephadm 2023-12-21T04:57:57.773673+0000 mgr.smithi086.vbfnjc (mgr.14182) 670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:57:59.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: cephadm 2023-12-21T04:57:57.775381+0000 mgr.smithi086.vbfnjc (mgr.14182) 671 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:57:59.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: cluster 2023-12-21T04:57:57.776919+0000 mgr.smithi086.vbfnjc (mgr.14182) 672 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-12-21T04:57:59.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:57:59 smithi086 bash[26112]: cluster 2023-12-21T04:57:58.036665+0000 mon.smithi086 (mon.0) 815 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:58:00.174 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:00.175 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:00.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:01 smithi086 bash[26112]: cluster 2023-12-21T04:57:59.778233+0000 mgr.smithi086.vbfnjc (mgr.14182) 673 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:01 smithi086 bash[26112]: audit 2023-12-21T04:58:00.160264+0000 mgr.smithi086.vbfnjc (mgr.14182) 674 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:01 smithi086 bash[26112]: audit 2023-12-21T04:58:00.374453+0000 mon.smithi086 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:58:01.833 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:01 smithi105 bash[29232]: cluster 2023-12-21T04:57:59.778233+0000 mgr.smithi086.vbfnjc (mgr.14182) 673 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:01 smithi105 bash[29232]: audit 2023-12-21T04:58:00.160264+0000 mgr.smithi086.vbfnjc (mgr.14182) 674 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:01 smithi105 bash[29232]: audit 2023-12-21T04:58:00.374453+0000 mon.smithi086 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:58:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:03 smithi086 bash[26112]: cluster 2023-12-21T04:58:01.779676+0000 mgr.smithi086.vbfnjc (mgr.14182) 675 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:03.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:03 smithi105 bash[29232]: cluster 2023-12-21T04:58:01.779676+0000 mgr.smithi086.vbfnjc (mgr.14182) 675 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:05.039 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:05.039 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:05.644 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:05 smithi086 bash[26112]: cluster 2023-12-21T04:58:03.781340+0000 mgr.smithi086.vbfnjc (mgr.14182) 676 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:05.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:05 smithi105 bash[29232]: cluster 2023-12-21T04:58:03.781340+0000 mgr.smithi086.vbfnjc (mgr.14182) 676 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:06.646 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:06.657 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:06 smithi086 bash[26112]: audit 2023-12-21T04:58:05.024569+0000 mgr.smithi086.vbfnjc (mgr.14182) 677 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:06.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:06 smithi105 bash[29232]: audit 2023-12-21T04:58:05.024569+0000 mgr.smithi086.vbfnjc (mgr.14182) 677 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:07.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:07 smithi086 bash[26112]: cluster 2023-12-21T04:58:05.783195+0000 mgr.smithi086.vbfnjc (mgr.14182) 678 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:07.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:07 smithi105 bash[29232]: cluster 2023-12-21T04:58:05.783195+0000 mgr.smithi086.vbfnjc (mgr.14182) 678 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:09.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:08 smithi086 bash[26112]: cluster 2023-12-21T04:58:07.784655+0000 mgr.smithi086.vbfnjc (mgr.14182) 679 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:08 smithi105 bash[29232]: cluster 2023-12-21T04:58:07.784655+0000 mgr.smithi086.vbfnjc (mgr.14182) 679 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:58:09.757 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:09.757 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:10.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:11.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:10 smithi086 bash[26112]: audit 2023-12-21T04:58:09.743521+0000 mgr.smithi086.vbfnjc (mgr.14182) 680 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:11.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:10 smithi086 bash[26112]: cluster 2023-12-21T04:58:09.785812+0000 mgr.smithi086.vbfnjc (mgr.14182) 681 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:10 smithi105 bash[29232]: audit 2023-12-21T04:58:09.743521+0000 mgr.smithi086.vbfnjc (mgr.14182) 680 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:11.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:10 smithi105 bash[29232]: cluster 2023-12-21T04:58:09.785812+0000 mgr.smithi086.vbfnjc (mgr.14182) 681 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:11.388 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:13.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:12 smithi086 bash[26112]: cluster 2023-12-21T04:58:11.787260+0000 mgr.smithi086.vbfnjc (mgr.14182) 682 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:12 smithi105 bash[29232]: cluster 2023-12-21T04:58:11.787260+0000 mgr.smithi086.vbfnjc (mgr.14182) 682 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:14.442 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:14.442 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:15.131 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:15.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:14 smithi086 bash[26112]: cluster 2023-12-21T04:58:13.788658+0000 mgr.smithi086.vbfnjc (mgr.14182) 683 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:14 smithi105 bash[29232]: cluster 2023-12-21T04:58:13.788658+0000 mgr.smithi086.vbfnjc (mgr.14182) 683 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:16.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:15 smithi105 bash[29232]: audit 2023-12-21T04:58:14.432478+0000 mgr.smithi086.vbfnjc (mgr.14182) 684 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:16.133 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:16.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:15 smithi086 bash[26112]: audit 2023-12-21T04:58:14.432478+0000 mgr.smithi086.vbfnjc (mgr.14182) 684 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:17.235 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:16 smithi086 bash[26112]: cluster 2023-12-21T04:58:15.790477+0000 mgr.smithi086.vbfnjc (mgr.14182) 685 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:17.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:16 smithi105 bash[29232]: cluster 2023-12-21T04:58:15.790477+0000 mgr.smithi086.vbfnjc (mgr.14182) 685 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:19.142 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:19.142 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:19.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:18 smithi086 bash[26112]: cluster 2023-12-21T04:58:17.792018+0000 mgr.smithi086.vbfnjc (mgr.14182) 686 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:18 smithi105 bash[29232]: cluster 2023-12-21T04:58:17.792018+0000 mgr.smithi086.vbfnjc (mgr.14182) 686 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:19.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:20.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:19 smithi086 bash[26112]: audit 2023-12-21T04:58:19.128221+0000 mgr.smithi086.vbfnjc (mgr.14182) 687 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:19 smithi105 bash[29232]: audit 2023-12-21T04:58:19.128221+0000 mgr.smithi086.vbfnjc (mgr.14182) 687 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:20.788 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:21.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:20 smithi086 bash[26112]: cluster 2023-12-21T04:58:19.793419+0000 mgr.smithi086.vbfnjc (mgr.14182) 688 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:20 smithi105 bash[29232]: cluster 2023-12-21T04:58:19.793419+0000 mgr.smithi086.vbfnjc (mgr.14182) 688 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:23.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:22 smithi086 bash[26112]: cluster 2023-12-21T04:58:21.795051+0000 mgr.smithi086.vbfnjc (mgr.14182) 689 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:23.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:22 smithi105 bash[29232]: cluster 2023-12-21T04:58:21.795051+0000 mgr.smithi086.vbfnjc (mgr.14182) 689 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:23.772 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:23.772 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:24.433 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:25.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:24 smithi086 bash[26112]: audit 2023-12-21T04:58:23.760540+0000 mgr.smithi086.vbfnjc (mgr.14182) 690 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:25.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:24 smithi086 bash[26112]: cluster 2023-12-21T04:58:23.796739+0000 mgr.smithi086.vbfnjc (mgr.14182) 691 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:24 smithi105 bash[29232]: audit 2023-12-21T04:58:23.760540+0000 mgr.smithi086.vbfnjc (mgr.14182) 690 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:25.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:24 smithi105 bash[29232]: cluster 2023-12-21T04:58:23.796739+0000 mgr.smithi086.vbfnjc (mgr.14182) 691 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:25.434 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:27.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:26 smithi086 bash[26112]: cluster 2023-12-21T04:58:25.798695+0000 mgr.smithi086.vbfnjc (mgr.14182) 692 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:27.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:26 smithi105 bash[29232]: cluster 2023-12-21T04:58:25.798695+0000 mgr.smithi086.vbfnjc (mgr.14182) 692 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:28.631 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:28.632 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:29.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:29 smithi105 bash[29232]: cluster 2023-12-21T04:58:27.800300+0000 mgr.smithi086.vbfnjc (mgr.14182) 693 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:29 smithi086 bash[26112]: cluster 2023-12-21T04:58:27.800300+0000 mgr.smithi086.vbfnjc (mgr.14182) 693 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:30.249 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:30 smithi105 bash[29232]: audit 2023-12-21T04:58:28.625581+0000 mgr.smithi086.vbfnjc (mgr.14182) 694 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:30.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:30 smithi086 bash[26112]: audit 2023-12-21T04:58:28.625581+0000 mgr.smithi086.vbfnjc (mgr.14182) 694 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:31.322 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:31 smithi086 bash[26112]: cluster 2023-12-21T04:58:29.801998+0000 mgr.smithi086.vbfnjc (mgr.14182) 695 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:31 smithi105 bash[29232]: cluster 2023-12-21T04:58:29.801998+0000 mgr.smithi086.vbfnjc (mgr.14182) 695 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:33.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:33 smithi086 bash[26112]: cluster 2023-12-21T04:58:31.803536+0000 mgr.smithi086.vbfnjc (mgr.14182) 696 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:33.278 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:33.278 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:33 smithi105 bash[29232]: cluster 2023-12-21T04:58:31.803536+0000 mgr.smithi086.vbfnjc (mgr.14182) 696 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:33.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:34.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:34 smithi086 bash[26112]: audit 2023-12-21T04:58:33.267618+0000 mgr.smithi086.vbfnjc (mgr.14182) 697 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:34 smithi105 bash[29232]: audit 2023-12-21T04:58:33.267618+0000 mgr.smithi086.vbfnjc (mgr.14182) 697 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:34.866 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:35.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:35 smithi086 bash[26112]: cluster 2023-12-21T04:58:33.805216+0000 mgr.smithi086.vbfnjc (mgr.14182) 698 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:35 smithi105 bash[29232]: cluster 2023-12-21T04:58:33.805216+0000 mgr.smithi086.vbfnjc (mgr.14182) 698 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:37 smithi105 bash[29232]: cluster 2023-12-21T04:58:35.806934+0000 mgr.smithi086.vbfnjc (mgr.14182) 699 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:37.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:37 smithi086 bash[26112]: cluster 2023-12-21T04:58:35.806934+0000 mgr.smithi086.vbfnjc (mgr.14182) 699 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:38.127 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:38.127 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:38.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:39 smithi105 bash[29232]: cluster 2023-12-21T04:58:37.808269+0000 mgr.smithi086.vbfnjc (mgr.14182) 700 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:39 smithi105 bash[29232]: audit 2023-12-21T04:58:38.114970+0000 mgr.smithi086.vbfnjc (mgr.14182) 701 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:39.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:39 smithi086 bash[26112]: cluster 2023-12-21T04:58:37.808269+0000 mgr.smithi086.vbfnjc (mgr.14182) 700 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:39.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:39 smithi086 bash[26112]: audit 2023-12-21T04:58:38.114970+0000 mgr.smithi086.vbfnjc (mgr.14182) 701 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:39.748 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:41 smithi105 bash[29232]: cluster 2023-12-21T04:58:39.810016+0000 mgr.smithi086.vbfnjc (mgr.14182) 702 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:41.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:41 smithi086 bash[26112]: cluster 2023-12-21T04:58:39.810016+0000 mgr.smithi086.vbfnjc (mgr.14182) 702 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:42.782 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:42.782 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:43 smithi086 bash[26112]: cluster 2023-12-21T04:58:41.811502+0000 mgr.smithi086.vbfnjc (mgr.14182) 703 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:43 smithi105 bash[29232]: cluster 2023-12-21T04:58:41.811502+0000 mgr.smithi086.vbfnjc (mgr.14182) 703 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:43.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:44 smithi105 bash[29232]: audit 2023-12-21T04:58:42.770750+0000 mgr.smithi086.vbfnjc (mgr.14182) 704 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:44.403 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:44.413 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:44 smithi086 bash[26112]: audit 2023-12-21T04:58:42.770750+0000 mgr.smithi086.vbfnjc (mgr.14182) 704 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:45 smithi105 bash[29232]: cluster 2023-12-21T04:58:43.813242+0000 mgr.smithi086.vbfnjc (mgr.14182) 705 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:45.428 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:45 smithi086 bash[26112]: cluster 2023-12-21T04:58:43.813242+0000 mgr.smithi086.vbfnjc (mgr.14182) 705 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:47.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:47 smithi086 bash[26112]: cluster 2023-12-21T04:58:45.815104+0000 mgr.smithi086.vbfnjc (mgr.14182) 706 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:47.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:47 smithi105 bash[29232]: cluster 2023-12-21T04:58:45.815104+0000 mgr.smithi086.vbfnjc (mgr.14182) 706 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:47.413 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:47.413 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:48.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:48 smithi105 bash[29232]: audit 2023-12-21T04:58:47.402021+0000 mgr.smithi086.vbfnjc (mgr.14182) 707 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:48.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:48 smithi086 bash[26112]: audit 2023-12-21T04:58:47.402021+0000 mgr.smithi086.vbfnjc (mgr.14182) 707 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:49.049 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:49 smithi105 bash[29232]: cluster 2023-12-21T04:58:47.816817+0000 mgr.smithi086.vbfnjc (mgr.14182) 708 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:49.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:49 smithi086 bash[26112]: cluster 2023-12-21T04:58:47.816817+0000 mgr.smithi086.vbfnjc (mgr.14182) 708 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:51 smithi105 bash[29232]: cluster 2023-12-21T04:58:49.818687+0000 mgr.smithi086.vbfnjc (mgr.14182) 709 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:51.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:51 smithi086 bash[26112]: cluster 2023-12-21T04:58:49.818687+0000 mgr.smithi086.vbfnjc (mgr.14182) 709 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:52.338 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:52.338 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:53.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:53 smithi105 bash[29232]: cluster 2023-12-21T04:58:51.820143+0000 mgr.smithi086.vbfnjc (mgr.14182) 710 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:53 smithi105 bash[29232]: audit 2023-12-21T04:58:52.324079+0000 mgr.smithi086.vbfnjc (mgr.14182) 711 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:53.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:53 smithi086 bash[26112]: cluster 2023-12-21T04:58:51.820143+0000 mgr.smithi086.vbfnjc (mgr.14182) 710 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:53.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:53 smithi086 bash[26112]: audit 2023-12-21T04:58:52.324079+0000 mgr.smithi086.vbfnjc (mgr.14182) 711 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:54.012 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:55.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:55 smithi086 bash[26112]: cluster 2023-12-21T04:58:53.821816+0000 mgr.smithi086.vbfnjc (mgr.14182) 712 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:55 smithi105 bash[29232]: cluster 2023-12-21T04:58:53.821816+0000 mgr.smithi086.vbfnjc (mgr.14182) 712 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:57.138 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:58:57.138 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:56:49.366850Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.vzrrfa on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:58:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:57 smithi105 bash[29232]: cluster 2023-12-21T04:58:55.823693+0000 mgr.smithi086.vbfnjc (mgr.14182) 713 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:57.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:57 smithi086 bash[26112]: cluster 2023-12-21T04:58:55.823693+0000 mgr.smithi086.vbfnjc (mgr.14182) 713 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:58:57.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:58:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:58 smithi105 bash[29232]: audit 2023-12-21T04:58:57.127039+0000 mgr.smithi086.vbfnjc (mgr.14182) 714 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:58 smithi105 bash[29232]: audit 2023-12-21T04:58:57.781644+0000 mon.smithi086 (mon.0) 817 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:58:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:58 smithi105 bash[29232]: audit 2023-12-21T04:58:58.096775+0000 mon.smithi086 (mon.0) 818 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:58 smithi105 bash[29232]: audit 2023-12-21T04:58:58.098325+0000 mon.smithi086 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:58:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:58 smithi105 bash[29232]: audit 2023-12-21T04:58:58.107486+0000 mon.smithi086 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:58:58.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:58 smithi086 bash[26112]: audit 2023-12-21T04:58:57.127039+0000 mgr.smithi086.vbfnjc (mgr.14182) 714 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:58:58.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:58 smithi086 bash[26112]: audit 2023-12-21T04:58:57.781644+0000 mon.smithi086 (mon.0) 817 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T04:58:58.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:58 smithi086 bash[26112]: audit 2023-12-21T04:58:58.096775+0000 mon.smithi086 (mon.0) 818 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T04:58:58.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:58 smithi086 bash[26112]: audit 2023-12-21T04:58:58.098325+0000 mon.smithi086 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T04:58:58.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:58 smithi086 bash[26112]: audit 2023-12-21T04:58:58.107486+0000 mon.smithi086 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:58:58.802 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:58:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:59 smithi105 bash[29232]: cluster 2023-12-21T04:58:57.824818+0000 mgr.smithi086.vbfnjc (mgr.14182) 715 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:59 smithi105 bash[29232]: cluster 2023-12-21T04:58:58.108670+0000 mgr.smithi086.vbfnjc (mgr.14182) 716 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:58:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:59 smithi105 bash[29232]: cluster 2023-12-21T04:58:58.111719+0000 mon.smithi086 (mon.0) 821 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:58:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:59 smithi105 bash[29232]: cluster 2023-12-21T04:58:58.111790+0000 mon.smithi086 (mon.0) 822 : cluster [INF] Cluster is now healthy 2023-12-21T04:58:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:59 smithi105 bash[29232]: audit 2023-12-21T04:58:58.119304+0000 mon.smithi086 (mon.0) 823 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:58:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:59 smithi105 bash[29232]: audit 2023-12-21T04:58:58.132137+0000 mon.smithi086 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:58:59.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:58:59 smithi105 bash[29232]: cephadm 2023-12-21T04:58:58.136417+0000 mgr.smithi086.vbfnjc (mgr.14182) 717 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.izrmdb on smithi105 2023-12-21T04:58:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:59 smithi086 bash[26112]: cluster 2023-12-21T04:58:57.824818+0000 mgr.smithi086.vbfnjc (mgr.14182) 715 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:58:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:59 smithi086 bash[26112]: cluster 2023-12-21T04:58:58.108670+0000 mgr.smithi086.vbfnjc (mgr.14182) 716 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:58:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:59 smithi086 bash[26112]: cluster 2023-12-21T04:58:58.111719+0000 mon.smithi086 (mon.0) 821 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T04:58:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:59 smithi086 bash[26112]: cluster 2023-12-21T04:58:58.111790+0000 mon.smithi086 (mon.0) 822 : cluster [INF] Cluster is now healthy 2023-12-21T04:58:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:59 smithi086 bash[26112]: audit 2023-12-21T04:58:58.119304+0000 mon.smithi086 (mon.0) 823 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T04:58:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:59 smithi086 bash[26112]: audit 2023-12-21T04:58:58.132137+0000 mon.smithi086 (mon.0) 824 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:58:59.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:58:59 smithi086 bash[26112]: cephadm 2023-12-21T04:58:58.136417+0000 mgr.smithi086.vbfnjc (mgr.14182) 717 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.izrmdb on smithi105 2023-12-21T04:59:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:01 smithi086 bash[26112]: cluster 2023-12-21T04:59:00.110286+0000 mgr.smithi086.vbfnjc (mgr.14182) 718 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:59:01.528 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:01 smithi105 bash[29232]: cluster 2023-12-21T04:59:00.110286+0000 mgr.smithi086.vbfnjc (mgr.14182) 718 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:59:02.069 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:02.069 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:53.468327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.uarxsl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-uarxsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.uarxsl\nDeploy daemon haproxy.nfs.foo.smithi105.uarxsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.771687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.uwmhev on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-uwmhev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.uwmhev\nDeploy daemon haproxy.nfs.foo.smithi086.uwmhev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:57:57.773567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.mxpyka on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:02.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:02 smithi086 bash[26112]: audit 2023-12-21T04:59:01.901604+0000 mon.smithi086 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.izrmdb"}]: dispatch 2023-12-21T04:59:02.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:02 smithi105 bash[29232]: audit 2023-12-21T04:59:01.901604+0000 mon.smithi086 (mon.0) 825 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.izrmdb"}]: dispatch 2023-12-21T04:59:02.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: cephadm 2023-12-21T04:59:01.900336+0000 mgr.smithi086.vbfnjc (mgr.14182) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.izrmdb ... 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:03.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.izrmdb ... 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: cephadm 2023-12-21T04:59:01.900935+0000 mgr.smithi086.vbfnjc (mgr.14182) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: cephadm 2023-12-21T04:59:01.903332+0000 mgr.smithi086.vbfnjc (mgr.14182) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.izrmdb ... 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: cephadm 2023-12-21T04:59:01.907281+0000 mgr.smithi086.vbfnjc (mgr.14182) 722 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.vzwrak on smithi086 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: audit 2023-12-21T04:59:02.063253+0000 mgr.smithi086.vbfnjc (mgr.14182) 723 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:03.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: cluster 2023-12-21T04:59:02.111182+0000 mgr.smithi086.vbfnjc (mgr.14182) 724 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:59:03.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:03 smithi086 bash[26112]: audit 2023-12-21T04:59:02.924403+0000 mon.smithi086 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:59:03.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: cephadm 2023-12-21T04:59:01.900336+0000 mgr.smithi086.vbfnjc (mgr.14182) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:03.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:03.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.izrmdb ... 2023-12-21T04:59:03.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.izrmdb ... 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: cephadm 2023-12-21T04:59:01.900935+0000 mgr.smithi086.vbfnjc (mgr.14182) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: cephadm 2023-12-21T04:59:01.903332+0000 mgr.smithi086.vbfnjc (mgr.14182) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:03.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.izrmdb ... 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: cephadm 2023-12-21T04:59:01.907281+0000 mgr.smithi086.vbfnjc (mgr.14182) 722 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.vzwrak on smithi086 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: audit 2023-12-21T04:59:02.063253+0000 mgr.smithi086.vbfnjc (mgr.14182) 723 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: cluster 2023-12-21T04:59:02.111182+0000 mgr.smithi086.vbfnjc (mgr.14182) 724 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:59:03.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:03 smithi105 bash[29232]: audit 2023-12-21T04:59:02.924403+0000 mon.smithi086 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:59:03.776 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:05.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:05 smithi086 bash[26112]: cluster 2023-12-21T04:59:04.112648+0000 mgr.smithi086.vbfnjc (mgr.14182) 725 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:59:05.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:05 smithi105 bash[29232]: cluster 2023-12-21T04:59:04.112648+0000 mgr.smithi086.vbfnjc (mgr.14182) 725 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T04:59:06.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:06 smithi086 bash[26112]: audit 2023-12-21T04:59:05.921566+0000 mon.smithi086 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.vzwrak"}]: dispatch 2023-12-21T04:59:06.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:06 smithi105 bash[29232]: audit 2023-12-21T04:59:05.921566+0000 mon.smithi086 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.vzwrak"}]: dispatch 2023-12-21T04:59:07.300 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:07.300 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:07.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: cephadm 2023-12-21T04:59:05.920427+0000 mgr.smithi086.vbfnjc (mgr.14182) 726 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:07.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:07.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vzwrak ... 2023-12-21T04:59:07.509 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.510 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vzwrak ... 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: cephadm 2023-12-21T04:59:05.920949+0000 mgr.smithi086.vbfnjc (mgr.14182) 727 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: cephadm 2023-12-21T04:59:05.923027+0000 mgr.smithi086.vbfnjc (mgr.14182) 728 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:07.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T04:59:07.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vzwrak ... 2023-12-21T04:59:07.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:07.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:07.512 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:07.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: cephadm 2023-12-21T04:59:05.927496+0000 mgr.smithi086.vbfnjc (mgr.14182) 729 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:59:07.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: cephadm 2023-12-21T04:59:05.931270+0000 mgr.smithi086.vbfnjc (mgr.14182) 730 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:59:07.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: cluster 2023-12-21T04:59:05.932689+0000 mgr.smithi086.vbfnjc (mgr.14182) 731 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:59:07.513 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:07 smithi086 bash[26112]: cluster 2023-12-21T04:59:06.141652+0000 mon.smithi086 (mon.0) 828 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: cephadm 2023-12-21T04:59:05.920427+0000 mgr.smithi086.vbfnjc (mgr.14182) 726 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vzwrak ... 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:07.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vzwrak ... 2023-12-21T04:59:07.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: cephadm 2023-12-21T04:59:05.920949+0000 mgr.smithi086.vbfnjc (mgr.14182) 727 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: cephadm 2023-12-21T04:59:05.923027+0000 mgr.smithi086.vbfnjc (mgr.14182) 728 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vzwrak ... 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T04:59:07.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T04:59:07.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T04:59:07.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T04:59:07.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: cephadm 2023-12-21T04:59:05.927496+0000 mgr.smithi086.vbfnjc (mgr.14182) 729 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:59:07.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: cephadm 2023-12-21T04:59:05.931270+0000 mgr.smithi086.vbfnjc (mgr.14182) 730 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T04:59:07.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: cluster 2023-12-21T04:59:05.932689+0000 mgr.smithi086.vbfnjc (mgr.14182) 731 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:59:07.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:07 smithi105 bash[29232]: cluster 2023-12-21T04:59:06.141652+0000 mon.smithi086 (mon.0) 828 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T04:59:07.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:08.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:08 smithi086 bash[26112]: audit 2023-12-21T04:59:07.291795+0000 mgr.smithi086.vbfnjc (mgr.14182) 732 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:08.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:08 smithi105 bash[29232]: audit 2023-12-21T04:59:07.291795+0000 mgr.smithi086.vbfnjc (mgr.14182) 732 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:08.954 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:09.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:09 smithi086 bash[26112]: cluster 2023-12-21T04:59:07.934329+0000 mgr.smithi086.vbfnjc (mgr.14182) 733 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:59:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:09 smithi105 bash[29232]: cluster 2023-12-21T04:59:07.934329+0000 mgr.smithi086.vbfnjc (mgr.14182) 733 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T04:59:11.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:11 smithi086 bash[26112]: cluster 2023-12-21T04:59:09.936258+0000 mgr.smithi086.vbfnjc (mgr.14182) 734 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T04:59:11.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:11 smithi086 bash[26112]: audit 2023-12-21T04:59:10.435462+0000 mon.smithi086 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:59:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:11 smithi105 bash[29232]: cluster 2023-12-21T04:59:09.936258+0000 mgr.smithi086.vbfnjc (mgr.14182) 734 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T04:59:11.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:11 smithi105 bash[29232]: audit 2023-12-21T04:59:10.435462+0000 mon.smithi086 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:59:12.271 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:12.271 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:12.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:13.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:13 smithi086 bash[26112]: cluster 2023-12-21T04:59:11.937124+0000 mgr.smithi086.vbfnjc (mgr.14182) 735 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T04:59:13.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:13 smithi086 bash[26112]: audit 2023-12-21T04:59:12.257276+0000 mgr.smithi086.vbfnjc (mgr.14182) 736 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:13.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:13 smithi105 bash[29232]: cluster 2023-12-21T04:59:11.937124+0000 mgr.smithi086.vbfnjc (mgr.14182) 735 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T04:59:13.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:13 smithi105 bash[29232]: audit 2023-12-21T04:59:12.257276+0000 mgr.smithi086.vbfnjc (mgr.14182) 736 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:13.853 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:15.241 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:15 smithi086 bash[26112]: cluster 2023-12-21T04:59:13.938735+0000 mgr.smithi086.vbfnjc (mgr.14182) 737 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T04:59:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:15 smithi105 bash[29232]: cluster 2023-12-21T04:59:13.938735+0000 mgr.smithi086.vbfnjc (mgr.14182) 737 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T04:59:17.010 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:17.010 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:17 smithi086 bash[26112]: cluster 2023-12-21T04:59:15.940567+0000 mgr.smithi086.vbfnjc (mgr.14182) 738 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T04:59:17.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:17 smithi105 bash[29232]: cluster 2023-12-21T04:59:15.940567+0000 mgr.smithi086.vbfnjc (mgr.14182) 738 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T04:59:18.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:18 smithi086 bash[26112]: audit 2023-12-21T04:59:16.996280+0000 mgr.smithi086.vbfnjc (mgr.14182) 739 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:18.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:18 smithi086 bash[26112]: audit 2023-12-21T04:59:17.925010+0000 mon.smithi086 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:59:18.613 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:18.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:18 smithi105 bash[29232]: audit 2023-12-21T04:59:16.996280+0000 mgr.smithi086.vbfnjc (mgr.14182) 739 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:18.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:18 smithi105 bash[29232]: audit 2023-12-21T04:59:17.925010+0000 mon.smithi086 (mon.0) 830 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T04:59:19.511 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:19 smithi086 bash[26112]: cluster 2023-12-21T04:59:17.948660+0000 mgr.smithi086.vbfnjc (mgr.14182) 740 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:19 smithi105 bash[29232]: cluster 2023-12-21T04:59:17.948660+0000 mgr.smithi086.vbfnjc (mgr.14182) 740 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:21.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:21 smithi086 bash[26112]: cluster 2023-12-21T04:59:19.949765+0000 mgr.smithi086.vbfnjc (mgr.14182) 741 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:21 smithi105 bash[29232]: cluster 2023-12-21T04:59:19.949765+0000 mgr.smithi086.vbfnjc (mgr.14182) 741 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:21.696 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:21.696 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:22.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:23.323 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:23.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:23 smithi086 bash[26112]: audit 2023-12-21T04:59:21.683858+0000 mgr.smithi086.vbfnjc (mgr.14182) 742 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:23.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:23 smithi086 bash[26112]: cluster 2023-12-21T04:59:21.951009+0000 mgr.smithi086.vbfnjc (mgr.14182) 743 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:23.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:23 smithi105 bash[29232]: audit 2023-12-21T04:59:21.683858+0000 mgr.smithi086.vbfnjc (mgr.14182) 742 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:23.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:23 smithi105 bash[29232]: cluster 2023-12-21T04:59:21.951009+0000 mgr.smithi086.vbfnjc (mgr.14182) 743 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:25.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:25 smithi086 bash[26112]: cluster 2023-12-21T04:59:23.952766+0000 mgr.smithi086.vbfnjc (mgr.14182) 744 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:25 smithi105 bash[29232]: cluster 2023-12-21T04:59:23.952766+0000 mgr.smithi086.vbfnjc (mgr.14182) 744 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:26.395 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:26.395 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:27.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:27.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:27 smithi086 bash[26112]: cluster 2023-12-21T04:59:25.955160+0000 mgr.smithi086.vbfnjc (mgr.14182) 745 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:27.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:27 smithi086 bash[26112]: audit 2023-12-21T04:59:26.388711+0000 mgr.smithi086.vbfnjc (mgr.14182) 746 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:27.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:27 smithi105 bash[29232]: cluster 2023-12-21T04:59:25.955160+0000 mgr.smithi086.vbfnjc (mgr.14182) 745 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:27.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:27 smithi105 bash[29232]: audit 2023-12-21T04:59:26.388711+0000 mgr.smithi086.vbfnjc (mgr.14182) 746 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:28.008 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:29.210 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:28 smithi086 bash[26112]: cluster 2023-12-21T04:59:27.957409+0000 mgr.smithi086.vbfnjc (mgr.14182) 747 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:28 smithi105 bash[29232]: cluster 2023-12-21T04:59:27.957409+0000 mgr.smithi086.vbfnjc (mgr.14182) 747 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:31.150 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:31.150 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:31 smithi105 bash[29232]: cluster 2023-12-21T04:59:29.958872+0000 mgr.smithi086.vbfnjc (mgr.14182) 748 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:31.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:31 smithi086 bash[26112]: cluster 2023-12-21T04:59:29.958872+0000 mgr.smithi086.vbfnjc (mgr.14182) 748 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:31.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:32.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:32 smithi105 bash[29232]: audit 2023-12-21T04:59:31.142569+0000 mgr.smithi086.vbfnjc (mgr.14182) 749 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:32.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:32 smithi086 bash[26112]: audit 2023-12-21T04:59:31.142569+0000 mgr.smithi086.vbfnjc (mgr.14182) 749 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:32.712 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:33 smithi105 bash[29232]: cluster 2023-12-21T04:59:31.960090+0000 mgr.smithi086.vbfnjc (mgr.14182) 750 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:33.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:33 smithi086 bash[26112]: cluster 2023-12-21T04:59:31.960090+0000 mgr.smithi086.vbfnjc (mgr.14182) 750 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:35 smithi105 bash[29232]: cluster 2023-12-21T04:59:33.961841+0000 mgr.smithi086.vbfnjc (mgr.14182) 751 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:35.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:35 smithi086 bash[26112]: cluster 2023-12-21T04:59:33.961841+0000 mgr.smithi086.vbfnjc (mgr.14182) 751 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:36.027 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:36.027 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:36.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:37 smithi105 bash[29232]: cluster 2023-12-21T04:59:35.962876+0000 mgr.smithi086.vbfnjc (mgr.14182) 752 : 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-12-21T04:59:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:37 smithi105 bash[29232]: audit 2023-12-21T04:59:36.014023+0000 mgr.smithi086.vbfnjc (mgr.14182) 753 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:37.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:37 smithi086 bash[26112]: cluster 2023-12-21T04:59:35.962876+0000 mgr.smithi086.vbfnjc (mgr.14182) 752 : 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-12-21T04:59:37.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:37 smithi086 bash[26112]: audit 2023-12-21T04:59:36.014023+0000 mgr.smithi086.vbfnjc (mgr.14182) 753 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:37.626 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:38.972 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:38 smithi086 bash[26112]: cluster 2023-12-21T04:59:37.964239+0000 mgr.smithi086.vbfnjc (mgr.14182) 754 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:38 smithi105 bash[29232]: cluster 2023-12-21T04:59:37.964239+0000 mgr.smithi086.vbfnjc (mgr.14182) 754 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:40.700 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:40.701 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:41.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:40 smithi086 bash[26112]: cluster 2023-12-21T04:59:39.966129+0000 mgr.smithi086.vbfnjc (mgr.14182) 755 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:41.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:41.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:40 smithi105 bash[29232]: cluster 2023-12-21T04:59:39.966129+0000 mgr.smithi086.vbfnjc (mgr.14182) 755 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:42.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:41 smithi086 bash[26112]: audit 2023-12-21T04:59:40.689197+0000 mgr.smithi086.vbfnjc (mgr.14182) 756 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:42.262 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:42.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:41 smithi105 bash[29232]: audit 2023-12-21T04:59:40.689197+0000 mgr.smithi086.vbfnjc (mgr.14182) 756 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:43.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:42 smithi086 bash[26112]: cluster 2023-12-21T04:59:41.967344+0000 mgr.smithi086.vbfnjc (mgr.14182) 757 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:43.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:42 smithi105 bash[29232]: cluster 2023-12-21T04:59:41.967344+0000 mgr.smithi086.vbfnjc (mgr.14182) 757 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:45.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:44 smithi086 bash[26112]: cluster 2023-12-21T04:59:43.968234+0000 mgr.smithi086.vbfnjc (mgr.14182) 758 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:44 smithi105 bash[29232]: cluster 2023-12-21T04:59:43.968234+0000 mgr.smithi086.vbfnjc (mgr.14182) 758 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:45.395 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:45.395 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:46.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:46 smithi105 bash[29232]: audit 2023-12-21T04:59:45.387786+0000 mgr.smithi086.vbfnjc (mgr.14182) 759 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:46.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:46 smithi086 bash[26112]: audit 2023-12-21T04:59:45.387786+0000 mgr.smithi086.vbfnjc (mgr.14182) 759 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:47.031 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:47.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:47 smithi105 bash[29232]: cluster 2023-12-21T04:59:45.969327+0000 mgr.smithi086.vbfnjc (mgr.14182) 760 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:47.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:47 smithi086 bash[26112]: cluster 2023-12-21T04:59:45.969327+0000 mgr.smithi086.vbfnjc (mgr.14182) 760 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:49.368 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:48 smithi086 bash[26112]: cluster 2023-12-21T04:59:47.970230+0000 mgr.smithi086.vbfnjc (mgr.14182) 761 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:48 smithi105 bash[29232]: cluster 2023-12-21T04:59:47.970230+0000 mgr.smithi086.vbfnjc (mgr.14182) 761 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:50.159 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:50.160 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:50.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:51 smithi105 bash[29232]: cluster 2023-12-21T04:59:49.972132+0000 mgr.smithi086.vbfnjc (mgr.14182) 762 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:51.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:51 smithi105 bash[29232]: audit 2023-12-21T04:59:50.148883+0000 mgr.smithi086.vbfnjc (mgr.14182) 763 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:51.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:51 smithi086 bash[26112]: cluster 2023-12-21T04:59:49.972132+0000 mgr.smithi086.vbfnjc (mgr.14182) 762 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:51.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:51 smithi086 bash[26112]: audit 2023-12-21T04:59:50.148883+0000 mgr.smithi086.vbfnjc (mgr.14182) 763 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:51.763 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:53.096 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:53 smithi086 bash[26112]: cluster 2023-12-21T04:59:51.973039+0000 mgr.smithi086.vbfnjc (mgr.14182) 764 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:53 smithi105 bash[29232]: cluster 2023-12-21T04:59:51.973039+0000 mgr.smithi086.vbfnjc (mgr.14182) 764 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:54.781 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:54.781 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:55.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:55 smithi086 bash[26112]: cluster 2023-12-21T04:59:53.975132+0000 mgr.smithi086.vbfnjc (mgr.14182) 765 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:55 smithi105 bash[29232]: cluster 2023-12-21T04:59:53.975132+0000 mgr.smithi086.vbfnjc (mgr.14182) 765 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:55.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T04:59:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:56 smithi105 bash[29232]: audit 2023-12-21T04:59:54.771797+0000 mgr.smithi086.vbfnjc (mgr.14182) 766 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:56.437 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T04:59:56.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:56 smithi086 bash[26112]: audit 2023-12-21T04:59:54.771797+0000 mgr.smithi086.vbfnjc (mgr.14182) 766 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T04:59:57.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:57 smithi105 bash[29232]: cluster 2023-12-21T04:59:55.976887+0000 mgr.smithi086.vbfnjc (mgr.14182) 767 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:57.402 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:57 smithi086 bash[26112]: cluster 2023-12-21T04:59:55.976887+0000 mgr.smithi086.vbfnjc (mgr.14182) 767 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T04:59:59.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:58 smithi086 bash[26112]: cluster 2023-12-21T04:59:57.978346+0000 mgr.smithi086.vbfnjc (mgr.14182) 768 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T04:59:59.364 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T04:59:59.365 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T04:59:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:58 smithi105 bash[29232]: cluster 2023-12-21T04:59:57.978346+0000 mgr.smithi086.vbfnjc (mgr.14182) 768 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:00.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:00.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 04:59:59 smithi086 bash[26112]: audit 2023-12-21T04:59:59.353259+0000 mgr.smithi086.vbfnjc (mgr.14182) 769 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 04:59:59 smithi105 bash[29232]: audit 2023-12-21T04:59:59.353259+0000 mgr.smithi086.vbfnjc (mgr.14182) 769 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:01.020 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T04:59:59.979858+0000 mgr.smithi086.vbfnjc (mgr.14182) 770 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000232+0000 mon.smithi086 (mon.0) 831 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:00:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000290+0000 mon.smithi086 (mon.0) 832 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-21T05:00:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000321+0000 mon.smithi086 (mon.0) 833 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T05:00:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000357+0000 mon.smithi086 (mon.0) 834 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000386+0000 mon.smithi086 (mon.0) 835 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T05:00:01.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000416+0000 mon.smithi086 (mon.0) 836 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000443+0000 mon.smithi086 (mon.0) 837 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000469+0000 mon.smithi086 (mon.0) 838 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000495+0000 mon.smithi086 (mon.0) 839 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi105.izrmdb ... 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000521+0000 mon.smithi086 (mon.0) 840 : 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-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000549+0000 mon.smithi086 (mon.0) 841 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000580+0000 mon.smithi086 (mon.0) 842 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000612+0000 mon.smithi086 (mon.0) 843 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000640+0000 mon.smithi086 (mon.0) 844 : 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-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000684+0000 mon.smithi086 (mon.0) 845 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000723+0000 mon.smithi086 (mon.0) 846 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000750+0000 mon.smithi086 (mon.0) 847 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000780+0000 mon.smithi086 (mon.0) 848 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T05:00:01.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000812+0000 mon.smithi086 (mon.0) 849 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000843+0000 mon.smithi086 (mon.0) 850 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000870+0000 mon.smithi086 (mon.0) 851 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi086.vzwrak ... 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000901+0000 mon.smithi086 (mon.0) 852 : 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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000932+0000 mon.smithi086 (mon.0) 853 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000958+0000 mon.smithi086 (mon.0) 854 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.000988+0000 mon.smithi086 (mon.0) 855 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.001014+0000 mon.smithi086 (mon.0) 856 : 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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.001047+0000 mon.smithi086 (mon.0) 857 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:01.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:00 smithi086 bash[26112]: cluster 2023-12-21T05:00:00.001075+0000 mon.smithi086 (mon.0) 858 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:00 smithi105 bash[29232]: cluster 2023-12-21T04:59:59.979858+0000 mgr.smithi086.vbfnjc (mgr.14182) 770 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:00 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000232+0000 mon.smithi086 (mon.0) 831 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000290+0000 mon.smithi086 (mon.0) 832 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000321+0000 mon.smithi086 (mon.0) 833 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000357+0000 mon.smithi086 (mon.0) 834 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000386+0000 mon.smithi086 (mon.0) 835 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000416+0000 mon.smithi086 (mon.0) 836 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000443+0000 mon.smithi086 (mon.0) 837 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000469+0000 mon.smithi086 (mon.0) 838 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000495+0000 mon.smithi086 (mon.0) 839 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi105.izrmdb ... 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000521+0000 mon.smithi086 (mon.0) 840 : 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-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000549+0000 mon.smithi086 (mon.0) 841 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000580+0000 mon.smithi086 (mon.0) 842 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:01.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000612+0000 mon.smithi086 (mon.0) 843 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000640+0000 mon.smithi086 (mon.0) 844 : 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-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000684+0000 mon.smithi086 (mon.0) 845 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000723+0000 mon.smithi086 (mon.0) 846 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000750+0000 mon.smithi086 (mon.0) 847 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000780+0000 mon.smithi086 (mon.0) 848 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000812+0000 mon.smithi086 (mon.0) 849 : cluster [WRN] /usr/bin/docker: stdout 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000843+0000 mon.smithi086 (mon.0) 850 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000870+0000 mon.smithi086 (mon.0) 851 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi086.vzwrak ... 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000901+0000 mon.smithi086 (mon.0) 852 : 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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000932+0000 mon.smithi086 (mon.0) 853 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000958+0000 mon.smithi086 (mon.0) 854 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.000988+0000 mon.smithi086 (mon.0) 855 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.001014+0000 mon.smithi086 (mon.0) 856 : 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=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.001047+0000 mon.smithi086 (mon.0) 857 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:01.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:01 smithi105 bash[29232]: cluster 2023-12-21T05:00:00.001075+0000 mon.smithi086 (mon.0) 858 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:03.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:03 smithi105 bash[29232]: cluster 2023-12-21T05:00:01.980620+0000 mgr.smithi086.vbfnjc (mgr.14182) 771 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:03.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:03 smithi086 bash[26112]: cluster 2023-12-21T05:00:01.980620+0000 mgr.smithi086.vbfnjc (mgr.14182) 771 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:04.336 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:04.337 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:04.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:05.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:05 smithi086 bash[26112]: cluster 2023-12-21T05:00:03.982336+0000 mgr.smithi086.vbfnjc (mgr.14182) 772 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:05.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:05 smithi086 bash[26112]: audit 2023-12-21T05:00:04.323251+0000 mgr.smithi086.vbfnjc (mgr.14182) 773 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:05 smithi105 bash[29232]: cluster 2023-12-21T05:00:03.982336+0000 mgr.smithi086.vbfnjc (mgr.14182) 772 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:05 smithi105 bash[29232]: audit 2023-12-21T05:00:04.323251+0000 mgr.smithi086.vbfnjc (mgr.14182) 773 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:05.961 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:06.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:06 smithi086 bash[26112]: audit 2023-12-21T05:00:05.935450+0000 mon.smithi086 (mon.0) 859 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:00:06.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:06 smithi105 bash[29232]: audit 2023-12-21T05:00:05.935450+0000 mon.smithi086 (mon.0) 859 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:00:07.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:07 smithi086 bash[26112]: cluster 2023-12-21T05:00:05.984299+0000 mgr.smithi086.vbfnjc (mgr.14182) 774 : 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-12-21T05:00:07.353 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:07 smithi086 bash[26112]: audit 2023-12-21T05:00:06.275953+0000 mon.smithi086 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:00:07.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:07 smithi086 bash[26112]: audit 2023-12-21T05:00:06.277188+0000 mon.smithi086 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:00:07.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:07 smithi086 bash[26112]: audit 2023-12-21T05:00:06.285771+0000 mon.smithi086 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:00:07.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:07 smithi086 bash[26112]: cluster 2023-12-21T05:00:06.286715+0000 mgr.smithi086.vbfnjc (mgr.14182) 775 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:07.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:07 smithi086 bash[26112]: audit 2023-12-21T05:00:06.293601+0000 mon.smithi086 (mon.0) 863 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:00:07.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:07 smithi086 bash[26112]: audit 2023-12-21T05:00:06.312447+0000 mon.smithi086 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:00:07.354 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:07 smithi086 bash[26112]: cephadm 2023-12-21T05:00:06.316813+0000 mgr.smithi086.vbfnjc (mgr.14182) 776 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.iynmzo on smithi105 2023-12-21T05:00:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:07 smithi105 bash[29232]: cluster 2023-12-21T05:00:05.984299+0000 mgr.smithi086.vbfnjc (mgr.14182) 774 : 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-12-21T05:00:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:07 smithi105 bash[29232]: audit 2023-12-21T05:00:06.275953+0000 mon.smithi086 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:00:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:07 smithi105 bash[29232]: audit 2023-12-21T05:00:06.277188+0000 mon.smithi086 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:00:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:07 smithi105 bash[29232]: audit 2023-12-21T05:00:06.285771+0000 mon.smithi086 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:00:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:07 smithi105 bash[29232]: cluster 2023-12-21T05:00:06.286715+0000 mgr.smithi086.vbfnjc (mgr.14182) 775 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:07 smithi105 bash[29232]: audit 2023-12-21T05:00:06.293601+0000 mon.smithi086 (mon.0) 863 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:00:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:07 smithi105 bash[29232]: audit 2023-12-21T05:00:06.312447+0000 mon.smithi086 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:00:07.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:07 smithi105 bash[29232]: cephadm 2023-12-21T05:00:06.316813+0000 mgr.smithi086.vbfnjc (mgr.14182) 776 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.iynmzo on smithi105 2023-12-21T05:00:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:08 smithi105 bash[29232]: cluster 2023-12-21T05:00:07.283160+0000 mon.smithi086 (mon.0) 865 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:00:08.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:08 smithi105 bash[29232]: cluster 2023-12-21T05:00:07.283194+0000 mon.smithi086 (mon.0) 866 : cluster [INF] Cluster is now healthy 2023-12-21T05:00:08.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:08 smithi086 bash[26112]: cluster 2023-12-21T05:00:07.283160+0000 mon.smithi086 (mon.0) 865 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:00:08.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:08 smithi086 bash[26112]: cluster 2023-12-21T05:00:07.283194+0000 mon.smithi086 (mon.0) 866 : cluster [INF] Cluster is now healthy 2023-12-21T05:00:09.172 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:09.173 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:57:57.775278Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.siwjik on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:09 smithi105 bash[29232]: cluster 2023-12-21T05:00:08.288065+0000 mgr.smithi086.vbfnjc (mgr.14182) 777 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:09.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:09 smithi086 bash[26112]: cluster 2023-12-21T05:00:08.288065+0000 mgr.smithi086.vbfnjc (mgr.14182) 777 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:09.784 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:10 smithi105 bash[29232]: audit 2023-12-21T05:00:09.166661+0000 mgr.smithi086.vbfnjc (mgr.14182) 778 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:10.471 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:10 smithi086 bash[26112]: audit 2023-12-21T05:00:09.166661+0000 mgr.smithi086.vbfnjc (mgr.14182) 778 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:10.784 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:11 smithi105 bash[29232]: cluster 2023-12-21T05:00:10.289652+0000 mgr.smithi086.vbfnjc (mgr.14182) 779 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:11 smithi105 bash[29232]: audit 2023-12-21T05:00:10.471837+0000 mon.smithi086 (mon.0) 867 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.iynmzo"}]: dispatch 2023-12-21T05:00:11.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:11 smithi086 bash[26112]: cluster 2023-12-21T05:00:10.289652+0000 mgr.smithi086.vbfnjc (mgr.14182) 779 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:11.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:11 smithi086 bash[26112]: audit 2023-12-21T05:00:10.471837+0000 mon.smithi086 (mon.0) 867 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.iynmzo"}]: dispatch 2023-12-21T05:00:12.302 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: cephadm 2023-12-21T05:00:10.470671+0000 mgr.smithi086.vbfnjc (mgr.14182) 780 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.302 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.iynmzo ... 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:00:12.303 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.iynmzo ... 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:12.304 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: cephadm 2023-12-21T05:00:10.471166+0000 mgr.smithi086.vbfnjc (mgr.14182) 781 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: cephadm 2023-12-21T05:00:10.473513+0000 mgr.smithi086.vbfnjc (mgr.14182) 782 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.iynmzo ... 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:12.305 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.306 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:12 smithi086 bash[26112]: cephadm 2023-12-21T05:00:10.478356+0000 mgr.smithi086.vbfnjc (mgr.14182) 783 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.yhcnel on smithi086 2023-12-21T05:00:12.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: cephadm 2023-12-21T05:00:10.470671+0000 mgr.smithi086.vbfnjc (mgr.14182) 780 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.iynmzo ... 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:00:12.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.iynmzo ... 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: cephadm 2023-12-21T05:00:10.471166+0000 mgr.smithi086.vbfnjc (mgr.14182) 781 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: cephadm 2023-12-21T05:00:10.473513+0000 mgr.smithi086.vbfnjc (mgr.14182) 782 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.iynmzo ... 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:12.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:12 smithi105 bash[29232]: cephadm 2023-12-21T05:00:10.478356+0000 mgr.smithi086.vbfnjc (mgr.14182) 783 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.yhcnel on smithi086 2023-12-21T05:00:13.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:13 smithi105 bash[29232]: cluster 2023-12-21T05:00:12.290768+0000 mgr.smithi086.vbfnjc (mgr.14182) 784 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:13.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:13 smithi086 bash[26112]: cluster 2023-12-21T05:00:12.290768+0000 mgr.smithi086.vbfnjc (mgr.14182) 784 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:14.184 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:14.184 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:01.903104Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.izrmdb on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-izrmdb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.izrmdb\nDeploy daemon haproxy.nfs.foo.smithi105.izrmdb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.922884Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vzwrak on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vzwrak\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vzwrak\nDeploy daemon haproxy.nfs.foo.smithi086.vzwrak ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T04:59:05.927271Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.axsisz on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:14.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: audit 2023-12-21T05:00:14.173446+0000 mgr.smithi086.vbfnjc (mgr.14182) 785 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: cluster 2023-12-21T05:00:14.292416+0000 mgr.smithi086.vbfnjc (mgr.14182) 786 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: cephadm 2023-12-21T05:00:14.355009+0000 mgr.smithi086.vbfnjc (mgr.14182) 787 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.yhcnel ... 2023-12-21T05:00:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.yhcnel ... 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: cephadm 2023-12-21T05:00:14.355293+0000 mgr.smithi086.vbfnjc (mgr.14182) 788 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: audit 2023-12-21T05:00:14.355736+0000 mon.smithi086 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.yhcnel"}]: dispatch 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: cephadm 2023-12-21T05:00:14.356838+0000 mgr.smithi086.vbfnjc (mgr.14182) 789 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.yhcnel ... 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:15.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:15.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:15.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: cephadm 2023-12-21T05:00:14.358724+0000 mgr.smithi086.vbfnjc (mgr.14182) 790 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:15.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: cephadm 2023-12-21T05:00:14.360226+0000 mgr.smithi086.vbfnjc (mgr.14182) 791 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:15.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:15 smithi105 bash[29232]: cluster 2023-12-21T05:00:14.361346+0000 mgr.smithi086.vbfnjc (mgr.14182) 792 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: audit 2023-12-21T05:00:14.173446+0000 mgr.smithi086.vbfnjc (mgr.14182) 785 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: cluster 2023-12-21T05:00:14.292416+0000 mgr.smithi086.vbfnjc (mgr.14182) 786 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: cephadm 2023-12-21T05:00:14.355009+0000 mgr.smithi086.vbfnjc (mgr.14182) 787 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.yhcnel ... 2023-12-21T05:00:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.yhcnel ... 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: cephadm 2023-12-21T05:00:14.355293+0000 mgr.smithi086.vbfnjc (mgr.14182) 788 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: audit 2023-12-21T05:00:14.355736+0000 mon.smithi086 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.yhcnel"}]: dispatch 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: cephadm 2023-12-21T05:00:14.356838+0000 mgr.smithi086.vbfnjc (mgr.14182) 789 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.yhcnel ... 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: cephadm 2023-12-21T05:00:14.358724+0000 mgr.smithi086.vbfnjc (mgr.14182) 790 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: cephadm 2023-12-21T05:00:14.360226+0000 mgr.smithi086.vbfnjc (mgr.14182) 791 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:00:15.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:15 smithi086 bash[26112]: cluster 2023-12-21T05:00:14.361346+0000 mgr.smithi086.vbfnjc (mgr.14182) 792 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2023-12-21T05:00:15.924 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:16.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:16 smithi105 bash[29232]: cluster 2023-12-21T05:00:15.346667+0000 mon.smithi086 (mon.0) 869 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:00:16.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:16 smithi105 bash[29232]: audit 2023-12-21T05:00:15.492813+0000 mon.smithi086 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:00:16.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:16 smithi086 bash[26112]: cluster 2023-12-21T05:00:15.346667+0000 mon.smithi086 (mon.0) 869 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:00:16.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:16 smithi086 bash[26112]: audit 2023-12-21T05:00:15.492813+0000 mon.smithi086 (mon.0) 870 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:00:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:17 smithi105 bash[29232]: cluster 2023-12-21T05:00:16.362816+0000 mgr.smithi086.vbfnjc (mgr.14182) 793 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:00:17.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:17 smithi086 bash[26112]: cluster 2023-12-21T05:00:16.362816+0000 mgr.smithi086.vbfnjc (mgr.14182) 793 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:00:19.002 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:19.002 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:19.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:18 smithi086 bash[26112]: cluster 2023-12-21T05:00:18.364209+0000 mgr.smithi086.vbfnjc (mgr.14182) 794 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:00:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:18 smithi105 bash[29232]: cluster 2023-12-21T05:00:18.364209+0000 mgr.smithi086.vbfnjc (mgr.14182) 794 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:00:19.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:20.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:19 smithi086 bash[26112]: audit 2023-12-21T05:00:18.989768+0000 mgr.smithi086.vbfnjc (mgr.14182) 795 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:20.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:19 smithi105 bash[29232]: audit 2023-12-21T05:00:18.989768+0000 mgr.smithi086.vbfnjc (mgr.14182) 795 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:20.638 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:21.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:20 smithi086 bash[26112]: cluster 2023-12-21T05:00:20.366004+0000 mgr.smithi086.vbfnjc (mgr.14182) 796 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:00:21.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:20 smithi105 bash[29232]: cluster 2023-12-21T05:00:20.366004+0000 mgr.smithi086.vbfnjc (mgr.14182) 796 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:00:23.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:23 smithi086 bash[26112]: cluster 2023-12-21T05:00:22.367564+0000 mgr.smithi086.vbfnjc (mgr.14182) 797 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:00:23.756 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:23.756 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:23.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:23 smithi105 bash[29232]: cluster 2023-12-21T05:00:22.367564+0000 mgr.smithi086.vbfnjc (mgr.14182) 797 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:00:24.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:25.454 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:25 smithi086 bash[26112]: audit 2023-12-21T05:00:23.749957+0000 mgr.smithi086.vbfnjc (mgr.14182) 798 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:25 smithi086 bash[26112]: cluster 2023-12-21T05:00:24.369258+0000 mgr.smithi086.vbfnjc (mgr.14182) 799 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2023-12-21T05:00:25.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:25 smithi105 bash[29232]: audit 2023-12-21T05:00:23.749957+0000 mgr.smithi086.vbfnjc (mgr.14182) 798 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:25.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:25 smithi105 bash[29232]: cluster 2023-12-21T05:00:24.369258+0000 mgr.smithi086.vbfnjc (mgr.14182) 799 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 0 B/s wr, 20 op/s 2023-12-21T05:00:27.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:27 smithi086 bash[26112]: cluster 2023-12-21T05:00:26.370702+0000 mgr.smithi086.vbfnjc (mgr.14182) 800 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 41 op/s 2023-12-21T05:00:27.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:27 smithi105 bash[29232]: cluster 2023-12-21T05:00:26.370702+0000 mgr.smithi086.vbfnjc (mgr.14182) 800 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 41 op/s 2023-12-21T05:00:28.696 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:28.696 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:29.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:28 smithi086 bash[26112]: cluster 2023-12-21T05:00:28.372708+0000 mgr.smithi086.vbfnjc (mgr.14182) 801 : cluster [DBG] pgmap v553: 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-12-21T05:00:29.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:28 smithi105 bash[29232]: cluster 2023-12-21T05:00:28.372708+0000 mgr.smithi086.vbfnjc (mgr.14182) 801 : cluster [DBG] pgmap v553: 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-12-21T05:00:30.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:29 smithi086 bash[26112]: audit 2023-12-21T05:00:28.685155+0000 mgr.smithi086.vbfnjc (mgr.14182) 802 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:30.320 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:29 smithi105 bash[29232]: audit 2023-12-21T05:00:28.685155+0000 mgr.smithi086.vbfnjc (mgr.14182) 802 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:31.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:30 smithi086 bash[26112]: cluster 2023-12-21T05:00:30.374399+0000 mgr.smithi086.vbfnjc (mgr.14182) 803 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2023-12-21T05:00:31.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:30 smithi105 bash[29232]: cluster 2023-12-21T05:00:30.374399+0000 mgr.smithi086.vbfnjc (mgr.14182) 803 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2023-12-21T05:00:33.333 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:33.333 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:33 smithi086 bash[26112]: cluster 2023-12-21T05:00:32.376178+0000 mgr.smithi086.vbfnjc (mgr.14182) 804 : cluster [DBG] pgmap v555: 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-12-21T05:00:33.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:33 smithi105 bash[29232]: cluster 2023-12-21T05:00:32.376178+0000 mgr.smithi086.vbfnjc (mgr.14182) 804 : cluster [DBG] pgmap v555: 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-12-21T05:00:33.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:34.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:34 smithi086 bash[26112]: audit 2023-12-21T05:00:33.319769+0000 mgr.smithi086.vbfnjc (mgr.14182) 805 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:34.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:34 smithi105 bash[29232]: audit 2023-12-21T05:00:33.319769+0000 mgr.smithi086.vbfnjc (mgr.14182) 805 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:34.917 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:35.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:35 smithi086 bash[26112]: cluster 2023-12-21T05:00:34.377924+0000 mgr.smithi086.vbfnjc (mgr.14182) 806 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2023-12-21T05:00:35.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:35 smithi105 bash[29232]: cluster 2023-12-21T05:00:34.377924+0000 mgr.smithi086.vbfnjc (mgr.14182) 806 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2023-12-21T05:00:36.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:36 smithi086 bash[26112]: cluster 2023-12-21T05:00:36.379597+0000 mgr.smithi086.vbfnjc (mgr.14182) 807 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 47 op/s 2023-12-21T05:00:36.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:36 smithi105 bash[29232]: cluster 2023-12-21T05:00:36.379597+0000 mgr.smithi086.vbfnjc (mgr.14182) 807 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 47 op/s 2023-12-21T05:00:38.120 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:38.120 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:38.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:39.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:38 smithi086 bash[26112]: audit 2023-12-21T05:00:38.107195+0000 mgr.smithi086.vbfnjc (mgr.14182) 808 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:39.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:38 smithi086 bash[26112]: cluster 2023-12-21T05:00:38.381294+0000 mgr.smithi086.vbfnjc (mgr.14182) 809 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 23 op/s 2023-12-21T05:00:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:38 smithi105 bash[29232]: audit 2023-12-21T05:00:38.107195+0000 mgr.smithi086.vbfnjc (mgr.14182) 808 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:38 smithi105 bash[29232]: cluster 2023-12-21T05:00:38.381294+0000 mgr.smithi086.vbfnjc (mgr.14182) 809 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 0 B/s wr, 23 op/s 2023-12-21T05:00:39.712 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:40.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:40 smithi086 bash[26112]: cluster 2023-12-21T05:00:40.383062+0000 mgr.smithi086.vbfnjc (mgr.14182) 810 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:40.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:40 smithi105 bash[29232]: cluster 2023-12-21T05:00:40.383062+0000 mgr.smithi086.vbfnjc (mgr.14182) 810 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:42.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:42 smithi086 bash[26112]: cluster 2023-12-21T05:00:42.384523+0000 mgr.smithi086.vbfnjc (mgr.14182) 811 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:42.766 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:42.767 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:42.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:42 smithi105 bash[29232]: cluster 2023-12-21T05:00:42.384523+0000 mgr.smithi086.vbfnjc (mgr.14182) 811 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:43.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:44.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:43 smithi086 bash[26112]: audit 2023-12-21T05:00:42.753384+0000 mgr.smithi086.vbfnjc (mgr.14182) 812 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:43 smithi105 bash[29232]: audit 2023-12-21T05:00:42.753384+0000 mgr.smithi086.vbfnjc (mgr.14182) 812 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:44.397 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:45.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:44 smithi086 bash[26112]: cluster 2023-12-21T05:00:44.386317+0000 mgr.smithi086.vbfnjc (mgr.14182) 813 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:45.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:44 smithi105 bash[29232]: cluster 2023-12-21T05:00:44.386317+0000 mgr.smithi086.vbfnjc (mgr.14182) 813 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:46 smithi086 bash[26112]: cluster 2023-12-21T05:00:46.387779+0000 mgr.smithi086.vbfnjc (mgr.14182) 814 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:46 smithi105 bash[29232]: cluster 2023-12-21T05:00:46.387779+0000 mgr.smithi086.vbfnjc (mgr.14182) 814 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:47.848 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:47.848 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:48.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:49.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:48 smithi086 bash[26112]: audit 2023-12-21T05:00:47.837243+0000 mgr.smithi086.vbfnjc (mgr.14182) 815 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:49.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:48 smithi086 bash[26112]: cluster 2023-12-21T05:00:48.389492+0000 mgr.smithi086.vbfnjc (mgr.14182) 816 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:48 smithi105 bash[29232]: audit 2023-12-21T05:00:47.837243+0000 mgr.smithi086.vbfnjc (mgr.14182) 815 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:48 smithi105 bash[29232]: cluster 2023-12-21T05:00:48.389492+0000 mgr.smithi086.vbfnjc (mgr.14182) 816 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:49.499 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:50.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:50 smithi086 bash[26112]: cluster 2023-12-21T05:00:50.391156+0000 mgr.smithi086.vbfnjc (mgr.14182) 817 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:50 smithi105 bash[29232]: cluster 2023-12-21T05:00:50.391156+0000 mgr.smithi086.vbfnjc (mgr.14182) 817 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:52.568 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:52.568 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:52.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:52 smithi086 bash[26112]: cluster 2023-12-21T05:00:52.392698+0000 mgr.smithi086.vbfnjc (mgr.14182) 818 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:52.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:52 smithi105 bash[29232]: cluster 2023-12-21T05:00:52.392698+0000 mgr.smithi086.vbfnjc (mgr.14182) 818 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:53.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:54.148 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:54.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:53 smithi086 bash[26112]: audit 2023-12-21T05:00:52.554463+0000 mgr.smithi086.vbfnjc (mgr.14182) 819 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:53 smithi105 bash[29232]: audit 2023-12-21T05:00:52.554463+0000 mgr.smithi086.vbfnjc (mgr.14182) 819 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:55.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:54 smithi086 bash[26112]: cluster 2023-12-21T05:00:54.394414+0000 mgr.smithi086.vbfnjc (mgr.14182) 820 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:55.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:54 smithi105 bash[29232]: cluster 2023-12-21T05:00:54.394414+0000 mgr.smithi086.vbfnjc (mgr.14182) 820 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:56.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:56 smithi086 bash[26112]: cluster 2023-12-21T05:00:56.395835+0000 mgr.smithi086.vbfnjc (mgr.14182) 821 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:56.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:56 smithi105 bash[29232]: cluster 2023-12-21T05:00:56.395835+0000 mgr.smithi086.vbfnjc (mgr.14182) 821 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:00:57.243 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:00:57.243 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:00:57.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:57 smithi086 bash[26112]: audit 2023-12-21T05:00:57.237133+0000 mgr.smithi086.vbfnjc (mgr.14182) 822 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:57.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:00:57.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:57 smithi105 bash[29232]: audit 2023-12-21T05:00:57.237133+0000 mgr.smithi086.vbfnjc (mgr.14182) 822 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:00:58.872 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:00:59.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:00:58 smithi086 bash[26112]: cluster 2023-12-21T05:00:58.397520+0000 mgr.smithi086.vbfnjc (mgr.14182) 823 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:00:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:00:58 smithi105 bash[29232]: cluster 2023-12-21T05:00:58.397520+0000 mgr.smithi086.vbfnjc (mgr.14182) 823 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:00.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:00 smithi086 bash[26112]: cluster 2023-12-21T05:01:00.399337+0000 mgr.smithi086.vbfnjc (mgr.14182) 824 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:00.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:00 smithi105 bash[29232]: cluster 2023-12-21T05:01:00.399337+0000 mgr.smithi086.vbfnjc (mgr.14182) 824 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:01.980 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:01.980 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:02.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:02.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:02 smithi086 bash[26112]: audit 2023-12-21T05:01:01.966817+0000 mgr.smithi086.vbfnjc (mgr.14182) 825 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:02.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:02 smithi086 bash[26112]: cluster 2023-12-21T05:01:02.400937+0000 mgr.smithi086.vbfnjc (mgr.14182) 826 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:02.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:02 smithi105 bash[29232]: audit 2023-12-21T05:01:01.966817+0000 mgr.smithi086.vbfnjc (mgr.14182) 825 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:02.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:02 smithi105 bash[29232]: cluster 2023-12-21T05:01:02.400937+0000 mgr.smithi086.vbfnjc (mgr.14182) 826 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:03.594 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:04.626 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:04 smithi086 bash[26112]: cluster 2023-12-21T05:01:04.401883+0000 mgr.smithi086.vbfnjc (mgr.14182) 827 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:04.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:04 smithi105 bash[29232]: cluster 2023-12-21T05:01:04.401883+0000 mgr.smithi086.vbfnjc (mgr.14182) 827 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:06.690 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:06.690 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:06.745 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:06 smithi086 bash[26112]: cluster 2023-12-21T05:01:06.402837+0000 mgr.smithi086.vbfnjc (mgr.14182) 828 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-21T05:01:06.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:06 smithi105 bash[29232]: cluster 2023-12-21T05:01:06.402837+0000 mgr.smithi086.vbfnjc (mgr.14182) 828 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-21T05:01:07.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:07.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:07 smithi086 bash[26112]: audit 2023-12-21T05:01:06.679143+0000 mgr.smithi086.vbfnjc (mgr.14182) 829 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:07.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:07 smithi105 bash[29232]: audit 2023-12-21T05:01:06.679143+0000 mgr.smithi086.vbfnjc (mgr.14182) 829 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:08.323 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:09.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:08 smithi086 bash[26112]: cluster 2023-12-21T05:01:08.404645+0000 mgr.smithi086.vbfnjc (mgr.14182) 830 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-21T05:01:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:08 smithi105 bash[29232]: cluster 2023-12-21T05:01:08.404645+0000 mgr.smithi086.vbfnjc (mgr.14182) 830 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-21T05:01:10.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:10 smithi086 bash[26112]: cluster 2023-12-21T05:01:10.406516+0000 mgr.smithi086.vbfnjc (mgr.14182) 831 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:01:10.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:10 smithi105 bash[29232]: cluster 2023-12-21T05:01:10.406516+0000 mgr.smithi086.vbfnjc (mgr.14182) 831 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:01:11.606 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:11.606 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:12.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:12.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:12 smithi086 bash[26112]: audit 2023-12-21T05:01:11.592202+0000 mgr.smithi086.vbfnjc (mgr.14182) 832 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:12.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:12 smithi086 bash[26112]: cluster 2023-12-21T05:01:12.408153+0000 mgr.smithi086.vbfnjc (mgr.14182) 833 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:01:12.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:12 smithi105 bash[29232]: audit 2023-12-21T05:01:11.592202+0000 mgr.smithi086.vbfnjc (mgr.14182) 832 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:12.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:12 smithi105 bash[29232]: cluster 2023-12-21T05:01:12.408153+0000 mgr.smithi086.vbfnjc (mgr.14182) 833 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:01:13.212 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:14.606 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:14 smithi086 bash[26112]: audit 2023-12-21T05:01:14.365200+0000 mon.smithi086 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:01:14.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:14 smithi105 bash[29232]: audit 2023-12-21T05:01:14.365200+0000 mon.smithi086 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:01:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:15 smithi086 bash[26112]: cluster 2023-12-21T05:01:14.410714+0000 mgr.smithi086.vbfnjc (mgr.14182) 834 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:01:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:15 smithi086 bash[26112]: audit 2023-12-21T05:01:14.684890+0000 mon.smithi086 (mon.0) 872 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:01:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:15 smithi086 bash[26112]: audit 2023-12-21T05:01:14.685899+0000 mon.smithi086 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:01:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:15 smithi086 bash[26112]: audit 2023-12-21T05:01:14.692889+0000 mon.smithi086 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:15 smithi086 bash[26112]: audit 2023-12-21T05:01:14.697853+0000 mon.smithi086 (mon.0) 875 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:01:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:15 smithi086 bash[26112]: audit 2023-12-21T05:01:14.709465+0000 mon.smithi086 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:15 smithi105 bash[29232]: cluster 2023-12-21T05:01:14.410714+0000 mgr.smithi086.vbfnjc (mgr.14182) 834 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:01:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:15 smithi105 bash[29232]: audit 2023-12-21T05:01:14.684890+0000 mon.smithi086 (mon.0) 872 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:01:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:15 smithi105 bash[29232]: audit 2023-12-21T05:01:14.685899+0000 mon.smithi086 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:01:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:15 smithi105 bash[29232]: audit 2023-12-21T05:01:14.692889+0000 mon.smithi086 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:15 smithi105 bash[29232]: audit 2023-12-21T05:01:14.697853+0000 mon.smithi086 (mon.0) 875 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:01:15.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:15 smithi105 bash[29232]: audit 2023-12-21T05:01:14.709465+0000 mon.smithi086 (mon.0) 876 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:16.458 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:16.458 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:59:05.931099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yphlex on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:16.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:16 smithi086 bash[26112]: cluster 2023-12-21T05:01:14.693687+0000 mgr.smithi086.vbfnjc (mgr.14182) 835 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2023-12-21T05:01:16.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:16 smithi086 bash[26112]: cephadm 2023-12-21T05:01:14.712299+0000 mgr.smithi086.vbfnjc (mgr.14182) 836 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.khcucr on smithi105 2023-12-21T05:01:16.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:16 smithi086 bash[26112]: cluster 2023-12-21T05:01:15.689748+0000 mon.smithi086 (mon.0) 877 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:01:16.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:16 smithi086 bash[26112]: cluster 2023-12-21T05:01:15.689827+0000 mon.smithi086 (mon.0) 878 : cluster [INF] Cluster is now healthy 2023-12-21T05:01:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:16 smithi105 bash[29232]: cluster 2023-12-21T05:01:14.693687+0000 mgr.smithi086.vbfnjc (mgr.14182) 835 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2023-12-21T05:01:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:16 smithi105 bash[29232]: cephadm 2023-12-21T05:01:14.712299+0000 mgr.smithi086.vbfnjc (mgr.14182) 836 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.khcucr on smithi105 2023-12-21T05:01:16.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:16 smithi105 bash[29232]: cluster 2023-12-21T05:01:15.689748+0000 mon.smithi086 (mon.0) 877 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:01:16.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:16 smithi105 bash[29232]: cluster 2023-12-21T05:01:15.689827+0000 mon.smithi086 (mon.0) 878 : cluster [INF] Cluster is now healthy 2023-12-21T05:01:17.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:18.095 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:18.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:18 smithi086 bash[26112]: audit 2023-12-21T05:01:16.446645+0000 mgr.smithi086.vbfnjc (mgr.14182) 837 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:18.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:18 smithi086 bash[26112]: cluster 2023-12-21T05:01:16.694897+0000 mgr.smithi086.vbfnjc (mgr.14182) 838 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-21T05:01:18.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:18 smithi086 bash[26112]: audit 2023-12-21T05:01:17.927489+0000 mon.smithi086 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:18.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:18 smithi105 bash[29232]: audit 2023-12-21T05:01:16.446645+0000 mgr.smithi086.vbfnjc (mgr.14182) 837 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:18.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:18 smithi105 bash[29232]: cluster 2023-12-21T05:01:16.694897+0000 mgr.smithi086.vbfnjc (mgr.14182) 838 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-21T05:01:18.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:18 smithi105 bash[29232]: audit 2023-12-21T05:01:17.927489+0000 mon.smithi086 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:19 smithi086 bash[26112]: audit 2023-12-21T05:01:18.507320+0000 mon.smithi086 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.khcucr"}]: dispatch 2023-12-21T05:01:19.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:19 smithi105 bash[29232]: audit 2023-12-21T05:01:18.507320+0000 mon.smithi086 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.khcucr"}]: dispatch 2023-12-21T05:01:20.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: cephadm 2023-12-21T05:01:18.506060+0000 mgr.smithi086.vbfnjc (mgr.14182) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:20.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.khcucr ... 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:01:20.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.khcucr ... 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: cephadm 2023-12-21T05:01:18.506712+0000 mgr.smithi086.vbfnjc (mgr.14182) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: cephadm 2023-12-21T05:01:18.509053+0000 mgr.smithi086.vbfnjc (mgr.14182) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:20.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.khcucr ... 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: cephadm 2023-12-21T05:01:18.513989+0000 mgr.smithi086.vbfnjc (mgr.14182) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.pcctze on smithi086 2023-12-21T05:01:20.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:20 smithi086 bash[26112]: cluster 2023-12-21T05:01:18.695833+0000 mgr.smithi086.vbfnjc (mgr.14182) 843 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-21T05:01:20.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: cephadm 2023-12-21T05:01:18.506060+0000 mgr.smithi086.vbfnjc (mgr.14182) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:20.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.khcucr ... 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:01:20.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.khcucr ... 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: cephadm 2023-12-21T05:01:18.506712+0000 mgr.smithi086.vbfnjc (mgr.14182) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: cephadm 2023-12-21T05:01:18.509053+0000 mgr.smithi086.vbfnjc (mgr.14182) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.khcucr ... 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:20.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: cephadm 2023-12-21T05:01:18.513989+0000 mgr.smithi086.vbfnjc (mgr.14182) 842 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.pcctze on smithi086 2023-12-21T05:01:20.878 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:20 smithi105 bash[29232]: cluster 2023-12-21T05:01:18.695833+0000 mgr.smithi086.vbfnjc (mgr.14182) 843 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-21T05:01:21.255 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:21.255 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:10.473276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.iynmzo on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-iynmzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.iynmzo\nDeploy daemon haproxy.nfs.foo.smithi105.iynmzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.356732Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.yhcnel on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-yhcnel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.yhcnel\nDeploy daemon haproxy.nfs.foo.smithi086.yhcnel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:00:14.358628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.uyhkye on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:21.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:22.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:22 smithi086 bash[26112]: cluster 2023-12-21T05:01:20.696702+0000 mgr.smithi086.vbfnjc (mgr.14182) 844 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:01:22.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:22 smithi086 bash[26112]: audit 2023-12-21T05:01:21.243019+0000 mgr.smithi086.vbfnjc (mgr.14182) 845 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:22.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:22 smithi086 bash[26112]: audit 2023-12-21T05:01:22.399529+0000 mon.smithi086 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.pcctze"}]: dispatch 2023-12-21T05:01:22.864 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:22.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:22 smithi105 bash[29232]: cluster 2023-12-21T05:01:20.696702+0000 mgr.smithi086.vbfnjc (mgr.14182) 844 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:01:22.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:22 smithi105 bash[29232]: audit 2023-12-21T05:01:21.243019+0000 mgr.smithi086.vbfnjc (mgr.14182) 845 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:22.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:22 smithi105 bash[29232]: audit 2023-12-21T05:01:22.399529+0000 mon.smithi086 (mon.0) 881 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.pcctze"}]: dispatch 2023-12-21T05:01:23.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: cephadm 2023-12-21T05:01:22.398145+0000 mgr.smithi086.vbfnjc (mgr.14182) 846 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:23.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:23.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.pcctze ... 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:23.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.pcctze ... 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: cephadm 2023-12-21T05:01:22.398848+0000 mgr.smithi086.vbfnjc (mgr.14182) 847 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: cephadm 2023-12-21T05:01:22.400748+0000 mgr.smithi086.vbfnjc (mgr.14182) 848 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.pcctze ... 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: cephadm 2023-12-21T05:01:22.405159+0000 mgr.smithi086.vbfnjc (mgr.14182) 849 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: cephadm 2023-12-21T05:01:22.409246+0000 mgr.smithi086.vbfnjc (mgr.14182) 850 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: cluster 2023-12-21T05:01:22.410737+0000 mgr.smithi086.vbfnjc (mgr.14182) 851 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T05:01:23.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:23 smithi086 bash[26112]: cluster 2023-12-21T05:01:22.444554+0000 mon.smithi086 (mon.0) 882 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:01:23.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: cephadm 2023-12-21T05:01:22.398145+0000 mgr.smithi086.vbfnjc (mgr.14182) 846 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:23.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.pcctze ... 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.pcctze ... 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: cephadm 2023-12-21T05:01:22.398848+0000 mgr.smithi086.vbfnjc (mgr.14182) 847 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: cephadm 2023-12-21T05:01:22.400748+0000 mgr.smithi086.vbfnjc (mgr.14182) 848 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.pcctze ... 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: cephadm 2023-12-21T05:01:22.405159+0000 mgr.smithi086.vbfnjc (mgr.14182) 849 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: cephadm 2023-12-21T05:01:22.409246+0000 mgr.smithi086.vbfnjc (mgr.14182) 850 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: cluster 2023-12-21T05:01:22.410737+0000 mgr.smithi086.vbfnjc (mgr.14182) 851 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T05:01:23.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:23 smithi105 bash[29232]: cluster 2023-12-21T05:01:22.444554+0000 mon.smithi086 (mon.0) 882 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:01:24.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:24 smithi086 bash[26112]: cluster 2023-12-21T05:01:24.411740+0000 mgr.smithi086.vbfnjc (mgr.14182) 852 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T05:01:24.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:24 smithi105 bash[29232]: cluster 2023-12-21T05:01:24.411740+0000 mgr.smithi086.vbfnjc (mgr.14182) 852 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T05:01:26.229 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:26.229 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:26.827 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:26 smithi086 bash[26112]: audit 2023-12-21T05:01:25.555885+0000 mon.smithi086 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:26.828 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:26 smithi086 bash[26112]: audit 2023-12-21T05:01:26.220136+0000 mgr.smithi086.vbfnjc (mgr.14182) 853 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:26.828 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:26 smithi086 bash[26112]: cluster 2023-12-21T05:01:26.413094+0000 mgr.smithi086.vbfnjc (mgr.14182) 854 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:01:26.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:26.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:26 smithi105 bash[29232]: audit 2023-12-21T05:01:25.555885+0000 mon.smithi086 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:26.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:26 smithi105 bash[29232]: audit 2023-12-21T05:01:26.220136+0000 mgr.smithi086.vbfnjc (mgr.14182) 853 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:26.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:26 smithi105 bash[29232]: cluster 2023-12-21T05:01:26.413094+0000 mgr.smithi086.vbfnjc (mgr.14182) 854 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:01:27.829 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:29.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:29 smithi086 bash[26112]: cluster 2023-12-21T05:01:28.414779+0000 mgr.smithi086.vbfnjc (mgr.14182) 855 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-21T05:01:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:29 smithi105 bash[29232]: cluster 2023-12-21T05:01:28.414779+0000 mgr.smithi086.vbfnjc (mgr.14182) 855 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-21T05:01:30.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:30 smithi086 bash[26112]: cluster 2023-12-21T05:01:30.416666+0000 mgr.smithi086.vbfnjc (mgr.14182) 856 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:01:30.867 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:30.867 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:30.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:30 smithi105 bash[29232]: cluster 2023-12-21T05:01:30.416666+0000 mgr.smithi086.vbfnjc (mgr.14182) 856 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:01:31.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:31.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:31 smithi105 bash[29232]: audit 2023-12-21T05:01:30.857119+0000 mgr.smithi086.vbfnjc (mgr.14182) 857 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:32.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:31 smithi086 bash[26112]: audit 2023-12-21T05:01:30.857119+0000 mgr.smithi086.vbfnjc (mgr.14182) 857 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:32.520 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:32.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:32 smithi105 bash[29232]: cluster 2023-12-21T05:01:32.418294+0000 mgr.smithi086.vbfnjc (mgr.14182) 858 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:01:33.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:32 smithi086 bash[26112]: cluster 2023-12-21T05:01:32.418294+0000 mgr.smithi086.vbfnjc (mgr.14182) 858 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:01:34.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:33 smithi086 bash[26112]: audit 2023-12-21T05:01:32.926757+0000 mon.smithi086 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:33 smithi105 bash[29232]: audit 2023-12-21T05:01:32.926757+0000 mon.smithi086 (mon.0) 884 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:01:35.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:34 smithi086 bash[26112]: cluster 2023-12-21T05:01:34.419377+0000 mgr.smithi086.vbfnjc (mgr.14182) 859 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:35.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:34 smithi105 bash[29232]: cluster 2023-12-21T05:01:34.419377+0000 mgr.smithi086.vbfnjc (mgr.14182) 859 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:35.689 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:35.690 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:36.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:36.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:36 smithi086 bash[26112]: audit 2023-12-21T05:01:35.676191+0000 mgr.smithi086.vbfnjc (mgr.14182) 860 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:36.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:36 smithi086 bash[26112]: cluster 2023-12-21T05:01:36.420871+0000 mgr.smithi086.vbfnjc (mgr.14182) 861 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:36.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:36 smithi105 bash[29232]: audit 2023-12-21T05:01:35.676191+0000 mgr.smithi086.vbfnjc (mgr.14182) 860 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:36.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:36 smithi105 bash[29232]: cluster 2023-12-21T05:01:36.420871+0000 mgr.smithi086.vbfnjc (mgr.14182) 861 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:37.307 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:39 smithi105 bash[29232]: cluster 2023-12-21T05:01:38.422048+0000 mgr.smithi086.vbfnjc (mgr.14182) 862 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:39.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:39 smithi086 bash[26112]: cluster 2023-12-21T05:01:38.422048+0000 mgr.smithi086.vbfnjc (mgr.14182) 862 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:40.411 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:40.411 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:40.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:40 smithi086 bash[26112]: audit 2023-12-21T05:01:40.396185+0000 mgr.smithi086.vbfnjc (mgr.14182) 863 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:40.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:40 smithi086 bash[26112]: cluster 2023-12-21T05:01:40.423150+0000 mgr.smithi086.vbfnjc (mgr.14182) 864 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:40.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:40 smithi105 bash[29232]: audit 2023-12-21T05:01:40.396185+0000 mgr.smithi086.vbfnjc (mgr.14182) 863 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:40.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:40 smithi105 bash[29232]: cluster 2023-12-21T05:01:40.423150+0000 mgr.smithi086.vbfnjc (mgr.14182) 864 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:41.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:42.061 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:42.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:42 smithi105 bash[29232]: cluster 2023-12-21T05:01:42.424817+0000 mgr.smithi086.vbfnjc (mgr.14182) 865 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:43.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:42 smithi086 bash[26112]: cluster 2023-12-21T05:01:42.424817+0000 mgr.smithi086.vbfnjc (mgr.14182) 865 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:44.690 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:44 smithi086 bash[26112]: cluster 2023-12-21T05:01:44.426863+0000 mgr.smithi086.vbfnjc (mgr.14182) 866 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:44.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:44 smithi105 bash[29232]: cluster 2023-12-21T05:01:44.426863+0000 mgr.smithi086.vbfnjc (mgr.14182) 866 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:45.140 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:45.140 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:45.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:45 smithi086 bash[26112]: audit 2023-12-21T05:01:45.134150+0000 mgr.smithi086.vbfnjc (mgr.14182) 867 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:45.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:45.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:45 smithi105 bash[29232]: audit 2023-12-21T05:01:45.134150+0000 mgr.smithi086.vbfnjc (mgr.14182) 867 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:46.772 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:46.785 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:46 smithi086 bash[26112]: cluster 2023-12-21T05:01:46.428383+0000 mgr.smithi086.vbfnjc (mgr.14182) 868 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:46 smithi105 bash[29232]: cluster 2023-12-21T05:01:46.428383+0000 mgr.smithi086.vbfnjc (mgr.14182) 868 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:49 smithi105 bash[29232]: cluster 2023-12-21T05:01:48.429717+0000 mgr.smithi086.vbfnjc (mgr.14182) 869 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:49.463 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:49 smithi086 bash[26112]: cluster 2023-12-21T05:01:48.429717+0000 mgr.smithi086.vbfnjc (mgr.14182) 869 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:49.891 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:49.891 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:50.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:50 smithi105 bash[29232]: audit 2023-12-21T05:01:49.885049+0000 mgr.smithi086.vbfnjc (mgr.14182) 870 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:50 smithi105 bash[29232]: cluster 2023-12-21T05:01:50.431608+0000 mgr.smithi086.vbfnjc (mgr.14182) 871 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:51.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:50 smithi086 bash[26112]: audit 2023-12-21T05:01:49.885049+0000 mgr.smithi086.vbfnjc (mgr.14182) 870 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:51.002 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:50 smithi086 bash[26112]: cluster 2023-12-21T05:01:50.431608+0000 mgr.smithi086.vbfnjc (mgr.14182) 871 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:51.560 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:52.758 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:52 smithi086 bash[26112]: cluster 2023-12-21T05:01:52.432545+0000 mgr.smithi086.vbfnjc (mgr.14182) 872 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:52.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:52 smithi105 bash[29232]: cluster 2023-12-21T05:01:52.432545+0000 mgr.smithi086.vbfnjc (mgr.14182) 872 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:54.592 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:54.592 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:54.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:54 smithi105 bash[29232]: cluster 2023-12-21T05:01:54.434318+0000 mgr.smithi086.vbfnjc (mgr.14182) 873 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:55.004 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:54 smithi086 bash[26112]: cluster 2023-12-21T05:01:54.434318+0000 mgr.smithi086.vbfnjc (mgr.14182) 873 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:55.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:01:55.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:55 smithi105 bash[29232]: audit 2023-12-21T05:01:54.578909+0000 mgr.smithi086.vbfnjc (mgr.14182) 874 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:56.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:55 smithi086 bash[26112]: audit 2023-12-21T05:01:54.578909+0000 mgr.smithi086.vbfnjc (mgr.14182) 874 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:01:56.235 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:01:56.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:56 smithi105 bash[29232]: cluster 2023-12-21T05:01:56.435274+0000 mgr.smithi086.vbfnjc (mgr.14182) 875 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:57.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:56 smithi086 bash[26112]: cluster 2023-12-21T05:01:56.435274+0000 mgr.smithi086.vbfnjc (mgr.14182) 875 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:01:59.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:01:59 smithi086 bash[26112]: cluster 2023-12-21T05:01:58.436909+0000 mgr.smithi086.vbfnjc (mgr.14182) 876 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:59.370 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:01:59.371 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:01:59.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:01:59 smithi105 bash[29232]: cluster 2023-12-21T05:01:58.436909+0000 mgr.smithi086.vbfnjc (mgr.14182) 876 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:01:59.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:00.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:00 smithi086 bash[26112]: audit 2023-12-21T05:01:59.360072+0000 mgr.smithi086.vbfnjc (mgr.14182) 877 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:00 smithi105 bash[29232]: audit 2023-12-21T05:01:59.360072+0000 mgr.smithi086.vbfnjc (mgr.14182) 877 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:00.982 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:01.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:01 smithi086 bash[26112]: cluster 2023-12-21T05:02:00.439005+0000 mgr.smithi086.vbfnjc (mgr.14182) 878 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:01.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:01 smithi105 bash[29232]: cluster 2023-12-21T05:02:00.439005+0000 mgr.smithi086.vbfnjc (mgr.14182) 878 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:02.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:02 smithi086 bash[26112]: cluster 2023-12-21T05:02:02.440759+0000 mgr.smithi086.vbfnjc (mgr.14182) 879 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:02.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:02 smithi105 bash[29232]: cluster 2023-12-21T05:02:02.440759+0000 mgr.smithi086.vbfnjc (mgr.14182) 879 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:04.075 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:04.076 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:04.692 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:04.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:04 smithi105 bash[29232]: audit 2023-12-21T05:02:04.067323+0000 mgr.smithi086.vbfnjc (mgr.14182) 880 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:04.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:04 smithi105 bash[29232]: cluster 2023-12-21T05:02:04.442516+0000 mgr.smithi086.vbfnjc (mgr.14182) 881 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:05.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:04 smithi086 bash[26112]: audit 2023-12-21T05:02:04.067323+0000 mgr.smithi086.vbfnjc (mgr.14182) 880 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:05.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:04 smithi086 bash[26112]: cluster 2023-12-21T05:02:04.442516+0000 mgr.smithi086.vbfnjc (mgr.14182) 881 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:05.693 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:06.854 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:06 smithi086 bash[26112]: cluster 2023-12-21T05:02:06.443981+0000 mgr.smithi086.vbfnjc (mgr.14182) 882 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:06.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:06 smithi105 bash[29232]: cluster 2023-12-21T05:02:06.443981+0000 mgr.smithi086.vbfnjc (mgr.14182) 882 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:08.762 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:08.763 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:09.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:09 smithi086 bash[26112]: cluster 2023-12-21T05:02:08.445675+0000 mgr.smithi086.vbfnjc (mgr.14182) 883 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:09.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:09.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:09 smithi105 bash[29232]: cluster 2023-12-21T05:02:08.445675+0000 mgr.smithi086.vbfnjc (mgr.14182) 883 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:10.339 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:10.352 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:10 smithi086 bash[26112]: audit 2023-12-21T05:02:08.749193+0000 mgr.smithi086.vbfnjc (mgr.14182) 884 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:10 smithi105 bash[29232]: audit 2023-12-21T05:02:08.749193+0000 mgr.smithi086.vbfnjc (mgr.14182) 884 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:11.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:11 smithi105 bash[29232]: cluster 2023-12-21T05:02:10.447449+0000 mgr.smithi086.vbfnjc (mgr.14182) 885 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:11.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:11 smithi086 bash[26112]: cluster 2023-12-21T05:02:10.447449+0000 mgr.smithi086.vbfnjc (mgr.14182) 885 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:12.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:12 smithi105 bash[29232]: cluster 2023-12-21T05:02:12.449072+0000 mgr.smithi086.vbfnjc (mgr.14182) 886 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:13.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:12 smithi086 bash[26112]: cluster 2023-12-21T05:02:12.449072+0000 mgr.smithi086.vbfnjc (mgr.14182) 886 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:13.533 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:13.533 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:14.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:14.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:14 smithi105 bash[29232]: audit 2023-12-21T05:02:13.519145+0000 mgr.smithi086.vbfnjc (mgr.14182) 887 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:14.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:14 smithi105 bash[29232]: cluster 2023-12-21T05:02:14.450889+0000 mgr.smithi086.vbfnjc (mgr.14182) 888 : 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-12-21T05:02:15.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:14 smithi086 bash[26112]: audit 2023-12-21T05:02:13.519145+0000 mgr.smithi086.vbfnjc (mgr.14182) 887 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:15.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:14 smithi086 bash[26112]: cluster 2023-12-21T05:02:14.450889+0000 mgr.smithi086.vbfnjc (mgr.14182) 888 : 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-12-21T05:02:15.255 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:16.573 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:16 smithi086 bash[26112]: cluster 2023-12-21T05:02:16.452335+0000 mgr.smithi086.vbfnjc (mgr.14182) 889 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:16.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:16 smithi105 bash[29232]: cluster 2023-12-21T05:02:16.452335+0000 mgr.smithi086.vbfnjc (mgr.14182) 889 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:18.316 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:18.316 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:18.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:19.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:19 smithi086 bash[26112]: audit 2023-12-21T05:02:18.306505+0000 mgr.smithi086.vbfnjc (mgr.14182) 890 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:19.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:19 smithi086 bash[26112]: cluster 2023-12-21T05:02:18.453655+0000 mgr.smithi086.vbfnjc (mgr.14182) 891 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:19 smithi105 bash[29232]: audit 2023-12-21T05:02:18.306505+0000 mgr.smithi086.vbfnjc (mgr.14182) 890 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:19.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:19 smithi105 bash[29232]: cluster 2023-12-21T05:02:18.453655+0000 mgr.smithi086.vbfnjc (mgr.14182) 891 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:19.909 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:20.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:20 smithi105 bash[29232]: cluster 2023-12-21T05:02:20.455166+0000 mgr.smithi086.vbfnjc (mgr.14182) 892 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:21.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:20 smithi086 bash[26112]: cluster 2023-12-21T05:02:20.455166+0000 mgr.smithi086.vbfnjc (mgr.14182) 892 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:22.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:22 smithi086 bash[26112]: audit 2023-12-21T05:02:22.412621+0000 mon.smithi086 (mon.0) 885 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:02:22.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:22 smithi105 bash[29232]: audit 2023-12-21T05:02:22.412621+0000 mon.smithi086 (mon.0) 885 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:02:23.064 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:23.065 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:23.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:24 smithi105 bash[29232]: cluster 2023-12-21T05:02:22.456770+0000 mgr.smithi086.vbfnjc (mgr.14182) 893 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:24.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:24 smithi105 bash[29232]: audit 2023-12-21T05:02:23.051331+0000 mgr.smithi086.vbfnjc (mgr.14182) 894 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:24.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:24 smithi086 bash[26112]: cluster 2023-12-21T05:02:22.456770+0000 mgr.smithi086.vbfnjc (mgr.14182) 893 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:24.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:24 smithi086 bash[26112]: audit 2023-12-21T05:02:23.051331+0000 mgr.smithi086.vbfnjc (mgr.14182) 894 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:24.682 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:26.038 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:26 smithi105 bash[29232]: cluster 2023-12-21T05:02:24.458528+0000 mgr.smithi086.vbfnjc (mgr.14182) 895 : 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-12-21T05:02:26.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:26 smithi086 bash[26112]: cluster 2023-12-21T05:02:24.458528+0000 mgr.smithi086.vbfnjc (mgr.14182) 895 : 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-12-21T05:02:27.805 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:27.805 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T04:52:02.878743Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:52:02.878845Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T04:52:02.878943Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:52:02.878624Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:52:02.878436Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T04:52:02.879652Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:52:02.879049Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:52:02.879161Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:52:02.879554Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:28.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:28 smithi086 bash[26112]: cluster 2023-12-21T05:02:26.459976+0000 mgr.smithi086.vbfnjc (mgr.14182) 896 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:28.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:28 smithi105 bash[29232]: cluster 2023-12-21T05:02:26.459976+0000 mgr.smithi086.vbfnjc (mgr.14182) 896 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:28.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:29 smithi105 bash[29232]: audit 2023-12-21T05:02:27.795498+0000 mgr.smithi086.vbfnjc (mgr.14182) 897 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:29 smithi105 bash[29232]: audit 2023-12-21T05:02:28.691774+0000 mon.smithi086 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:29 smithi105 bash[29232]: audit 2023-12-21T05:02:28.992771+0000 mon.smithi086 (mon.0) 887 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:02:29.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:29 smithi105 bash[29232]: audit 2023-12-21T05:02:28.994251+0000 mon.smithi086 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:02:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:29 smithi105 bash[29232]: audit 2023-12-21T05:02:29.002911+0000 mon.smithi086 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:29 smithi105 bash[29232]: audit 2023-12-21T05:02:29.010064+0000 mon.smithi086 (mon.0) 890 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:02:29.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:29 smithi105 bash[29232]: audit 2023-12-21T05:02:29.025961+0000 mon.smithi086 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:29.450 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:29.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:29 smithi086 bash[26112]: audit 2023-12-21T05:02:27.795498+0000 mgr.smithi086.vbfnjc (mgr.14182) 897 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:29.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:29 smithi086 bash[26112]: audit 2023-12-21T05:02:28.691774+0000 mon.smithi086 (mon.0) 886 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:29.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:29 smithi086 bash[26112]: audit 2023-12-21T05:02:28.992771+0000 mon.smithi086 (mon.0) 887 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:02:29.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:29 smithi086 bash[26112]: audit 2023-12-21T05:02:28.994251+0000 mon.smithi086 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:02:29.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:29 smithi086 bash[26112]: audit 2023-12-21T05:02:29.002911+0000 mon.smithi086 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:29.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:29 smithi086 bash[26112]: audit 2023-12-21T05:02:29.010064+0000 mon.smithi086 (mon.0) 890 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:02:29.462 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:29 smithi086 bash[26112]: audit 2023-12-21T05:02:29.025961+0000 mon.smithi086 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:30 smithi105 bash[29232]: cluster 2023-12-21T05:02:28.461373+0000 mgr.smithi086.vbfnjc (mgr.14182) 898 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:30 smithi105 bash[29232]: cluster 2023-12-21T05:02:29.003939+0000 mgr.smithi086.vbfnjc (mgr.14182) 899 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:02:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:30 smithi105 bash[29232]: cephadm 2023-12-21T05:02:29.029868+0000 mgr.smithi086.vbfnjc (mgr.14182) 900 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.acvqfi on smithi105 2023-12-21T05:02:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:30 smithi105 bash[29232]: cluster 2023-12-21T05:02:29.040518+0000 mon.smithi086 (mon.0) 892 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:02:30.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:30 smithi105 bash[29232]: cluster 2023-12-21T05:02:29.040581+0000 mon.smithi086 (mon.0) 893 : cluster [INF] Cluster is now healthy 2023-12-21T05:02:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:30 smithi086 bash[26112]: cluster 2023-12-21T05:02:28.461373+0000 mgr.smithi086.vbfnjc (mgr.14182) 898 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:30 smithi086 bash[26112]: cluster 2023-12-21T05:02:29.003939+0000 mgr.smithi086.vbfnjc (mgr.14182) 899 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:02:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:30 smithi086 bash[26112]: cephadm 2023-12-21T05:02:29.029868+0000 mgr.smithi086.vbfnjc (mgr.14182) 900 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.acvqfi on smithi105 2023-12-21T05:02:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:30 smithi086 bash[26112]: cluster 2023-12-21T05:02:29.040518+0000 mon.smithi086 (mon.0) 892 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:02:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:30 smithi086 bash[26112]: cluster 2023-12-21T05:02:29.040581+0000 mon.smithi086 (mon.0) 893 : cluster [INF] Cluster is now healthy 2023-12-21T05:02:32.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:32 smithi105 bash[29232]: cluster 2023-12-21T05:02:31.005020+0000 mgr.smithi086.vbfnjc (mgr.14182) 901 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:02:32.374 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:32 smithi086 bash[26112]: cluster 2023-12-21T05:02:31.005020+0000 mgr.smithi086.vbfnjc (mgr.14182) 901 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:02:32.735 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:32.736 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:00:14.360133Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.plxwvv on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:18.508809Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.khcucr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-khcucr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.khcucr\nDeploy daemon haproxy.nfs.foo.smithi105.khcucr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.400506Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.pcctze on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-pcctze\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.pcctze\nDeploy daemon haproxy.nfs.foo.smithi086.pcctze ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:01:22.404936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oetwak on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:33 smithi105 bash[29232]: audit 2023-12-21T05:02:32.797765+0000 mon.smithi086 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.acvqfi"}]: dispatch 2023-12-21T05:02:33.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:33 smithi105 bash[29232]: audit 2023-12-21T05:02:32.928824+0000 mon.smithi086 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:33.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:33 smithi086 bash[26112]: audit 2023-12-21T05:02:32.797765+0000 mon.smithi086 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.acvqfi"}]: dispatch 2023-12-21T05:02:33.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:33 smithi086 bash[26112]: audit 2023-12-21T05:02:32.928824+0000 mon.smithi086 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:33.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:34.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: audit 2023-12-21T05:02:32.721897+0000 mgr.smithi086.vbfnjc (mgr.14182) 902 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: cephadm 2023-12-21T05:02:32.796516+0000 mgr.smithi086.vbfnjc (mgr.14182) 903 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.acvqfi ... 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:02:34.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.acvqfi ... 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:34.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: cephadm 2023-12-21T05:02:32.797056+0000 mgr.smithi086.vbfnjc (mgr.14182) 904 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: cephadm 2023-12-21T05:02:32.799517+0000 mgr.smithi086.vbfnjc (mgr.14182) 905 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.acvqfi ... 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:34.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:34.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:34.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: cephadm 2023-12-21T05:02:32.804125+0000 mgr.smithi086.vbfnjc (mgr.14182) 906 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.ugqjok on smithi086 2023-12-21T05:02:34.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:34 smithi105 bash[29232]: cluster 2023-12-21T05:02:33.005922+0000 mgr.smithi086.vbfnjc (mgr.14182) 907 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:02:34.433 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:34.445 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: audit 2023-12-21T05:02:32.721897+0000 mgr.smithi086.vbfnjc (mgr.14182) 902 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:34.445 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: cephadm 2023-12-21T05:02:32.796516+0000 mgr.smithi086.vbfnjc (mgr.14182) 903 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.445 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:34.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:34.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.acvqfi ... 2023-12-21T05:02:34.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:34.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:34.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:34.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:02:34.447 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:02:34.448 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:02:34.448 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:02:34.448 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:02:34.448 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.448 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:34.448 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.449 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.449 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:34.449 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.449 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.acvqfi ... 2023-12-21T05:02:34.450 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.450 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:34.450 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:34.450 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:34.450 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: cephadm 2023-12-21T05:02:32.797056+0000 mgr.smithi086.vbfnjc (mgr.14182) 904 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: cephadm 2023-12-21T05:02:32.799517+0000 mgr.smithi086.vbfnjc (mgr.14182) 905 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:34.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi 2023-12-21T05:02:34.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:34.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi 2023-12-21T05:02:34.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.acvqfi ... 2023-12-21T05:02:34.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:34.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:34.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:34.452 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:34.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: cephadm 2023-12-21T05:02:32.804125+0000 mgr.smithi086.vbfnjc (mgr.14182) 906 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.ugqjok on smithi086 2023-12-21T05:02:34.453 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:34 smithi086 bash[26112]: cluster 2023-12-21T05:02:33.005922+0000 mgr.smithi086.vbfnjc (mgr.14182) 907 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:02:36.238 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:36 smithi086 bash[26112]: cluster 2023-12-21T05:02:35.007493+0000 mgr.smithi086.vbfnjc (mgr.14182) 908 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:02:36.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:36 smithi105 bash[29232]: cluster 2023-12-21T05:02:35.007493+0000 mgr.smithi086.vbfnjc (mgr.14182) 908 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-12-21T05:02:37.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:37 smithi105 bash[29232]: audit 2023-12-21T05:02:36.893158+0000 mon.smithi086 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.ugqjok"}]: dispatch 2023-12-21T05:02:37.415 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:37 smithi086 bash[26112]: audit 2023-12-21T05:02:36.893158+0000 mon.smithi086 (mon.0) 896 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.ugqjok"}]: dispatch 2023-12-21T05:02:37.860 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:37.860 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: cephadm 2023-12-21T05:02:36.891997+0000 mgr.smithi086.vbfnjc (mgr.14182) 909 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ugqjok ... 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ugqjok ... 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: cephadm 2023-12-21T05:02:36.892498+0000 mgr.smithi086.vbfnjc (mgr.14182) 910 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: cephadm 2023-12-21T05:02:36.894531+0000 mgr.smithi086.vbfnjc (mgr.14182) 911 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:02:38.254 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ugqjok ... 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: cephadm 2023-12-21T05:02:36.898934+0000 mgr.smithi086.vbfnjc (mgr.14182) 912 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: cephadm 2023-12-21T05:02:36.902732+0000 mgr.smithi086.vbfnjc (mgr.14182) 913 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: cluster 2023-12-21T05:02:36.904380+0000 mgr.smithi086.vbfnjc (mgr.14182) 914 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T05:02:38.255 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:38 smithi086 bash[26112]: cluster 2023-12-21T05:02:37.069376+0000 mon.smithi086 (mon.0) 897 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:02:38.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: cephadm 2023-12-21T05:02:36.891997+0000 mgr.smithi086.vbfnjc (mgr.14182) 909 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ugqjok ... 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:02:38.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ugqjok ... 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: cephadm 2023-12-21T05:02:36.892498+0000 mgr.smithi086.vbfnjc (mgr.14182) 910 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: cephadm 2023-12-21T05:02:36.894531+0000 mgr.smithi086.vbfnjc (mgr.14182) 911 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ugqjok ... 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:02:38.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:02:38.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: cephadm 2023-12-21T05:02:36.898934+0000 mgr.smithi086.vbfnjc (mgr.14182) 912 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:02:38.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: cephadm 2023-12-21T05:02:36.902732+0000 mgr.smithi086.vbfnjc (mgr.14182) 913 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:02:38.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: cluster 2023-12-21T05:02:36.904380+0000 mgr.smithi086.vbfnjc (mgr.14182) 914 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-12-21T05:02:38.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:38 smithi105 bash[29232]: cluster 2023-12-21T05:02:37.069376+0000 mon.smithi086 (mon.0) 897 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:02:38.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:39.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:39 smithi105 bash[29232]: audit 2023-12-21T05:02:37.850258+0000 mgr.smithi086.vbfnjc (mgr.14182) 915 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:39.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:39 smithi086 bash[26112]: audit 2023-12-21T05:02:37.850258+0000 mgr.smithi086.vbfnjc (mgr.14182) 915 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:39.554 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:40.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:40 smithi105 bash[29232]: cluster 2023-12-21T05:02:38.905571+0000 mgr.smithi086.vbfnjc (mgr.14182) 916 : cluster [DBG] pgmap v620: 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-12-21T05:02:40.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:40 smithi086 bash[26112]: cluster 2023-12-21T05:02:38.905571+0000 mgr.smithi086.vbfnjc (mgr.14182) 916 : cluster [DBG] pgmap v620: 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-12-21T05:02:42.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:41 smithi086 bash[26112]: audit 2023-12-21T05:02:40.619610+0000 mon.smithi086 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:42.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:41 smithi086 bash[26112]: cluster 2023-12-21T05:02:40.907659+0000 mgr.smithi086.vbfnjc (mgr.14182) 917 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:02:42.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:41 smithi105 bash[29232]: audit 2023-12-21T05:02:40.619610+0000 mon.smithi086 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:42.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:41 smithi105 bash[29232]: cluster 2023-12-21T05:02:40.907659+0000 mgr.smithi086.vbfnjc (mgr.14182) 917 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:02:42.785 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:42.785 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:43.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:44.368 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:44 smithi105 bash[29232]: audit 2023-12-21T05:02:42.774085+0000 mgr.smithi086.vbfnjc (mgr.14182) 918 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:44.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:44 smithi105 bash[29232]: cluster 2023-12-21T05:02:42.909188+0000 mgr.smithi086.vbfnjc (mgr.14182) 919 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:02:44.381 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:44 smithi086 bash[26112]: audit 2023-12-21T05:02:42.774085+0000 mgr.smithi086.vbfnjc (mgr.14182) 918 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:44.381 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:44 smithi086 bash[26112]: cluster 2023-12-21T05:02:42.909188+0000 mgr.smithi086.vbfnjc (mgr.14182) 919 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:02:46.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:46 smithi105 bash[29232]: cluster 2023-12-21T05:02:44.911206+0000 mgr.smithi086.vbfnjc (mgr.14182) 920 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:02:46.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:46 smithi086 bash[26112]: cluster 2023-12-21T05:02:44.911206+0000 mgr.smithi086.vbfnjc (mgr.14182) 920 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:02:47.599 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:47.599 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:48.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:48 smithi105 bash[29232]: cluster 2023-12-21T05:02:46.912202+0000 mgr.smithi086.vbfnjc (mgr.14182) 921 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:02:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:48 smithi105 bash[29232]: audit 2023-12-21T05:02:47.930540+0000 mon.smithi086 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:48.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:48 smithi086 bash[26112]: cluster 2023-12-21T05:02:46.912202+0000 mgr.smithi086.vbfnjc (mgr.14182) 921 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:02:48.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:48 smithi086 bash[26112]: audit 2023-12-21T05:02:47.930540+0000 mon.smithi086 (mon.0) 899 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:02:49.225 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:49.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:49 smithi105 bash[29232]: audit 2023-12-21T05:02:47.588519+0000 mgr.smithi086.vbfnjc (mgr.14182) 922 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:49.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:49 smithi086 bash[26112]: audit 2023-12-21T05:02:47.588519+0000 mgr.smithi086.vbfnjc (mgr.14182) 922 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:50.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:50 smithi105 bash[29232]: cluster 2023-12-21T05:02:48.913672+0000 mgr.smithi086.vbfnjc (mgr.14182) 923 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:50.394 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:50 smithi086 bash[26112]: cluster 2023-12-21T05:02:48.913672+0000 mgr.smithi086.vbfnjc (mgr.14182) 923 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:02:52.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:52 smithi105 bash[29232]: cluster 2023-12-21T05:02:50.915713+0000 mgr.smithi086.vbfnjc (mgr.14182) 924 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:52.457 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:52.457 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:52.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:52 smithi086 bash[26112]: cluster 2023-12-21T05:02:50.915713+0000 mgr.smithi086.vbfnjc (mgr.14182) 924 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:53.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:53.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:53 smithi105 bash[29232]: audit 2023-12-21T05:02:52.451472+0000 mgr.smithi086.vbfnjc (mgr.14182) 925 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:53.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:53 smithi086 bash[26112]: audit 2023-12-21T05:02:52.451472+0000 mgr.smithi086.vbfnjc (mgr.14182) 925 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:54.085 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:02:54.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:54 smithi105 bash[29232]: cluster 2023-12-21T05:02:52.917357+0000 mgr.smithi086.vbfnjc (mgr.14182) 926 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:54.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:54 smithi086 bash[26112]: cluster 2023-12-21T05:02:52.917357+0000 mgr.smithi086.vbfnjc (mgr.14182) 926 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:56.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:56 smithi105 bash[29232]: cluster 2023-12-21T05:02:54.919400+0000 mgr.smithi086.vbfnjc (mgr.14182) 927 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:56 smithi086 bash[26112]: cluster 2023-12-21T05:02:54.919400+0000 mgr.smithi086.vbfnjc (mgr.14182) 927 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:57.263 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:02:57.263 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:02:57.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:02:58.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:58 smithi086 bash[26112]: cluster 2023-12-21T05:02:56.920426+0000 mgr.smithi086.vbfnjc (mgr.14182) 928 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:58.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:02:58 smithi086 bash[26112]: audit 2023-12-21T05:02:57.249658+0000 mgr.smithi086.vbfnjc (mgr.14182) 929 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:58 smithi105 bash[29232]: cluster 2023-12-21T05:02:56.920426+0000 mgr.smithi086.vbfnjc (mgr.14182) 928 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:02:58.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:02:58 smithi105 bash[29232]: audit 2023-12-21T05:02:57.249658+0000 mgr.smithi086.vbfnjc (mgr.14182) 929 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:02:58.873 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:00.154 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:00 smithi086 bash[26112]: cluster 2023-12-21T05:02:58.921978+0000 mgr.smithi086.vbfnjc (mgr.14182) 930 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:00.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:00 smithi105 bash[29232]: cluster 2023-12-21T05:02:58.921978+0000 mgr.smithi086.vbfnjc (mgr.14182) 930 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:01.923 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:01.923 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:02.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:02 smithi086 bash[26112]: cluster 2023-12-21T05:03:00.923867+0000 mgr.smithi086.vbfnjc (mgr.14182) 931 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:02.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:02 smithi105 bash[29232]: cluster 2023-12-21T05:03:00.923867+0000 mgr.smithi086.vbfnjc (mgr.14182) 931 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:02.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:03.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:03 smithi105 bash[29232]: audit 2023-12-21T05:03:01.913041+0000 mgr.smithi086.vbfnjc (mgr.14182) 932 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:03.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:03 smithi086 bash[26112]: audit 2023-12-21T05:03:01.913041+0000 mgr.smithi086.vbfnjc (mgr.14182) 932 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:03.596 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:04 smithi105 bash[29232]: cluster 2023-12-21T05:03:02.925341+0000 mgr.smithi086.vbfnjc (mgr.14182) 933 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:04.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:04 smithi086 bash[26112]: cluster 2023-12-21T05:03:02.925341+0000 mgr.smithi086.vbfnjc (mgr.14182) 933 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:06.434 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:06 smithi086 bash[26112]: cluster 2023-12-21T05:03:04.927411+0000 mgr.smithi086.vbfnjc (mgr.14182) 934 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:06.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:06 smithi105 bash[29232]: cluster 2023-12-21T05:03:04.927411+0000 mgr.smithi086.vbfnjc (mgr.14182) 934 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:06.799 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:06.799 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:07.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:08.470 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:08.482 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:08 smithi086 bash[26112]: audit 2023-12-21T05:03:06.786527+0000 mgr.smithi086.vbfnjc (mgr.14182) 935 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:08.482 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:08 smithi086 bash[26112]: cluster 2023-12-21T05:03:06.928474+0000 mgr.smithi086.vbfnjc (mgr.14182) 936 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:08.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:08 smithi105 bash[29232]: audit 2023-12-21T05:03:06.786527+0000 mgr.smithi086.vbfnjc (mgr.14182) 935 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:08.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:08 smithi105 bash[29232]: cluster 2023-12-21T05:03:06.928474+0000 mgr.smithi086.vbfnjc (mgr.14182) 936 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:10.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:10 smithi086 bash[26112]: cluster 2023-12-21T05:03:08.930149+0000 mgr.smithi086.vbfnjc (mgr.14182) 937 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:10.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:10 smithi105 bash[29232]: cluster 2023-12-21T05:03:08.930149+0000 mgr.smithi086.vbfnjc (mgr.14182) 937 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:11.589 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:11.590 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:12.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:12.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:12 smithi086 bash[26112]: cluster 2023-12-21T05:03:10.932019+0000 mgr.smithi086.vbfnjc (mgr.14182) 938 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:12.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:12 smithi105 bash[29232]: cluster 2023-12-21T05:03:10.932019+0000 mgr.smithi086.vbfnjc (mgr.14182) 938 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:13.167 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:13.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:13 smithi086 bash[26112]: audit 2023-12-21T05:03:11.578620+0000 mgr.smithi086.vbfnjc (mgr.14182) 939 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:13.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:13 smithi105 bash[29232]: audit 2023-12-21T05:03:11.578620+0000 mgr.smithi086.vbfnjc (mgr.14182) 939 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:14.426 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:14 smithi086 bash[26112]: cluster 2023-12-21T05:03:12.933502+0000 mgr.smithi086.vbfnjc (mgr.14182) 940 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:14.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:14 smithi105 bash[29232]: cluster 2023-12-21T05:03:12.933502+0000 mgr.smithi086.vbfnjc (mgr.14182) 940 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:16.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:16 smithi086 bash[26112]: cluster 2023-12-21T05:03:14.935506+0000 mgr.smithi086.vbfnjc (mgr.14182) 941 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:16.362 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:16.363 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:16.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:16 smithi105 bash[29232]: cluster 2023-12-21T05:03:14.935506+0000 mgr.smithi086.vbfnjc (mgr.14182) 941 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:16.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:17.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:17 smithi086 bash[26112]: audit 2023-12-21T05:03:16.349418+0000 mgr.smithi086.vbfnjc (mgr.14182) 942 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:17 smithi105 bash[29232]: audit 2023-12-21T05:03:16.349418+0000 mgr.smithi086.vbfnjc (mgr.14182) 942 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:17.960 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:18.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:18 smithi086 bash[26112]: cluster 2023-12-21T05:03:16.936750+0000 mgr.smithi086.vbfnjc (mgr.14182) 943 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:18.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:18 smithi105 bash[29232]: cluster 2023-12-21T05:03:16.936750+0000 mgr.smithi086.vbfnjc (mgr.14182) 943 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:20.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:20 smithi086 bash[26112]: cluster 2023-12-21T05:03:18.937935+0000 mgr.smithi086.vbfnjc (mgr.14182) 944 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:20.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:20 smithi105 bash[29232]: cluster 2023-12-21T05:03:18.937935+0000 mgr.smithi086.vbfnjc (mgr.14182) 944 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:21.029 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:21.029 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:21.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:22.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:22 smithi086 bash[26112]: cluster 2023-12-21T05:03:20.939520+0000 mgr.smithi086.vbfnjc (mgr.14182) 945 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:22.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:22 smithi086 bash[26112]: audit 2023-12-21T05:03:21.016237+0000 mgr.smithi086.vbfnjc (mgr.14182) 946 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:22 smithi105 bash[29232]: cluster 2023-12-21T05:03:20.939520+0000 mgr.smithi086.vbfnjc (mgr.14182) 945 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:22 smithi105 bash[29232]: audit 2023-12-21T05:03:21.016237+0000 mgr.smithi086.vbfnjc (mgr.14182) 946 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:22.627 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:24.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:24 smithi086 bash[26112]: cluster 2023-12-21T05:03:22.940447+0000 mgr.smithi086.vbfnjc (mgr.14182) 947 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:24.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:24 smithi105 bash[29232]: cluster 2023-12-21T05:03:22.940447+0000 mgr.smithi086.vbfnjc (mgr.14182) 947 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:25.951 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:25.951 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:26.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:26 smithi086 bash[26112]: cluster 2023-12-21T05:03:24.942487+0000 mgr.smithi086.vbfnjc (mgr.14182) 948 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:26.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:26.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:26 smithi105 bash[29232]: cluster 2023-12-21T05:03:24.942487+0000 mgr.smithi086.vbfnjc (mgr.14182) 948 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:27.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:27 smithi086 bash[26112]: audit 2023-12-21T05:03:25.941056+0000 mgr.smithi086.vbfnjc (mgr.14182) 949 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:27.573 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:27.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:27 smithi105 bash[29232]: audit 2023-12-21T05:03:25.941056+0000 mgr.smithi086.vbfnjc (mgr.14182) 949 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:28.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:28 smithi086 bash[26112]: cluster 2023-12-21T05:03:26.943792+0000 mgr.smithi086.vbfnjc (mgr.14182) 950 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:28.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:28 smithi105 bash[29232]: cluster 2023-12-21T05:03:26.943792+0000 mgr.smithi086.vbfnjc (mgr.14182) 950 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:30 smithi086 bash[26112]: cluster 2023-12-21T05:03:28.945481+0000 mgr.smithi086.vbfnjc (mgr.14182) 951 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:30.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:30 smithi105 bash[29232]: cluster 2023-12-21T05:03:28.945481+0000 mgr.smithi086.vbfnjc (mgr.14182) 951 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:30.932 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:30.932 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:31.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:32.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:32 smithi086 bash[26112]: audit 2023-12-21T05:03:30.926659+0000 mgr.smithi086.vbfnjc (mgr.14182) 952 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:32.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:32 smithi086 bash[26112]: cluster 2023-12-21T05:03:30.946816+0000 mgr.smithi086.vbfnjc (mgr.14182) 953 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:32.547 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:32.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:32 smithi105 bash[29232]: audit 2023-12-21T05:03:30.926659+0000 mgr.smithi086.vbfnjc (mgr.14182) 952 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:32.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:32 smithi105 bash[29232]: cluster 2023-12-21T05:03:30.946816+0000 mgr.smithi086.vbfnjc (mgr.14182) 953 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:34.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:34 smithi086 bash[26112]: cluster 2023-12-21T05:03:32.948198+0000 mgr.smithi086.vbfnjc (mgr.14182) 954 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:34.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:34 smithi105 bash[29232]: cluster 2023-12-21T05:03:32.948198+0000 mgr.smithi086.vbfnjc (mgr.14182) 954 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:35.571 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:35.571 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:36.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:36.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:36 smithi086 bash[26112]: cluster 2023-12-21T05:03:34.949764+0000 mgr.smithi086.vbfnjc (mgr.14182) 955 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:36.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:36 smithi105 bash[29232]: cluster 2023-12-21T05:03:34.949764+0000 mgr.smithi086.vbfnjc (mgr.14182) 955 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:37.173 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:37.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:37 smithi086 bash[26112]: audit 2023-12-21T05:03:35.565828+0000 mgr.smithi086.vbfnjc (mgr.14182) 956 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:37.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:37 smithi086 bash[26112]: audit 2023-12-21T05:03:36.906343+0000 mon.smithi086 (mon.0) 900 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:03:37.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:37 smithi086 bash[26112]: audit 2023-12-21T05:03:37.220565+0000 mon.smithi086 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:37.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:37 smithi105 bash[29232]: audit 2023-12-21T05:03:35.565828+0000 mgr.smithi086.vbfnjc (mgr.14182) 956 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:37.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:37 smithi105 bash[29232]: audit 2023-12-21T05:03:36.906343+0000 mon.smithi086 (mon.0) 900 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:03:37.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:37 smithi105 bash[29232]: audit 2023-12-21T05:03:37.220565+0000 mon.smithi086 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:38.485 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:38 smithi086 bash[26112]: cluster 2023-12-21T05:03:36.950965+0000 mgr.smithi086.vbfnjc (mgr.14182) 957 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:38.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:38 smithi105 bash[29232]: cluster 2023-12-21T05:03:36.950965+0000 mgr.smithi086.vbfnjc (mgr.14182) 957 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:40.228 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:40.228 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T04:53:16.761419Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T04:53:16.761805Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T04:53:16.762079Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T04:53:16.762375Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T04:53:16.762880Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T04:53:16.762628Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T04:53:16.763884Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:40.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:40 smithi105 bash[29232]: cluster 2023-12-21T05:03:38.952635+0000 mgr.smithi086.vbfnjc (mgr.14182) 958 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:40.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:40 smithi086 bash[26112]: cluster 2023-12-21T05:03:38.952635+0000 mgr.smithi086.vbfnjc (mgr.14182) 958 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:03:40.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:41.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:41 smithi105 bash[29232]: audit 2023-12-21T05:03:40.217851+0000 mgr.smithi086.vbfnjc (mgr.14182) 959 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:41.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:41 smithi086 bash[26112]: audit 2023-12-21T05:03:40.217851+0000 mgr.smithi086.vbfnjc (mgr.14182) 959 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:41.850 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:42.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:42 smithi105 bash[29232]: cluster 2023-12-21T05:03:40.954413+0000 mgr.smithi086.vbfnjc (mgr.14182) 960 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:42.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:42 smithi086 bash[26112]: cluster 2023-12-21T05:03:40.954413+0000 mgr.smithi086.vbfnjc (mgr.14182) 960 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: audit 2023-12-21T05:03:42.791099+0000 mon.smithi086 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: cluster 2023-12-21T05:03:42.955922+0000 mgr.smithi086.vbfnjc (mgr.14182) 961 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: audit 2023-12-21T05:03:43.083747+0000 mon.smithi086 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:03:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: audit 2023-12-21T05:03:43.085602+0000 mon.smithi086 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:03:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: audit 2023-12-21T05:03:43.094996+0000 mon.smithi086 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:44.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: cluster 2023-12-21T05:03:43.096200+0000 mgr.smithi086.vbfnjc (mgr.14182) 962 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:03:44.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: audit 2023-12-21T05:03:43.105122+0000 mon.smithi086 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:03:44.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: audit 2023-12-21T05:03:43.117992+0000 mon.smithi086 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:44.125 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:43 smithi105 bash[29232]: cephadm 2023-12-21T05:03:43.124558+0000 mgr.smithi086.vbfnjc (mgr.14182) 963 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pesigp on smithi105 2023-12-21T05:03:44.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: audit 2023-12-21T05:03:42.791099+0000 mon.smithi086 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:44.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: cluster 2023-12-21T05:03:42.955922+0000 mgr.smithi086.vbfnjc (mgr.14182) 961 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:03:44.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: audit 2023-12-21T05:03:43.083747+0000 mon.smithi086 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:03:44.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: audit 2023-12-21T05:03:43.085602+0000 mon.smithi086 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:03:44.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: audit 2023-12-21T05:03:43.094996+0000 mon.smithi086 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: cluster 2023-12-21T05:03:43.096200+0000 mgr.smithi086.vbfnjc (mgr.14182) 962 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:03:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: audit 2023-12-21T05:03:43.105122+0000 mon.smithi086 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:03:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: audit 2023-12-21T05:03:43.117992+0000 mon.smithi086 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:44.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:43 smithi086 bash[26112]: cephadm 2023-12-21T05:03:43.124558+0000 mgr.smithi086.vbfnjc (mgr.14182) 963 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.pesigp on smithi105 2023-12-21T05:03:45.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:44 smithi086 bash[26112]: cluster 2023-12-21T05:03:43.786871+0000 mon.smithi086 (mon.0) 908 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:03:45.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:44 smithi086 bash[26112]: cluster 2023-12-21T05:03:43.786937+0000 mon.smithi086 (mon.0) 909 : cluster [INF] Cluster is now healthy 2023-12-21T05:03:45.102 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:45.102 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:01:22.409019Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.ruahbo on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:45.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:44 smithi105 bash[29232]: cluster 2023-12-21T05:03:43.786871+0000 mon.smithi086 (mon.0) 908 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:03:45.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:44 smithi105 bash[29232]: cluster 2023-12-21T05:03:43.786937+0000 mon.smithi086 (mon.0) 909 : cluster [INF] Cluster is now healthy 2023-12-21T05:03:45.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:45 smithi105 bash[29232]: audit 2023-12-21T05:03:45.097313+0000 mgr.smithi086.vbfnjc (mgr.14182) 964 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:46.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:45 smithi105 bash[29232]: cluster 2023-12-21T05:03:45.098679+0000 mgr.smithi086.vbfnjc (mgr.14182) 965 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:03:46.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:45 smithi086 bash[26112]: audit 2023-12-21T05:03:45.097313+0000 mgr.smithi086.vbfnjc (mgr.14182) 964 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:46.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:45 smithi086 bash[26112]: cluster 2023-12-21T05:03:45.098679+0000 mgr.smithi086.vbfnjc (mgr.14182) 965 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:03:46.829 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:47.123 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:46 smithi105 bash[29232]: audit 2023-12-21T05:03:46.939577+0000 mon.smithi086 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pesigp"}]: dispatch 2023-12-21T05:03:47.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:46 smithi086 bash[26112]: audit 2023-12-21T05:03:46.939577+0000 mon.smithi086 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.pesigp"}]: dispatch 2023-12-21T05:03:48.249 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: cephadm 2023-12-21T05:03:46.938440+0000 mgr.smithi086.vbfnjc (mgr.14182) 966 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.249 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.pesigp ... 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:03:48.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.pesigp ... 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:48.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: cephadm 2023-12-21T05:03:46.938936+0000 mgr.smithi086.vbfnjc (mgr.14182) 967 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: cephadm 2023-12-21T05:03:46.941033+0000 mgr.smithi086.vbfnjc (mgr.14182) 968 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.pesigp ... 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:48.252 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:48.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: cephadm 2023-12-21T05:03:46.946336+0000 mgr.smithi086.vbfnjc (mgr.14182) 969 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.infjxo on smithi086 2023-12-21T05:03:48.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: cluster 2023-12-21T05:03:47.099307+0000 mgr.smithi086.vbfnjc (mgr.14182) 970 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:03:48.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:48 smithi086 bash[26112]: audit 2023-12-21T05:03:47.931058+0000 mon.smithi086 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: cephadm 2023-12-21T05:03:46.938440+0000 mgr.smithi086.vbfnjc (mgr.14182) 966 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:48.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.pesigp ... 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.pesigp ... 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: cephadm 2023-12-21T05:03:46.938936+0000 mgr.smithi086.vbfnjc (mgr.14182) 967 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: cephadm 2023-12-21T05:03:46.941033+0000 mgr.smithi086.vbfnjc (mgr.14182) 968 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.pesigp ... 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: cephadm 2023-12-21T05:03:46.946336+0000 mgr.smithi086.vbfnjc (mgr.14182) 969 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.infjxo on smithi086 2023-12-21T05:03:48.377 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: cluster 2023-12-21T05:03:47.099307+0000 mgr.smithi086.vbfnjc (mgr.14182) 970 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-12-21T05:03:48.378 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:48 smithi105 bash[29232]: audit 2023-12-21T05:03:47.931058+0000 mon.smithi086 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:50.029 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:50.029 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:32.799263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.acvqfi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-acvqfi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.acvqfi\nDeploy daemon haproxy.nfs.foo.smithi105.acvqfi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.894268Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ugqjok on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ugqjok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ugqjok\nDeploy daemon haproxy.nfs.foo.smithi086.ugqjok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:02:36.898695Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.iykkpg on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:50.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:50 smithi086 bash[26112]: cluster 2023-12-21T05:03:49.100178+0000 mgr.smithi086.vbfnjc (mgr.14182) 971 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:03:50.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:50 smithi105 bash[29232]: cluster 2023-12-21T05:03:49.100178+0000 mgr.smithi086.vbfnjc (mgr.14182) 971 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:03:50.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:51.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:51 smithi086 bash[26112]: audit 2023-12-21T05:03:50.023715+0000 mgr.smithi086.vbfnjc (mgr.14182) 972 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:51.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:51 smithi086 bash[26112]: audit 2023-12-21T05:03:50.876372+0000 mon.smithi086 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.infjxo"}]: dispatch 2023-12-21T05:03:51.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:51 smithi105 bash[29232]: audit 2023-12-21T05:03:50.023715+0000 mgr.smithi086.vbfnjc (mgr.14182) 972 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:51.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:51 smithi105 bash[29232]: audit 2023-12-21T05:03:50.876372+0000 mon.smithi086 (mon.0) 912 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.infjxo"}]: dispatch 2023-12-21T05:03:51.668 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: cephadm 2023-12-21T05:03:50.875604+0000 mgr.smithi086.vbfnjc (mgr.14182) 973 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.infjxo ... 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.infjxo ... 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: cephadm 2023-12-21T05:03:50.875851+0000 mgr.smithi086.vbfnjc (mgr.14182) 974 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: cephadm 2023-12-21T05:03:50.877781+0000 mgr.smithi086.vbfnjc (mgr.14182) 975 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.infjxo ... 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: cephadm 2023-12-21T05:03:50.881825+0000 mgr.smithi086.vbfnjc (mgr.14182) 976 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: cephadm 2023-12-21T05:03:50.885375+0000 mgr.smithi086.vbfnjc (mgr.14182) 977 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: cluster 2023-12-21T05:03:50.887123+0000 mgr.smithi086.vbfnjc (mgr.14182) 978 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T05:03:52.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:52 smithi086 bash[26112]: cluster 2023-12-21T05:03:51.156847+0000 mon.smithi086 (mon.0) 913 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:03:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: cephadm 2023-12-21T05:03:50.875604+0000 mgr.smithi086.vbfnjc (mgr.14182) 973 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:52.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:52.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.infjxo ... 2023-12-21T05:03:52.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:52.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.infjxo ... 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: cephadm 2023-12-21T05:03:50.875851+0000 mgr.smithi086.vbfnjc (mgr.14182) 974 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: cephadm 2023-12-21T05:03:50.877781+0000 mgr.smithi086.vbfnjc (mgr.14182) 975 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo 2023-12-21T05:03:52.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.infjxo ... 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: cephadm 2023-12-21T05:03:50.881825+0000 mgr.smithi086.vbfnjc (mgr.14182) 976 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: cephadm 2023-12-21T05:03:50.885375+0000 mgr.smithi086.vbfnjc (mgr.14182) 977 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: cluster 2023-12-21T05:03:50.887123+0000 mgr.smithi086.vbfnjc (mgr.14182) 978 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T05:03:52.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:52 smithi105 bash[29232]: cluster 2023-12-21T05:03:51.156847+0000 mon.smithi086 (mon.0) 913 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:03:54.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:54 smithi086 bash[26112]: cluster 2023-12-21T05:03:52.888218+0000 mgr.smithi086.vbfnjc (mgr.14182) 979 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T05:03:54.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:54 smithi105 bash[29232]: cluster 2023-12-21T05:03:52.888218+0000 mgr.smithi086.vbfnjc (mgr.14182) 979 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T05:03:54.942 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:54.942 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:03:55.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:03:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:56 smithi086 bash[26112]: cluster 2023-12-21T05:03:54.890065+0000 mgr.smithi086.vbfnjc (mgr.14182) 980 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:03:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:56 smithi086 bash[26112]: audit 2023-12-21T05:03:54.936898+0000 mgr.smithi086.vbfnjc (mgr.14182) 981 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:56 smithi086 bash[26112]: audit 2023-12-21T05:03:55.684962+0000 mon.smithi086 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:56.596 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:03:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:56 smithi105 bash[29232]: cluster 2023-12-21T05:03:54.890065+0000 mgr.smithi086.vbfnjc (mgr.14182) 980 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:03:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:56 smithi105 bash[29232]: audit 2023-12-21T05:03:54.936898+0000 mgr.smithi086.vbfnjc (mgr.14182) 981 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:03:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:56 smithi105 bash[29232]: audit 2023-12-21T05:03:55.684962+0000 mon.smithi086 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:03:58.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:03:58 smithi086 bash[26112]: cluster 2023-12-21T05:03:56.891281+0000 mgr.smithi086.vbfnjc (mgr.14182) 982 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:03:58.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:03:58 smithi105 bash[29232]: cluster 2023-12-21T05:03:56.891281+0000 mgr.smithi086.vbfnjc (mgr.14182) 982 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:03:59.715 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:03:59.715 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:00.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:00.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:00 smithi086 bash[26112]: cluster 2023-12-21T05:03:58.892594+0000 mgr.smithi086.vbfnjc (mgr.14182) 983 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:04:00.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:00 smithi105 bash[29232]: cluster 2023-12-21T05:03:58.892594+0000 mgr.smithi086.vbfnjc (mgr.14182) 983 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:04:01.333 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:01.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:01 smithi086 bash[26112]: audit 2023-12-21T05:03:59.703119+0000 mgr.smithi086.vbfnjc (mgr.14182) 984 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:01.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:01 smithi105 bash[29232]: audit 2023-12-21T05:03:59.703119+0000 mgr.smithi086.vbfnjc (mgr.14182) 984 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:02.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:02 smithi086 bash[26112]: cluster 2023-12-21T05:04:00.894494+0000 mgr.smithi086.vbfnjc (mgr.14182) 985 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:04:02.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:02 smithi105 bash[29232]: cluster 2023-12-21T05:04:00.894494+0000 mgr.smithi086.vbfnjc (mgr.14182) 985 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:04:04.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:03 smithi086 bash[26112]: cluster 2023-12-21T05:04:02.895670+0000 mgr.smithi086.vbfnjc (mgr.14182) 986 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:04.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:03 smithi086 bash[26112]: audit 2023-12-21T05:04:02.932486+0000 mon.smithi086 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:04:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:03 smithi105 bash[29232]: cluster 2023-12-21T05:04:02.895670+0000 mgr.smithi086.vbfnjc (mgr.14182) 986 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:04.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:03 smithi105 bash[29232]: audit 2023-12-21T05:04:02.932486+0000 mon.smithi086 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:04:04.516 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:04.516 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:05.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:05 smithi105 bash[29232]: audit 2023-12-21T05:04:04.503265+0000 mgr.smithi086.vbfnjc (mgr.14182) 987 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:06.124 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:05 smithi105 bash[29232]: cluster 2023-12-21T05:04:04.897720+0000 mgr.smithi086.vbfnjc (mgr.14182) 988 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:06.159 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:06.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:05 smithi086 bash[26112]: audit 2023-12-21T05:04:04.503265+0000 mgr.smithi086.vbfnjc (mgr.14182) 987 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:06.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:05 smithi086 bash[26112]: cluster 2023-12-21T05:04:04.897720+0000 mgr.smithi086.vbfnjc (mgr.14182) 988 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:08.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:07 smithi086 bash[26112]: cluster 2023-12-21T05:04:06.898918+0000 mgr.smithi086.vbfnjc (mgr.14182) 989 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:08.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:07 smithi105 bash[29232]: cluster 2023-12-21T05:04:06.898918+0000 mgr.smithi086.vbfnjc (mgr.14182) 989 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:09.260 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:09.260 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:09.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:10.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:10 smithi086 bash[26112]: cluster 2023-12-21T05:04:08.900067+0000 mgr.smithi086.vbfnjc (mgr.14182) 990 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:10.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:10 smithi086 bash[26112]: audit 2023-12-21T05:04:09.253001+0000 mgr.smithi086.vbfnjc (mgr.14182) 991 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:10 smithi105 bash[29232]: cluster 2023-12-21T05:04:08.900067+0000 mgr.smithi086.vbfnjc (mgr.14182) 990 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:10.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:10 smithi105 bash[29232]: audit 2023-12-21T05:04:09.253001+0000 mgr.smithi086.vbfnjc (mgr.14182) 991 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:10.882 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:12.154 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:12 smithi086 bash[26112]: cluster 2023-12-21T05:04:10.901989+0000 mgr.smithi086.vbfnjc (mgr.14182) 992 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:12.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:12 smithi105 bash[29232]: cluster 2023-12-21T05:04:10.901989+0000 mgr.smithi086.vbfnjc (mgr.14182) 992 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:13.897 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:13.897 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:14.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:14 smithi086 bash[26112]: cluster 2023-12-21T05:04:12.903362+0000 mgr.smithi086.vbfnjc (mgr.14182) 993 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:14.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:14 smithi105 bash[29232]: cluster 2023-12-21T05:04:12.903362+0000 mgr.smithi086.vbfnjc (mgr.14182) 993 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:14.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:15.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:15 smithi105 bash[29232]: audit 2023-12-21T05:04:13.886600+0000 mgr.smithi086.vbfnjc (mgr.14182) 994 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:15.499 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:15.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:15 smithi086 bash[26112]: audit 2023-12-21T05:04:13.886600+0000 mgr.smithi086.vbfnjc (mgr.14182) 994 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:16.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:16 smithi105 bash[29232]: cluster 2023-12-21T05:04:14.905329+0000 mgr.smithi086.vbfnjc (mgr.14182) 995 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:16.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:16 smithi086 bash[26112]: cluster 2023-12-21T05:04:14.905329+0000 mgr.smithi086.vbfnjc (mgr.14182) 995 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:18.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:18 smithi105 bash[29232]: cluster 2023-12-21T05:04:16.906050+0000 mgr.smithi086.vbfnjc (mgr.14182) 996 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:18.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:18 smithi086 bash[26112]: cluster 2023-12-21T05:04:16.906050+0000 mgr.smithi086.vbfnjc (mgr.14182) 996 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:18.618 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:18.618 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:19.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:20.256 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:20 smithi105 bash[29232]: audit 2023-12-21T05:04:18.608154+0000 mgr.smithi086.vbfnjc (mgr.14182) 997 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:20.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:20 smithi105 bash[29232]: cluster 2023-12-21T05:04:18.907593+0000 mgr.smithi086.vbfnjc (mgr.14182) 998 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:20.514 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:20 smithi086 bash[26112]: audit 2023-12-21T05:04:18.608154+0000 mgr.smithi086.vbfnjc (mgr.14182) 997 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:20.514 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:20 smithi086 bash[26112]: cluster 2023-12-21T05:04:18.907593+0000 mgr.smithi086.vbfnjc (mgr.14182) 998 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:22.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:22 smithi105 bash[29232]: cluster 2023-12-21T05:04:20.909382+0000 mgr.smithi086.vbfnjc (mgr.14182) 999 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:22.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:22 smithi086 bash[26112]: cluster 2023-12-21T05:04:20.909382+0000 mgr.smithi086.vbfnjc (mgr.14182) 999 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:23.441 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:23.441 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:24.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:24.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:24 smithi086 bash[26112]: cluster 2023-12-21T05:04:22.910209+0000 mgr.smithi086.vbfnjc (mgr.14182) 1000 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:24.257 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:24 smithi086 bash[26112]: audit 2023-12-21T05:04:23.428117+0000 mgr.smithi086.vbfnjc (mgr.14182) 1001 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:24 smithi105 bash[29232]: cluster 2023-12-21T05:04:22.910209+0000 mgr.smithi086.vbfnjc (mgr.14182) 1000 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:24.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:24 smithi105 bash[29232]: audit 2023-12-21T05:04:23.428117+0000 mgr.smithi086.vbfnjc (mgr.14182) 1001 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:25.005 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:26.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:26 smithi105 bash[29232]: cluster 2023-12-21T05:04:24.912223+0000 mgr.smithi086.vbfnjc (mgr.14182) 1002 : 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-12-21T05:04:26.381 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:26 smithi086 bash[26112]: cluster 2023-12-21T05:04:24.912223+0000 mgr.smithi086.vbfnjc (mgr.14182) 1002 : 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-12-21T05:04:28.153 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:28.153 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:28.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:28 smithi086 bash[26112]: cluster 2023-12-21T05:04:26.913363+0000 mgr.smithi086.vbfnjc (mgr.14182) 1003 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:28.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:28 smithi105 bash[29232]: cluster 2023-12-21T05:04:26.913363+0000 mgr.smithi086.vbfnjc (mgr.14182) 1003 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:28.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:29.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:29 smithi086 bash[26112]: audit 2023-12-21T05:04:28.148301+0000 mgr.smithi086.vbfnjc (mgr.14182) 1004 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:29 smithi105 bash[29232]: audit 2023-12-21T05:04:28.148301+0000 mgr.smithi086.vbfnjc (mgr.14182) 1004 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:29.777 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:30 smithi086 bash[26112]: cluster 2023-12-21T05:04:28.914723+0000 mgr.smithi086.vbfnjc (mgr.14182) 1005 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:30.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:30 smithi105 bash[29232]: cluster 2023-12-21T05:04:28.914723+0000 mgr.smithi086.vbfnjc (mgr.14182) 1005 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:32.492 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:32 smithi086 bash[26112]: cluster 2023-12-21T05:04:30.916032+0000 mgr.smithi086.vbfnjc (mgr.14182) 1006 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:32.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:32 smithi105 bash[29232]: cluster 2023-12-21T05:04:30.916032+0000 mgr.smithi086.vbfnjc (mgr.14182) 1006 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:32.942 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:32.942 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:33.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:34.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:34 smithi086 bash[26112]: cluster 2023-12-21T05:04:32.917400+0000 mgr.smithi086.vbfnjc (mgr.14182) 1007 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:34.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:34 smithi086 bash[26112]: audit 2023-12-21T05:04:32.928271+0000 mgr.smithi086.vbfnjc (mgr.14182) 1008 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:34.558 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:34.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:34 smithi105 bash[29232]: cluster 2023-12-21T05:04:32.917400+0000 mgr.smithi086.vbfnjc (mgr.14182) 1007 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:34.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:34 smithi105 bash[29232]: audit 2023-12-21T05:04:32.928271+0000 mgr.smithi086.vbfnjc (mgr.14182) 1008 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:36.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:36 smithi086 bash[26112]: cluster 2023-12-21T05:04:34.919457+0000 mgr.smithi086.vbfnjc (mgr.14182) 1009 : 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-12-21T05:04:36.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:36 smithi105 bash[29232]: cluster 2023-12-21T05:04:34.919457+0000 mgr.smithi086.vbfnjc (mgr.14182) 1009 : 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-12-21T05:04:37.734 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:37.734 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:38.392 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:38.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:38 smithi086 bash[26112]: cluster 2023-12-21T05:04:36.920653+0000 mgr.smithi086.vbfnjc (mgr.14182) 1010 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:38.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:38 smithi105 bash[29232]: cluster 2023-12-21T05:04:36.920653+0000 mgr.smithi086.vbfnjc (mgr.14182) 1010 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:39.394 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:39.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:39 smithi086 bash[26112]: audit 2023-12-21T05:04:37.722643+0000 mgr.smithi086.vbfnjc (mgr.14182) 1011 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:39.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:39 smithi105 bash[29232]: audit 2023-12-21T05:04:37.722643+0000 mgr.smithi086.vbfnjc (mgr.14182) 1011 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:40.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:40 smithi086 bash[26112]: cluster 2023-12-21T05:04:38.922376+0000 mgr.smithi086.vbfnjc (mgr.14182) 1012 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:40.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:40 smithi105 bash[29232]: cluster 2023-12-21T05:04:38.922376+0000 mgr.smithi086.vbfnjc (mgr.14182) 1012 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:42.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:42 smithi086 bash[26112]: cluster 2023-12-21T05:04:40.924259+0000 mgr.smithi086.vbfnjc (mgr.14182) 1013 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:42.410 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:42.411 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:42.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:42 smithi105 bash[29232]: cluster 2023-12-21T05:04:40.924259+0000 mgr.smithi086.vbfnjc (mgr.14182) 1013 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:43.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:43.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:43 smithi086 bash[26112]: audit 2023-12-21T05:04:42.398787+0000 mgr.smithi086.vbfnjc (mgr.14182) 1014 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:43.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:43 smithi105 bash[29232]: audit 2023-12-21T05:04:42.398787+0000 mgr.smithi086.vbfnjc (mgr.14182) 1014 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:44.016 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:44.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:44 smithi086 bash[26112]: cluster 2023-12-21T05:04:42.925744+0000 mgr.smithi086.vbfnjc (mgr.14182) 1015 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:44.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:44 smithi105 bash[29232]: cluster 2023-12-21T05:04:42.925744+0000 mgr.smithi086.vbfnjc (mgr.14182) 1015 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:46.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:46 smithi086 bash[26112]: cluster 2023-12-21T05:04:44.927745+0000 mgr.smithi086.vbfnjc (mgr.14182) 1016 : 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-12-21T05:04:46.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:46 smithi105 bash[29232]: cluster 2023-12-21T05:04:44.927745+0000 mgr.smithi086.vbfnjc (mgr.14182) 1016 : 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-12-21T05:04:47.077 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:47.077 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:47.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:48.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:48 smithi086 bash[26112]: cluster 2023-12-21T05:04:46.928961+0000 mgr.smithi086.vbfnjc (mgr.14182) 1017 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:48.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:48 smithi086 bash[26112]: audit 2023-12-21T05:04:47.071827+0000 mgr.smithi086.vbfnjc (mgr.14182) 1018 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:48.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:48 smithi105 bash[29232]: cluster 2023-12-21T05:04:46.928961+0000 mgr.smithi086.vbfnjc (mgr.14182) 1017 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:04:48.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:48 smithi105 bash[29232]: audit 2023-12-21T05:04:47.071827+0000 mgr.smithi086.vbfnjc (mgr.14182) 1018 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:48.700 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:50.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:50 smithi086 bash[26112]: cluster 2023-12-21T05:04:48.930303+0000 mgr.smithi086.vbfnjc (mgr.14182) 1019 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:50.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:50 smithi105 bash[29232]: cluster 2023-12-21T05:04:48.930303+0000 mgr.smithi086.vbfnjc (mgr.14182) 1019 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:04:51.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:51 smithi086 bash[26112]: audit 2023-12-21T05:04:50.891049+0000 mon.smithi086 (mon.0) 916 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:04:51.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:51 smithi086 bash[26112]: audit 2023-12-21T05:04:51.201686+0000 mon.smithi086 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:04:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:51 smithi105 bash[29232]: audit 2023-12-21T05:04:50.891049+0000 mon.smithi086 (mon.0) 916 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:04:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:51 smithi105 bash[29232]: audit 2023-12-21T05:04:51.201686+0000 mon.smithi086 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:04:51.862 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:51.862 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:02:36.902628Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.oatstu on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:52.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:52 smithi086 bash[26112]: cluster 2023-12-21T05:04:50.932374+0000 mgr.smithi086.vbfnjc (mgr.14182) 1020 : 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-12-21T05:04:52.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:52 smithi086 bash[26112]: audit 2023-12-21T05:04:51.512860+0000 mon.smithi086 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:04:52.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:52 smithi086 bash[26112]: audit 2023-12-21T05:04:51.514730+0000 mon.smithi086 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:04:52.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:52 smithi086 bash[26112]: audit 2023-12-21T05:04:51.524261+0000 mon.smithi086 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:04:52.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:52 smithi086 bash[26112]: audit 2023-12-21T05:04:51.533831+0000 mon.smithi086 (mon.0) 921 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:04:52.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:52 smithi086 bash[26112]: audit 2023-12-21T05:04:51.548066+0000 mon.smithi086 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:04:52.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:52.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:52 smithi105 bash[29232]: cluster 2023-12-21T05:04:50.932374+0000 mgr.smithi086.vbfnjc (mgr.14182) 1020 : 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-12-21T05:04:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:52 smithi105 bash[29232]: audit 2023-12-21T05:04:51.512860+0000 mon.smithi086 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:04:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:52 smithi105 bash[29232]: audit 2023-12-21T05:04:51.514730+0000 mon.smithi086 (mon.0) 919 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:04:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:52 smithi105 bash[29232]: audit 2023-12-21T05:04:51.524261+0000 mon.smithi086 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:04:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:52 smithi105 bash[29232]: audit 2023-12-21T05:04:51.533831+0000 mon.smithi086 (mon.0) 921 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:04:52.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:52 smithi105 bash[29232]: audit 2023-12-21T05:04:51.548066+0000 mon.smithi086 (mon.0) 922 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:04:53.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:53 smithi086 bash[26112]: cluster 2023-12-21T05:04:51.525266+0000 mgr.smithi086.vbfnjc (mgr.14182) 1021 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T05:04:53.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:53 smithi086 bash[26112]: cephadm 2023-12-21T05:04:51.552350+0000 mgr.smithi086.vbfnjc (mgr.14182) 1022 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.llrrvv on smithi105 2023-12-21T05:04:53.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:53 smithi086 bash[26112]: audit 2023-12-21T05:04:51.852561+0000 mgr.smithi086.vbfnjc (mgr.14182) 1023 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:53.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:53 smithi086 bash[26112]: cluster 2023-12-21T05:04:52.520534+0000 mon.smithi086 (mon.0) 923 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:04:53.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:53 smithi086 bash[26112]: cluster 2023-12-21T05:04:52.520603+0000 mon.smithi086 (mon.0) 924 : cluster [INF] Cluster is now healthy 2023-12-21T05:04:53.518 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:53 smithi105 bash[29232]: cluster 2023-12-21T05:04:51.525266+0000 mgr.smithi086.vbfnjc (mgr.14182) 1021 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T05:04:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:53 smithi105 bash[29232]: cephadm 2023-12-21T05:04:51.552350+0000 mgr.smithi086.vbfnjc (mgr.14182) 1022 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.llrrvv on smithi105 2023-12-21T05:04:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:53 smithi105 bash[29232]: audit 2023-12-21T05:04:51.852561+0000 mgr.smithi086.vbfnjc (mgr.14182) 1023 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:53 smithi105 bash[29232]: cluster 2023-12-21T05:04:52.520534+0000 mon.smithi086 (mon.0) 923 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:04:53.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:53 smithi105 bash[29232]: cluster 2023-12-21T05:04:52.520603+0000 mon.smithi086 (mon.0) 924 : cluster [INF] Cluster is now healthy 2023-12-21T05:04:55.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:55 smithi086 bash[26112]: cluster 2023-12-21T05:04:53.526678+0000 mgr.smithi086.vbfnjc (mgr.14182) 1024 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T05:04:55.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:55 smithi105 bash[29232]: cluster 2023-12-21T05:04:53.526678+0000 mgr.smithi086.vbfnjc (mgr.14182) 1024 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T05:04:56.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: cephadm 2023-12-21T05:04:55.319018+0000 mgr.smithi086.vbfnjc (mgr.14182) 1025 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:04:56.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:04:56.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.llrrvv ... 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:04:56.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.llrrvv ... 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: cephadm 2023-12-21T05:04:55.319513+0000 mgr.smithi086.vbfnjc (mgr.14182) 1026 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: audit 2023-12-21T05:04:55.320066+0000 mon.smithi086 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.llrrvv"}]: dispatch 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: cephadm 2023-12-21T05:04:55.321797+0000 mgr.smithi086.vbfnjc (mgr.14182) 1027 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.llrrvv ... 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:56 smithi086 bash[26112]: cephadm 2023-12-21T05:04:55.327088+0000 mgr.smithi086.vbfnjc (mgr.14182) 1028 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.vjfjdc on smithi086 2023-12-21T05:04:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: cephadm 2023-12-21T05:04:55.319018+0000 mgr.smithi086.vbfnjc (mgr.14182) 1025 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:04:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:04:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.llrrvv ... 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:04:56.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.llrrvv ... 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: cephadm 2023-12-21T05:04:55.319513+0000 mgr.smithi086.vbfnjc (mgr.14182) 1026 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: audit 2023-12-21T05:04:55.320066+0000 mon.smithi086 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.llrrvv"}]: dispatch 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: cephadm 2023-12-21T05:04:55.321797+0000 mgr.smithi086.vbfnjc (mgr.14182) 1027 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.llrrvv ... 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:04:56.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:56 smithi105 bash[29232]: cephadm 2023-12-21T05:04:55.327088+0000 mgr.smithi086.vbfnjc (mgr.14182) 1028 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.vjfjdc on smithi086 2023-12-21T05:04:56.835 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:04:56.835 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:46.940825Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.pesigp on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-pesigp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.pesigp\nDeploy daemon haproxy.nfs.foo.smithi105.pesigp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.877555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.infjxo on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-infjxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.infjxo\nDeploy daemon haproxy.nfs.foo.smithi086.infjxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:03:50.881622Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.apcpqv on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:04:57.496 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:57 smithi086 bash[26112]: cluster 2023-12-21T05:04:55.528394+0000 mgr.smithi086.vbfnjc (mgr.14182) 1029 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T05:04:57.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:04:57.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:57 smithi105 bash[29232]: cluster 2023-12-21T05:04:55.528394+0000 mgr.smithi086.vbfnjc (mgr.14182) 1029 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T05:04:58.500 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:04:58.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:58 smithi086 bash[26112]: audit 2023-12-21T05:04:56.821492+0000 mgr.smithi086.vbfnjc (mgr.14182) 1030 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:58.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:58 smithi105 bash[29232]: audit 2023-12-21T05:04:56.821492+0000 mgr.smithi086.vbfnjc (mgr.14182) 1030 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:04:59.520 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:04:59 smithi086 bash[26112]: cluster 2023-12-21T05:04:57.529734+0000 mgr.smithi086.vbfnjc (mgr.14182) 1031 : cluster [DBG] pgmap v691: 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-12-21T05:04:59.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:04:59 smithi105 bash[29232]: cluster 2023-12-21T05:04:57.529734+0000 mgr.smithi086.vbfnjc (mgr.14182) 1031 : cluster [DBG] pgmap v691: 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-12-21T05:05:00.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:00 smithi086 bash[26112]: audit 2023-12-21T05:04:59.557252+0000 mon.smithi086 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.vjfjdc"}]: dispatch 2023-12-21T05:05:00.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:00 smithi105 bash[29232]: audit 2023-12-21T05:04:59.557252+0000 mon.smithi086 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.vjfjdc"}]: dispatch 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: cluster 2023-12-21T05:04:59.531322+0000 mgr.smithi086.vbfnjc (mgr.14182) 1032 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: cephadm 2023-12-21T05:04:59.556124+0000 mgr.smithi086.vbfnjc (mgr.14182) 1033 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vjfjdc ... 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vjfjdc ... 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: cephadm 2023-12-21T05:04:59.556648+0000 mgr.smithi086.vbfnjc (mgr.14182) 1034 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: cephadm 2023-12-21T05:04:59.558811+0000 mgr.smithi086.vbfnjc (mgr.14182) 1035 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vjfjdc ... 2023-12-21T05:05:01.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: cephadm 2023-12-21T05:04:59.563198+0000 mgr.smithi086.vbfnjc (mgr.14182) 1036 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: cephadm 2023-12-21T05:04:59.566745+0000 mgr.smithi086.vbfnjc (mgr.14182) 1037 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: cluster 2023-12-21T05:04:59.567760+0000 mgr.smithi086.vbfnjc (mgr.14182) 1038 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: cluster 2023-12-21T05:05:00.253543+0000 mon.smithi086 (mon.0) 927 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:05:01.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:01 smithi086 bash[26112]: audit 2023-12-21T05:05:00.741610+0000 mon.smithi086 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:05:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: cluster 2023-12-21T05:04:59.531322+0000 mgr.smithi086.vbfnjc (mgr.14182) 1032 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-12-21T05:05:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: cephadm 2023-12-21T05:04:59.556124+0000 mgr.smithi086.vbfnjc (mgr.14182) 1033 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:05:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:05:01.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vjfjdc ... 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vjfjdc ... 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: cephadm 2023-12-21T05:04:59.556648+0000 mgr.smithi086.vbfnjc (mgr.14182) 1034 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: cephadm 2023-12-21T05:04:59.558811+0000 mgr.smithi086.vbfnjc (mgr.14182) 1035 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc 2023-12-21T05:05:01.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vjfjdc ... 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: cephadm 2023-12-21T05:04:59.563198+0000 mgr.smithi086.vbfnjc (mgr.14182) 1036 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: cephadm 2023-12-21T05:04:59.566745+0000 mgr.smithi086.vbfnjc (mgr.14182) 1037 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: cluster 2023-12-21T05:04:59.567760+0000 mgr.smithi086.vbfnjc (mgr.14182) 1038 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 0 op/s 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: cluster 2023-12-21T05:05:00.253543+0000 mon.smithi086 (mon.0) 927 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:05:01.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:01 smithi105 bash[29232]: audit 2023-12-21T05:05:00.741610+0000 mon.smithi086 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:05:02.180 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:02.180 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:02.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:03.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:03 smithi105 bash[29232]: cluster 2023-12-21T05:05:01.569212+0000 mgr.smithi086.vbfnjc (mgr.14182) 1039 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:03.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:03 smithi105 bash[29232]: audit 2023-12-21T05:05:02.166816+0000 mgr.smithi086.vbfnjc (mgr.14182) 1040 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:03.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:03 smithi086 bash[26112]: cluster 2023-12-21T05:05:01.569212+0000 mgr.smithi086.vbfnjc (mgr.14182) 1039 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:03.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:03 smithi086 bash[26112]: audit 2023-12-21T05:05:02.166816+0000 mgr.smithi086.vbfnjc (mgr.14182) 1040 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:03.863 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:05.440 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:05 smithi086 bash[26112]: cluster 2023-12-21T05:05:03.570847+0000 mgr.smithi086.vbfnjc (mgr.14182) 1041 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:05.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:05 smithi105 bash[29232]: cluster 2023-12-21T05:05:03.570847+0000 mgr.smithi086.vbfnjc (mgr.14182) 1041 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:07.232 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:07.232 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:07.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:07 smithi105 bash[29232]: cluster 2023-12-21T05:05:05.572947+0000 mgr.smithi086.vbfnjc (mgr.14182) 1042 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:07.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:07 smithi086 bash[26112]: cluster 2023-12-21T05:05:05.572947+0000 mgr.smithi086.vbfnjc (mgr.14182) 1042 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:07.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:08 smithi105 bash[29232]: audit 2023-12-21T05:05:07.221339+0000 mgr.smithi086.vbfnjc (mgr.14182) 1043 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:08.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:08 smithi086 bash[26112]: audit 2023-12-21T05:05:07.221339+0000 mgr.smithi086.vbfnjc (mgr.14182) 1043 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:08.934 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:09 smithi105 bash[29232]: cluster 2023-12-21T05:05:07.574558+0000 mgr.smithi086.vbfnjc (mgr.14182) 1044 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:09.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:09 smithi086 bash[26112]: cluster 2023-12-21T05:05:07.574558+0000 mgr.smithi086.vbfnjc (mgr.14182) 1044 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:11.585 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:11 smithi086 bash[26112]: cluster 2023-12-21T05:05:09.576316+0000 mgr.smithi086.vbfnjc (mgr.14182) 1045 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:11.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:11 smithi105 bash[29232]: cluster 2023-12-21T05:05:09.576316+0000 mgr.smithi086.vbfnjc (mgr.14182) 1045 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:05:12.023 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:12.023 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:12.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:13.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:13 smithi105 bash[29232]: cluster 2023-12-21T05:05:11.577135+0000 mgr.smithi086.vbfnjc (mgr.14182) 1046 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:13.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:13 smithi105 bash[29232]: audit 2023-12-21T05:05:12.010548+0000 mgr.smithi086.vbfnjc (mgr.14182) 1047 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:13.659 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:13.670 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:13 smithi086 bash[26112]: cluster 2023-12-21T05:05:11.577135+0000 mgr.smithi086.vbfnjc (mgr.14182) 1046 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:13.670 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:13 smithi086 bash[26112]: audit 2023-12-21T05:05:12.010548+0000 mgr.smithi086.vbfnjc (mgr.14182) 1047 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:15.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:15 smithi086 bash[26112]: cluster 2023-12-21T05:05:13.578741+0000 mgr.smithi086.vbfnjc (mgr.14182) 1048 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:15 smithi105 bash[29232]: cluster 2023-12-21T05:05:13.578741+0000 mgr.smithi086.vbfnjc (mgr.14182) 1048 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:16.920 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:16.921 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:17.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:17 smithi105 bash[29232]: cluster 2023-12-21T05:05:15.579676+0000 mgr.smithi086.vbfnjc (mgr.14182) 1049 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:17.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:17 smithi086 bash[26112]: cluster 2023-12-21T05:05:15.579676+0000 mgr.smithi086.vbfnjc (mgr.14182) 1049 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:18.502 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:18.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:18 smithi105 bash[29232]: audit 2023-12-21T05:05:16.907755+0000 mgr.smithi086.vbfnjc (mgr.14182) 1050 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:18.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:18 smithi086 bash[26112]: audit 2023-12-21T05:05:16.907755+0000 mgr.smithi086.vbfnjc (mgr.14182) 1050 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:19 smithi105 bash[29232]: cluster 2023-12-21T05:05:17.581240+0000 mgr.smithi086.vbfnjc (mgr.14182) 1051 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:19.646 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:19 smithi086 bash[26112]: cluster 2023-12-21T05:05:17.581240+0000 mgr.smithi086.vbfnjc (mgr.14182) 1051 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:21.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:21 smithi086 bash[26112]: cluster 2023-12-21T05:05:19.582943+0000 mgr.smithi086.vbfnjc (mgr.14182) 1052 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:21 smithi105 bash[29232]: cluster 2023-12-21T05:05:19.582943+0000 mgr.smithi086.vbfnjc (mgr.14182) 1052 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:21.634 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:21.634 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:22.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:23.291 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:23.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:23 smithi105 bash[29232]: cluster 2023-12-21T05:05:21.584351+0000 mgr.smithi086.vbfnjc (mgr.14182) 1053 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:23.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:23 smithi105 bash[29232]: audit 2023-12-21T05:05:21.621140+0000 mgr.smithi086.vbfnjc (mgr.14182) 1054 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:23.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:23 smithi086 bash[26112]: cluster 2023-12-21T05:05:21.584351+0000 mgr.smithi086.vbfnjc (mgr.14182) 1053 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:23.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:23 smithi086 bash[26112]: audit 2023-12-21T05:05:21.621140+0000 mgr.smithi086.vbfnjc (mgr.14182) 1054 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:25 smithi105 bash[29232]: cluster 2023-12-21T05:05:23.585965+0000 mgr.smithi086.vbfnjc (mgr.14182) 1055 : 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-12-21T05:05:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:25 smithi086 bash[26112]: cluster 2023-12-21T05:05:23.585965+0000 mgr.smithi086.vbfnjc (mgr.14182) 1055 : 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-12-21T05:05:26.422 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:26.423 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:27.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:27.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:27 smithi105 bash[29232]: cluster 2023-12-21T05:05:25.587766+0000 mgr.smithi086.vbfnjc (mgr.14182) 1056 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:27.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:27 smithi105 bash[29232]: audit 2023-12-21T05:05:26.410903+0000 mgr.smithi086.vbfnjc (mgr.14182) 1057 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:27.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:27 smithi086 bash[26112]: cluster 2023-12-21T05:05:25.587766+0000 mgr.smithi086.vbfnjc (mgr.14182) 1056 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:27.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:27 smithi086 bash[26112]: audit 2023-12-21T05:05:26.410903+0000 mgr.smithi086.vbfnjc (mgr.14182) 1057 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:28.024 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:29.406 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:29 smithi086 bash[26112]: cluster 2023-12-21T05:05:27.589303+0000 mgr.smithi086.vbfnjc (mgr.14182) 1058 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:29 smithi105 bash[29232]: cluster 2023-12-21T05:05:27.589303+0000 mgr.smithi086.vbfnjc (mgr.14182) 1058 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:31.175 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:31.175 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:31.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:31 smithi105 bash[29232]: cluster 2023-12-21T05:05:29.591224+0000 mgr.smithi086.vbfnjc (mgr.14182) 1059 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:31.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:31 smithi086 bash[26112]: cluster 2023-12-21T05:05:29.591224+0000 mgr.smithi086.vbfnjc (mgr.14182) 1059 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:31.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:32.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:32 smithi086 bash[26112]: audit 2023-12-21T05:05:31.162400+0000 mgr.smithi086.vbfnjc (mgr.14182) 1060 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:32.818 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:32.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:32 smithi105 bash[29232]: audit 2023-12-21T05:05:31.162400+0000 mgr.smithi086.vbfnjc (mgr.14182) 1060 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:33 smithi086 bash[26112]: cluster 2023-12-21T05:05:31.592724+0000 mgr.smithi086.vbfnjc (mgr.14182) 1061 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:33.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:33 smithi105 bash[29232]: cluster 2023-12-21T05:05:31.592724+0000 mgr.smithi086.vbfnjc (mgr.14182) 1061 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:35.670 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:35 smithi086 bash[26112]: cluster 2023-12-21T05:05:33.594389+0000 mgr.smithi086.vbfnjc (mgr.14182) 1062 : 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-12-21T05:05:35.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:35 smithi105 bash[29232]: cluster 2023-12-21T05:05:33.594389+0000 mgr.smithi086.vbfnjc (mgr.14182) 1062 : 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-12-21T05:05:36.040 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:36.041 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:36.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:37.687 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:37.699 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:37 smithi086 bash[26112]: cluster 2023-12-21T05:05:35.595785+0000 mgr.smithi086.vbfnjc (mgr.14182) 1063 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:37.699 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:37 smithi086 bash[26112]: audit 2023-12-21T05:05:36.027669+0000 mgr.smithi086.vbfnjc (mgr.14182) 1064 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:37 smithi105 bash[29232]: cluster 2023-12-21T05:05:35.595785+0000 mgr.smithi086.vbfnjc (mgr.14182) 1063 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:37 smithi105 bash[29232]: audit 2023-12-21T05:05:36.027669+0000 mgr.smithi086.vbfnjc (mgr.14182) 1064 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:39.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:39 smithi086 bash[26112]: cluster 2023-12-21T05:05:37.597334+0000 mgr.smithi086.vbfnjc (mgr.14182) 1065 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:39.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:39 smithi105 bash[29232]: cluster 2023-12-21T05:05:37.597334+0000 mgr.smithi086.vbfnjc (mgr.14182) 1065 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:40.920 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:40.920 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:41.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:41.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:41 smithi086 bash[26112]: cluster 2023-12-21T05:05:39.598340+0000 mgr.smithi086.vbfnjc (mgr.14182) 1066 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:41 smithi105 bash[29232]: cluster 2023-12-21T05:05:39.598340+0000 mgr.smithi086.vbfnjc (mgr.14182) 1066 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:42.521 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:42.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:42 smithi086 bash[26112]: audit 2023-12-21T05:05:40.908514+0000 mgr.smithi086.vbfnjc (mgr.14182) 1067 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:42.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:42 smithi105 bash[29232]: audit 2023-12-21T05:05:40.908514+0000 mgr.smithi086.vbfnjc (mgr.14182) 1067 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:43.686 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:43 smithi086 bash[26112]: cluster 2023-12-21T05:05:41.599721+0000 mgr.smithi086.vbfnjc (mgr.14182) 1068 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:43.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:43 smithi105 bash[29232]: cluster 2023-12-21T05:05:41.599721+0000 mgr.smithi086.vbfnjc (mgr.14182) 1068 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:45.744 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:45.744 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:45.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:45 smithi086 bash[26112]: cluster 2023-12-21T05:05:43.601324+0000 mgr.smithi086.vbfnjc (mgr.14182) 1069 : 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-12-21T05:05:45.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:45 smithi105 bash[29232]: cluster 2023-12-21T05:05:43.601324+0000 mgr.smithi086.vbfnjc (mgr.14182) 1069 : 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-12-21T05:05:46.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:47.416 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:47.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:47 smithi086 bash[26112]: cluster 2023-12-21T05:05:45.603051+0000 mgr.smithi086.vbfnjc (mgr.14182) 1070 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:47.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:47 smithi086 bash[26112]: audit 2023-12-21T05:05:45.731180+0000 mgr.smithi086.vbfnjc (mgr.14182) 1071 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:47.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:47 smithi105 bash[29232]: cluster 2023-12-21T05:05:45.603051+0000 mgr.smithi086.vbfnjc (mgr.14182) 1070 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:47.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:47 smithi105 bash[29232]: audit 2023-12-21T05:05:45.731180+0000 mgr.smithi086.vbfnjc (mgr.14182) 1071 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:49.837 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:49 smithi086 bash[26112]: cluster 2023-12-21T05:05:47.604498+0000 mgr.smithi086.vbfnjc (mgr.14182) 1072 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:49.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:49 smithi105 bash[29232]: cluster 2023-12-21T05:05:47.604498+0000 mgr.smithi086.vbfnjc (mgr.14182) 1072 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:50.641 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:50.641 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:51.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:51.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:51 smithi086 bash[26112]: cluster 2023-12-21T05:05:49.606229+0000 mgr.smithi086.vbfnjc (mgr.14182) 1073 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:51.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:51 smithi105 bash[29232]: cluster 2023-12-21T05:05:49.606229+0000 mgr.smithi086.vbfnjc (mgr.14182) 1073 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:52.239 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:52.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:52 smithi086 bash[26112]: audit 2023-12-21T05:05:50.636198+0000 mgr.smithi086.vbfnjc (mgr.14182) 1074 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:52.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:52 smithi105 bash[29232]: audit 2023-12-21T05:05:50.636198+0000 mgr.smithi086.vbfnjc (mgr.14182) 1074 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:53.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:53 smithi086 bash[26112]: cluster 2023-12-21T05:05:51.607764+0000 mgr.smithi086.vbfnjc (mgr.14182) 1075 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:53.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:53 smithi105 bash[29232]: cluster 2023-12-21T05:05:51.607764+0000 mgr.smithi086.vbfnjc (mgr.14182) 1075 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:55.472 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:05:55.472 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:05:55.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:55 smithi086 bash[26112]: cluster 2023-12-21T05:05:53.609470+0000 mgr.smithi086.vbfnjc (mgr.14182) 1076 : 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-12-21T05:05:55.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:55 smithi105 bash[29232]: cluster 2023-12-21T05:05:53.609470+0000 mgr.smithi086.vbfnjc (mgr.14182) 1076 : 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-12-21T05:05:56.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:05:56.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:56 smithi086 bash[26112]: audit 2023-12-21T05:05:55.460088+0000 mgr.smithi086.vbfnjc (mgr.14182) 1077 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:56.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:56 smithi105 bash[29232]: audit 2023-12-21T05:05:55.460088+0000 mgr.smithi086.vbfnjc (mgr.14182) 1077 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:05:57.089 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:05:57.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:57 smithi086 bash[26112]: cluster 2023-12-21T05:05:55.611242+0000 mgr.smithi086.vbfnjc (mgr.14182) 1078 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:57.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:57 smithi105 bash[29232]: cluster 2023-12-21T05:05:55.611242+0000 mgr.smithi086.vbfnjc (mgr.14182) 1078 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:05:59.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:05:59 smithi086 bash[26112]: cluster 2023-12-21T05:05:57.612836+0000 mgr.smithi086.vbfnjc (mgr.14182) 1079 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:05:59.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:05:59 smithi105 bash[29232]: cluster 2023-12-21T05:05:57.612836+0000 mgr.smithi086.vbfnjc (mgr.14182) 1079 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:00.161 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:00.162 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:03:50.885176Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.lunmvp on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:00.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:00 smithi086 bash[26112]: audit 2023-12-21T05:05:59.570896+0000 mon.smithi086 (mon.0) 929 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:06:00.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:00 smithi086 bash[26112]: audit 2023-12-21T05:05:59.876586+0000 mon.smithi086 (mon.0) 930 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:06:00.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:00 smithi086 bash[26112]: audit 2023-12-21T05:05:59.877762+0000 mon.smithi086 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:06:00.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:00 smithi086 bash[26112]: audit 2023-12-21T05:05:59.887247+0000 mon.smithi086 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:00.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:00 smithi086 bash[26112]: audit 2023-12-21T05:05:59.894533+0000 mon.smithi086 (mon.0) 933 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:06:00.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:00 smithi086 bash[26112]: audit 2023-12-21T05:05:59.907858+0000 mon.smithi086 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:00.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:00.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:00 smithi105 bash[29232]: audit 2023-12-21T05:05:59.570896+0000 mon.smithi086 (mon.0) 929 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:06:00.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:00 smithi105 bash[29232]: audit 2023-12-21T05:05:59.876586+0000 mon.smithi086 (mon.0) 930 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:06:00.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:00 smithi105 bash[29232]: audit 2023-12-21T05:05:59.877762+0000 mon.smithi086 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:06:00.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:00 smithi105 bash[29232]: audit 2023-12-21T05:05:59.887247+0000 mon.smithi086 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:00.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:00 smithi105 bash[29232]: audit 2023-12-21T05:05:59.894533+0000 mon.smithi086 (mon.0) 933 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:06:00.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:00 smithi105 bash[29232]: audit 2023-12-21T05:05:59.907858+0000 mon.smithi086 (mon.0) 934 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:01 smithi086 bash[26112]: cluster 2023-12-21T05:05:59.614630+0000 mgr.smithi086.vbfnjc (mgr.14182) 1080 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:01 smithi086 bash[26112]: cluster 2023-12-21T05:05:59.888485+0000 mgr.smithi086.vbfnjc (mgr.14182) 1081 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:06:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:01 smithi086 bash[26112]: cephadm 2023-12-21T05:05:59.910819+0000 mgr.smithi086.vbfnjc (mgr.14182) 1082 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.enwtev on smithi105 2023-12-21T05:06:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:01 smithi086 bash[26112]: audit 2023-12-21T05:06:00.148815+0000 mgr.smithi086.vbfnjc (mgr.14182) 1083 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:01 smithi086 bash[26112]: cluster 2023-12-21T05:06:00.486377+0000 mon.smithi086 (mon.0) 935 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:06:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:01 smithi086 bash[26112]: cluster 2023-12-21T05:06:00.486466+0000 mon.smithi086 (mon.0) 936 : cluster [INF] Cluster is now healthy 2023-12-21T05:06:01.824 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:01 smithi105 bash[29232]: cluster 2023-12-21T05:05:59.614630+0000 mgr.smithi086.vbfnjc (mgr.14182) 1080 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:01 smithi105 bash[29232]: cluster 2023-12-21T05:05:59.888485+0000 mgr.smithi086.vbfnjc (mgr.14182) 1081 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:06:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:01 smithi105 bash[29232]: cephadm 2023-12-21T05:05:59.910819+0000 mgr.smithi086.vbfnjc (mgr.14182) 1082 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.enwtev on smithi105 2023-12-21T05:06:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:01 smithi105 bash[29232]: audit 2023-12-21T05:06:00.148815+0000 mgr.smithi086.vbfnjc (mgr.14182) 1083 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:01 smithi105 bash[29232]: cluster 2023-12-21T05:06:00.486377+0000 mon.smithi086 (mon.0) 935 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:06:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:01 smithi105 bash[29232]: cluster 2023-12-21T05:06:00.486466+0000 mon.smithi086 (mon.0) 936 : cluster [INF] Cluster is now healthy 2023-12-21T05:06:02.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:02 smithi105 bash[29232]: cluster 2023-12-21T05:06:01.889409+0000 mgr.smithi086.vbfnjc (mgr.14182) 1084 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:06:02.955 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:02 smithi086 bash[26112]: cluster 2023-12-21T05:06:01.889409+0000 mgr.smithi086.vbfnjc (mgr.14182) 1084 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:06:04.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:03 smithi086 bash[26112]: audit 2023-12-21T05:06:02.935370+0000 mon.smithi086 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:04.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:03 smithi086 bash[26112]: audit 2023-12-21T05:06:03.666241+0000 mon.smithi086 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.enwtev"}]: dispatch 2023-12-21T05:06:04.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:03 smithi105 bash[29232]: audit 2023-12-21T05:06:02.935370+0000 mon.smithi086 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:04.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:03 smithi105 bash[29232]: audit 2023-12-21T05:06:03.666241+0000 mon.smithi086 (mon.0) 938 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.enwtev"}]: dispatch 2023-12-21T05:06:05.108 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:05.109 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:55.321451Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.llrrvv on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-llrrvv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.llrrvv\nDeploy daemon haproxy.nfs.foo.smithi105.llrrvv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.558580Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjfjdc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjfjdc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjfjdc\nDeploy daemon haproxy.nfs.foo.smithi086.vjfjdc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:04:59.562977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.txntaq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: cephadm 2023-12-21T05:06:03.664916+0000 mgr.smithi086.vbfnjc (mgr.14182) 1085 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.enwtev ... 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:05.374 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.enwtev ... 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:05.375 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: cephadm 2023-12-21T05:06:03.665492+0000 mgr.smithi086.vbfnjc (mgr.14182) 1086 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: cephadm 2023-12-21T05:06:03.667949+0000 mgr.smithi086.vbfnjc (mgr.14182) 1087 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.enwtev ... 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: cephadm 2023-12-21T05:06:03.673014+0000 mgr.smithi086.vbfnjc (mgr.14182) 1088 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.oueqqg on smithi086 2023-12-21T05:06:05.376 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:05 smithi105 bash[29232]: cluster 2023-12-21T05:06:03.890413+0000 mgr.smithi086.vbfnjc (mgr.14182) 1089 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:06:05.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: cephadm 2023-12-21T05:06:03.664916+0000 mgr.smithi086.vbfnjc (mgr.14182) 1085 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:05.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.enwtev ... 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:05.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.enwtev ... 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:05.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: cephadm 2023-12-21T05:06:03.665492+0000 mgr.smithi086.vbfnjc (mgr.14182) 1086 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: cephadm 2023-12-21T05:06:03.667949+0000 mgr.smithi086.vbfnjc (mgr.14182) 1087 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.enwtev ... 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.507 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:05.508 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:05.508 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:05.508 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:05.508 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: cephadm 2023-12-21T05:06:03.673014+0000 mgr.smithi086.vbfnjc (mgr.14182) 1088 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.oueqqg on smithi086 2023-12-21T05:06:05.508 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:05 smithi086 bash[26112]: cluster 2023-12-21T05:06:03.890413+0000 mgr.smithi086.vbfnjc (mgr.14182) 1089 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:06:05.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:06.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:06 smithi105 bash[29232]: audit 2023-12-21T05:06:05.103551+0000 mgr.smithi086.vbfnjc (mgr.14182) 1090 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:06.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:06 smithi086 bash[26112]: audit 2023-12-21T05:06:05.103551+0000 mgr.smithi086.vbfnjc (mgr.14182) 1090 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:06.751 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:07.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:07 smithi086 bash[26112]: cluster 2023-12-21T05:06:05.892037+0000 mgr.smithi086.vbfnjc (mgr.14182) 1091 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:06:07.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:07 smithi105 bash[29232]: cluster 2023-12-21T05:06:05.892037+0000 mgr.smithi086.vbfnjc (mgr.14182) 1091 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:06:08.300 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:08 smithi086 bash[26112]: audit 2023-12-21T05:06:07.822410+0000 mon.smithi086 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.oueqqg"}]: dispatch 2023-12-21T05:06:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:08 smithi105 bash[29232]: audit 2023-12-21T05:06:07.822410+0000 mon.smithi086 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.oueqqg"}]: dispatch 2023-12-21T05:06:09.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: cephadm 2023-12-21T05:06:07.821462+0000 mgr.smithi086.vbfnjc (mgr.14182) 1092 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.oueqqg ... 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:06:09.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.oueqqg ... 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: cephadm 2023-12-21T05:06:07.821736+0000 mgr.smithi086.vbfnjc (mgr.14182) 1093 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: cephadm 2023-12-21T05:06:07.823660+0000 mgr.smithi086.vbfnjc (mgr.14182) 1094 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.oueqqg ... 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: cephadm 2023-12-21T05:06:07.825445+0000 mgr.smithi086.vbfnjc (mgr.14182) 1095 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: cephadm 2023-12-21T05:06:07.827019+0000 mgr.smithi086.vbfnjc (mgr.14182) 1096 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:06:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: cluster 2023-12-21T05:06:07.828565+0000 mgr.smithi086.vbfnjc (mgr.14182) 1097 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:06:09.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:09 smithi086 bash[26112]: cluster 2023-12-21T05:06:08.123983+0000 mon.smithi086 (mon.0) 940 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: cephadm 2023-12-21T05:06:07.821462+0000 mgr.smithi086.vbfnjc (mgr.14182) 1092 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.oueqqg ... 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.oueqqg ... 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:09.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: cephadm 2023-12-21T05:06:07.821736+0000 mgr.smithi086.vbfnjc (mgr.14182) 1093 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: cephadm 2023-12-21T05:06:07.823660+0000 mgr.smithi086.vbfnjc (mgr.14182) 1094 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.oueqqg ... 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: cephadm 2023-12-21T05:06:07.825445+0000 mgr.smithi086.vbfnjc (mgr.14182) 1095 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:06:09.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: cephadm 2023-12-21T05:06:07.827019+0000 mgr.smithi086.vbfnjc (mgr.14182) 1096 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:06:09.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: cluster 2023-12-21T05:06:07.828565+0000 mgr.smithi086.vbfnjc (mgr.14182) 1097 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:06:09.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:09 smithi105 bash[29232]: cluster 2023-12-21T05:06:08.123983+0000 mon.smithi086 (mon.0) 940 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:06:10.223 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:10.223 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:10.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:11.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:11 smithi086 bash[26112]: cluster 2023-12-21T05:06:09.830177+0000 mgr.smithi086.vbfnjc (mgr.14182) 1098 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:06:11.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:11 smithi086 bash[26112]: audit 2023-12-21T05:06:10.211270+0000 mgr.smithi086.vbfnjc (mgr.14182) 1099 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:11.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:11 smithi086 bash[26112]: audit 2023-12-21T05:06:10.803145+0000 mon.smithi086 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:11.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:11 smithi105 bash[29232]: cluster 2023-12-21T05:06:09.830177+0000 mgr.smithi086.vbfnjc (mgr.14182) 1098 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:06:11.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:11 smithi105 bash[29232]: audit 2023-12-21T05:06:10.211270+0000 mgr.smithi086.vbfnjc (mgr.14182) 1099 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:11.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:11 smithi105 bash[29232]: audit 2023-12-21T05:06:10.803145+0000 mon.smithi086 (mon.0) 941 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:11.833 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:13.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:13 smithi086 bash[26112]: cluster 2023-12-21T05:06:11.831400+0000 mgr.smithi086.vbfnjc (mgr.14182) 1100 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:13.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:13 smithi105 bash[29232]: cluster 2023-12-21T05:06:11.831400+0000 mgr.smithi086.vbfnjc (mgr.14182) 1100 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:15.085 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:15.085 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:15.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:15 smithi086 bash[26112]: cluster 2023-12-21T05:06:13.833134+0000 mgr.smithi086.vbfnjc (mgr.14182) 1101 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:15 smithi105 bash[29232]: cluster 2023-12-21T05:06:13.833134+0000 mgr.smithi086.vbfnjc (mgr.14182) 1101 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:15.740 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:16.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:16 smithi086 bash[26112]: audit 2023-12-21T05:06:15.075245+0000 mgr.smithi086.vbfnjc (mgr.14182) 1102 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:16.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:16 smithi105 bash[29232]: audit 2023-12-21T05:06:15.075245+0000 mgr.smithi086.vbfnjc (mgr.14182) 1102 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:16.741 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:17 smithi086 bash[26112]: cluster 2023-12-21T05:06:15.834960+0000 mgr.smithi086.vbfnjc (mgr.14182) 1103 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:17 smithi105 bash[29232]: cluster 2023-12-21T05:06:15.834960+0000 mgr.smithi086.vbfnjc (mgr.14182) 1103 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:19.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:18 smithi086 bash[26112]: cluster 2023-12-21T05:06:17.836562+0000 mgr.smithi086.vbfnjc (mgr.14182) 1104 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:06:19.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:18 smithi086 bash[26112]: audit 2023-12-21T05:06:17.935270+0000 mon.smithi086 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:19.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:18 smithi105 bash[29232]: cluster 2023-12-21T05:06:17.836562+0000 mgr.smithi086.vbfnjc (mgr.14182) 1104 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:06:19.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:18 smithi105 bash[29232]: audit 2023-12-21T05:06:17.935270+0000 mon.smithi086 (mon.0) 942 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:06:20.018 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:20.019 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:20.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:21.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:20 smithi086 bash[26112]: cluster 2023-12-21T05:06:19.838529+0000 mgr.smithi086.vbfnjc (mgr.14182) 1105 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:21.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:20 smithi086 bash[26112]: audit 2023-12-21T05:06:20.006054+0000 mgr.smithi086.vbfnjc (mgr.14182) 1106 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:21.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:20 smithi105 bash[29232]: cluster 2023-12-21T05:06:19.838529+0000 mgr.smithi086.vbfnjc (mgr.14182) 1105 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:21.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:20 smithi105 bash[29232]: audit 2023-12-21T05:06:20.006054+0000 mgr.smithi086.vbfnjc (mgr.14182) 1106 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:21.639 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:23.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:22 smithi086 bash[26112]: cluster 2023-12-21T05:06:21.839679+0000 mgr.smithi086.vbfnjc (mgr.14182) 1107 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:23.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:22 smithi105 bash[29232]: cluster 2023-12-21T05:06:21.839679+0000 mgr.smithi086.vbfnjc (mgr.14182) 1107 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:24.775 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:24.775 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:25.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:25 smithi105 bash[29232]: cluster 2023-12-21T05:06:23.841345+0000 mgr.smithi086.vbfnjc (mgr.14182) 1108 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:25.416 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:25 smithi086 bash[26112]: cluster 2023-12-21T05:06:23.841345+0000 mgr.smithi086.vbfnjc (mgr.14182) 1108 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:25.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:26.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:26 smithi105 bash[29232]: audit 2023-12-21T05:06:24.762135+0000 mgr.smithi086.vbfnjc (mgr.14182) 1109 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:26.418 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:26.431 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:26 smithi086 bash[26112]: audit 2023-12-21T05:06:24.762135+0000 mgr.smithi086.vbfnjc (mgr.14182) 1109 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:27.484 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:27 smithi086 bash[26112]: cluster 2023-12-21T05:06:25.843109+0000 mgr.smithi086.vbfnjc (mgr.14182) 1110 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:27.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:27 smithi105 bash[29232]: cluster 2023-12-21T05:06:25.843109+0000 mgr.smithi086.vbfnjc (mgr.14182) 1110 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:29.476 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:29.476 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:29.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:29 smithi086 bash[26112]: cluster 2023-12-21T05:06:27.844696+0000 mgr.smithi086.vbfnjc (mgr.14182) 1111 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:29 smithi105 bash[29232]: cluster 2023-12-21T05:06:27.844696+0000 mgr.smithi086.vbfnjc (mgr.14182) 1111 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:30.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:30.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:30 smithi086 bash[26112]: audit 2023-12-21T05:06:29.463627+0000 mgr.smithi086.vbfnjc (mgr.14182) 1112 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:30.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:30 smithi105 bash[29232]: audit 2023-12-21T05:06:29.463627+0000 mgr.smithi086.vbfnjc (mgr.14182) 1112 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:31.064 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:31.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:31 smithi086 bash[26112]: cluster 2023-12-21T05:06:29.846668+0000 mgr.smithi086.vbfnjc (mgr.14182) 1113 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:31.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:31 smithi105 bash[29232]: cluster 2023-12-21T05:06:29.846668+0000 mgr.smithi086.vbfnjc (mgr.14182) 1113 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:33.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:33 smithi086 bash[26112]: cluster 2023-12-21T05:06:31.847878+0000 mgr.smithi086.vbfnjc (mgr.14182) 1114 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:33 smithi105 bash[29232]: cluster 2023-12-21T05:06:31.847878+0000 mgr.smithi086.vbfnjc (mgr.14182) 1114 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:34.405 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:34.405 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:35.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:35.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:35 smithi086 bash[26112]: cluster 2023-12-21T05:06:33.849550+0000 mgr.smithi086.vbfnjc (mgr.14182) 1115 : 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-12-21T05:06:35.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:35 smithi086 bash[26112]: audit 2023-12-21T05:06:34.392929+0000 mgr.smithi086.vbfnjc (mgr.14182) 1116 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:35.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:35 smithi105 bash[29232]: cluster 2023-12-21T05:06:33.849550+0000 mgr.smithi086.vbfnjc (mgr.14182) 1115 : 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-12-21T05:06:35.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:35 smithi105 bash[29232]: audit 2023-12-21T05:06:34.392929+0000 mgr.smithi086.vbfnjc (mgr.14182) 1116 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:36.017 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:37.443 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:37 smithi086 bash[26112]: cluster 2023-12-21T05:06:35.851317+0000 mgr.smithi086.vbfnjc (mgr.14182) 1117 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:37.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:37 smithi105 bash[29232]: cluster 2023-12-21T05:06:35.851317+0000 mgr.smithi086.vbfnjc (mgr.14182) 1117 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:39.167 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:39.167 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:39.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:39 smithi086 bash[26112]: cluster 2023-12-21T05:06:37.852884+0000 mgr.smithi086.vbfnjc (mgr.14182) 1118 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:39.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:39 smithi105 bash[29232]: cluster 2023-12-21T05:06:37.852884+0000 mgr.smithi086.vbfnjc (mgr.14182) 1118 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:39.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:40.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:40 smithi086 bash[26112]: audit 2023-12-21T05:06:39.161536+0000 mgr.smithi086.vbfnjc (mgr.14182) 1119 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:40.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:40 smithi105 bash[29232]: audit 2023-12-21T05:06:39.161536+0000 mgr.smithi086.vbfnjc (mgr.14182) 1119 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:40.810 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:41.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:41 smithi086 bash[26112]: cluster 2023-12-21T05:06:39.854898+0000 mgr.smithi086.vbfnjc (mgr.14182) 1120 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:41.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:41 smithi105 bash[29232]: cluster 2023-12-21T05:06:39.854898+0000 mgr.smithi086.vbfnjc (mgr.14182) 1120 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:43.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:43 smithi086 bash[26112]: cluster 2023-12-21T05:06:41.856096+0000 mgr.smithi086.vbfnjc (mgr.14182) 1121 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:43.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:43 smithi105 bash[29232]: cluster 2023-12-21T05:06:41.856096+0000 mgr.smithi086.vbfnjc (mgr.14182) 1121 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:43.967 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:43.967 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:44.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:45.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:45 smithi086 bash[26112]: cluster 2023-12-21T05:06:43.857763+0000 mgr.smithi086.vbfnjc (mgr.14182) 1122 : 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-12-21T05:06:45.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:45 smithi086 bash[26112]: audit 2023-12-21T05:06:43.957833+0000 mgr.smithi086.vbfnjc (mgr.14182) 1123 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:45.551 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:45.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:45 smithi105 bash[29232]: cluster 2023-12-21T05:06:43.857763+0000 mgr.smithi086.vbfnjc (mgr.14182) 1122 : 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-12-21T05:06:45.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:45 smithi105 bash[29232]: audit 2023-12-21T05:06:43.957833+0000 mgr.smithi086.vbfnjc (mgr.14182) 1123 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:47.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:47 smithi086 bash[26112]: cluster 2023-12-21T05:06:45.859551+0000 mgr.smithi086.vbfnjc (mgr.14182) 1124 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:47.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:47 smithi105 bash[29232]: cluster 2023-12-21T05:06:45.859551+0000 mgr.smithi086.vbfnjc (mgr.14182) 1124 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:48.671 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:48.671 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:49.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:49.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:49 smithi086 bash[26112]: cluster 2023-12-21T05:06:47.861106+0000 mgr.smithi086.vbfnjc (mgr.14182) 1125 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:49.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:49 smithi105 bash[29232]: cluster 2023-12-21T05:06:47.861106+0000 mgr.smithi086.vbfnjc (mgr.14182) 1125 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:50.273 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:50.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:50 smithi086 bash[26112]: audit 2023-12-21T05:06:48.660137+0000 mgr.smithi086.vbfnjc (mgr.14182) 1126 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:50.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:50 smithi105 bash[29232]: audit 2023-12-21T05:06:48.660137+0000 mgr.smithi086.vbfnjc (mgr.14182) 1126 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:51.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:51 smithi086 bash[26112]: cluster 2023-12-21T05:06:49.863078+0000 mgr.smithi086.vbfnjc (mgr.14182) 1127 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:51 smithi105 bash[29232]: cluster 2023-12-21T05:06:49.863078+0000 mgr.smithi086.vbfnjc (mgr.14182) 1127 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:53.404 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:53.404 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:53.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:53 smithi086 bash[26112]: cluster 2023-12-21T05:06:51.864371+0000 mgr.smithi086.vbfnjc (mgr.14182) 1128 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:53.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:53 smithi105 bash[29232]: cluster 2023-12-21T05:06:51.864371+0000 mgr.smithi086.vbfnjc (mgr.14182) 1128 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:54.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:54.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:54 smithi086 bash[26112]: audit 2023-12-21T05:06:53.391478+0000 mgr.smithi086.vbfnjc (mgr.14182) 1129 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:54.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:54 smithi105 bash[29232]: audit 2023-12-21T05:06:53.391478+0000 mgr.smithi086.vbfnjc (mgr.14182) 1129 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:55.059 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:55.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:55 smithi086 bash[26112]: cluster 2023-12-21T05:06:53.866229+0000 mgr.smithi086.vbfnjc (mgr.14182) 1130 : 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-12-21T05:06:55.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:55 smithi105 bash[29232]: cluster 2023-12-21T05:06:53.866229+0000 mgr.smithi086.vbfnjc (mgr.14182) 1130 : 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-12-21T05:06:57.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:57 smithi086 bash[26112]: cluster 2023-12-21T05:06:55.868029+0000 mgr.smithi086.vbfnjc (mgr.14182) 1131 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:57.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:57 smithi105 bash[29232]: cluster 2023-12-21T05:06:55.868029+0000 mgr.smithi086.vbfnjc (mgr.14182) 1131 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:06:58.085 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:06:58.085 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:06:58.700 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:06:59.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:59 smithi105 bash[29232]: cluster 2023-12-21T05:06:57.869447+0000 mgr.smithi086.vbfnjc (mgr.14182) 1132 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:59.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:06:59 smithi105 bash[29232]: audit 2023-12-21T05:06:58.072307+0000 mgr.smithi086.vbfnjc (mgr.14182) 1133 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:06:59.700 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:06:59.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:59 smithi086 bash[26112]: cluster 2023-12-21T05:06:57.869447+0000 mgr.smithi086.vbfnjc (mgr.14182) 1132 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:06:59.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:06:59 smithi086 bash[26112]: audit 2023-12-21T05:06:58.072307+0000 mgr.smithi086.vbfnjc (mgr.14182) 1133 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:01.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:01 smithi105 bash[29232]: cluster 2023-12-21T05:06:59.871495+0000 mgr.smithi086.vbfnjc (mgr.14182) 1134 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:01.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:01 smithi086 bash[26112]: cluster 2023-12-21T05:06:59.871495+0000 mgr.smithi086.vbfnjc (mgr.14182) 1134 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:02.857 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:02.857 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:03.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:03.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:03 smithi105 bash[29232]: cluster 2023-12-21T05:07:01.872816+0000 mgr.smithi086.vbfnjc (mgr.14182) 1135 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:03.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:03 smithi086 bash[26112]: cluster 2023-12-21T05:07:01.872816+0000 mgr.smithi086.vbfnjc (mgr.14182) 1135 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:04.488 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:04.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:04 smithi105 bash[29232]: audit 2023-12-21T05:07:02.846521+0000 mgr.smithi086.vbfnjc (mgr.14182) 1136 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:04.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:04 smithi086 bash[26112]: audit 2023-12-21T05:07:02.846521+0000 mgr.smithi086.vbfnjc (mgr.14182) 1136 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:05.603 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:05 smithi086 bash[26112]: cluster 2023-12-21T05:07:03.874561+0000 mgr.smithi086.vbfnjc (mgr.14182) 1137 : 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-12-21T05:07:05.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:05 smithi105 bash[29232]: cluster 2023-12-21T05:07:03.874561+0000 mgr.smithi086.vbfnjc (mgr.14182) 1137 : 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-12-21T05:07:07.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:07 smithi086 bash[26112]: cluster 2023-12-21T05:07:05.875663+0000 mgr.smithi086.vbfnjc (mgr.14182) 1138 : 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-12-21T05:07:07.615 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:07.615 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:04:59.566641Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.uehciw on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:07.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:07 smithi105 bash[29232]: cluster 2023-12-21T05:07:05.875663+0000 mgr.smithi086.vbfnjc (mgr.14182) 1138 : 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-12-21T05:07:08.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:08 smithi105 bash[29232]: audit 2023-12-21T05:07:07.830270+0000 mon.smithi086 (mon.0) 943 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:07:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:08 smithi105 bash[29232]: audit 2023-12-21T05:07:08.134352+0000 mon.smithi086 (mon.0) 944 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:07:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:08 smithi105 bash[29232]: audit 2023-12-21T05:07:08.135466+0000 mon.smithi086 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:07:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:08 smithi105 bash[29232]: audit 2023-12-21T05:07:08.140647+0000 mon.smithi086 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:07:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:08 smithi105 bash[29232]: audit 2023-12-21T05:07:08.147039+0000 mon.smithi086 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:07:08.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:08 smithi105 bash[29232]: audit 2023-12-21T05:07:08.158960+0000 mon.smithi086 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:07:08.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:08 smithi086 bash[26112]: audit 2023-12-21T05:07:07.830270+0000 mon.smithi086 (mon.0) 943 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:07:08.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:08 smithi086 bash[26112]: audit 2023-12-21T05:07:08.134352+0000 mon.smithi086 (mon.0) 944 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:07:08.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:08 smithi086 bash[26112]: audit 2023-12-21T05:07:08.135466+0000 mon.smithi086 (mon.0) 945 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:07:08.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:08 smithi086 bash[26112]: audit 2023-12-21T05:07:08.140647+0000 mon.smithi086 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:07:08.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:08 smithi086 bash[26112]: audit 2023-12-21T05:07:08.147039+0000 mon.smithi086 (mon.0) 947 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:07:08.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:08 smithi086 bash[26112]: audit 2023-12-21T05:07:08.158960+0000 mon.smithi086 (mon.0) 948 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:07:09.275 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:09 smithi105 bash[29232]: audit 2023-12-21T05:07:07.602910+0000 mgr.smithi086.vbfnjc (mgr.14182) 1139 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:09 smithi105 bash[29232]: cluster 2023-12-21T05:07:07.876790+0000 mgr.smithi086.vbfnjc (mgr.14182) 1140 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:09 smithi105 bash[29232]: cluster 2023-12-21T05:07:08.141516+0000 mgr.smithi086.vbfnjc (mgr.14182) 1141 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:07:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:09 smithi105 bash[29232]: cephadm 2023-12-21T05:07:08.164853+0000 mgr.smithi086.vbfnjc (mgr.14182) 1142 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ngmetz on smithi105 2023-12-21T05:07:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:09 smithi105 bash[29232]: cluster 2023-12-21T05:07:08.286982+0000 mon.smithi086 (mon.0) 949 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:07:09.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:09 smithi105 bash[29232]: cluster 2023-12-21T05:07:08.287076+0000 mon.smithi086 (mon.0) 950 : cluster [INF] Cluster is now healthy 2023-12-21T05:07:09.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:09 smithi086 bash[26112]: audit 2023-12-21T05:07:07.602910+0000 mgr.smithi086.vbfnjc (mgr.14182) 1139 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:09.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:09 smithi086 bash[26112]: cluster 2023-12-21T05:07:07.876790+0000 mgr.smithi086.vbfnjc (mgr.14182) 1140 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:09.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:09 smithi086 bash[26112]: cluster 2023-12-21T05:07:08.141516+0000 mgr.smithi086.vbfnjc (mgr.14182) 1141 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:07:09.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:09 smithi086 bash[26112]: cephadm 2023-12-21T05:07:08.164853+0000 mgr.smithi086.vbfnjc (mgr.14182) 1142 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.ngmetz on smithi105 2023-12-21T05:07:09.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:09 smithi086 bash[26112]: cluster 2023-12-21T05:07:08.286982+0000 mon.smithi086 (mon.0) 949 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:07:09.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:09 smithi086 bash[26112]: cluster 2023-12-21T05:07:08.287076+0000 mon.smithi086 (mon.0) 950 : cluster [INF] Cluster is now healthy 2023-12-21T05:07:11.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:11 smithi105 bash[29232]: cluster 2023-12-21T05:07:10.143069+0000 mgr.smithi086.vbfnjc (mgr.14182) 1143 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:07:11.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:11 smithi086 bash[26112]: cluster 2023-12-21T05:07:10.143069+0000 mgr.smithi086.vbfnjc (mgr.14182) 1143 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:07:12.381 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:12.382 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:03.667646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.enwtev on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-enwtev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.enwtev\nDeploy daemon haproxy.nfs.foo.smithi105.enwtev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.823543Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.oueqqg on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-oueqqg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.oueqqg\nDeploy daemon haproxy.nfs.foo.smithi086.oueqqg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:06:07.825345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gotnpj on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:12.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:12 smithi105 bash[29232]: audit 2023-12-21T05:07:11.942487+0000 mon.smithi086 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ngmetz"}]: dispatch 2023-12-21T05:07:12.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:12 smithi086 bash[26112]: audit 2023-12-21T05:07:11.942487+0000 mon.smithi086 (mon.0) 951 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.ngmetz"}]: dispatch 2023-12-21T05:07:13.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:13.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: cephadm 2023-12-21T05:07:11.941339+0000 mgr.smithi086.vbfnjc (mgr.14182) 1144 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.643 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.ngmetz ... 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:07:13.644 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.ngmetz ... 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:13.645 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: cephadm 2023-12-21T05:07:11.941855+0000 mgr.smithi086.vbfnjc (mgr.14182) 1145 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: cephadm 2023-12-21T05:07:11.944141+0000 mgr.smithi086.vbfnjc (mgr.14182) 1146 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.ngmetz ... 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:13.646 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:13.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: cephadm 2023-12-21T05:07:11.949070+0000 mgr.smithi086.vbfnjc (mgr.14182) 1147 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.aktnph on smithi086 2023-12-21T05:07:13.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: cluster 2023-12-21T05:07:12.144291+0000 mgr.smithi086.vbfnjc (mgr.14182) 1148 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:07:13.647 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:13 smithi105 bash[29232]: audit 2023-12-21T05:07:12.376314+0000 mgr.smithi086.vbfnjc (mgr.14182) 1149 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:13.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: cephadm 2023-12-21T05:07:11.941339+0000 mgr.smithi086.vbfnjc (mgr.14182) 1144 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.ngmetz ... 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:07:13.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.ngmetz ... 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: cephadm 2023-12-21T05:07:11.941855+0000 mgr.smithi086.vbfnjc (mgr.14182) 1145 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: cephadm 2023-12-21T05:07:11.944141+0000 mgr.smithi086.vbfnjc (mgr.14182) 1146 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.ngmetz ... 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: cephadm 2023-12-21T05:07:11.949070+0000 mgr.smithi086.vbfnjc (mgr.14182) 1147 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.aktnph on smithi086 2023-12-21T05:07:13.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: cluster 2023-12-21T05:07:12.144291+0000 mgr.smithi086.vbfnjc (mgr.14182) 1148 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:07:13.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:13 smithi086 bash[26112]: audit 2023-12-21T05:07:12.376314+0000 mgr.smithi086.vbfnjc (mgr.14182) 1149 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:14.049 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:15.481 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:15 smithi086 bash[26112]: cluster 2023-12-21T05:07:14.145748+0000 mgr.smithi086.vbfnjc (mgr.14182) 1150 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:07:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:15 smithi105 bash[29232]: cluster 2023-12-21T05:07:14.145748+0000 mgr.smithi086.vbfnjc (mgr.14182) 1150 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:07:16.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:16 smithi105 bash[29232]: audit 2023-12-21T05:07:16.025564+0000 mon.smithi086 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.aktnph"}]: dispatch 2023-12-21T05:07:16.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:16 smithi086 bash[26112]: audit 2023-12-21T05:07:16.025564+0000 mon.smithi086 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.aktnph"}]: dispatch 2023-12-21T05:07:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: cephadm 2023-12-21T05:07:16.024469+0000 mgr.smithi086.vbfnjc (mgr.14182) 1151 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.aktnph ... 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:07:17.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.aktnph ... 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:17.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: cephadm 2023-12-21T05:07:16.024942+0000 mgr.smithi086.vbfnjc (mgr.14182) 1152 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: cephadm 2023-12-21T05:07:16.026888+0000 mgr.smithi086.vbfnjc (mgr.14182) 1153 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.aktnph ... 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:17.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:17.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: cephadm 2023-12-21T05:07:16.031045+0000 mgr.smithi086.vbfnjc (mgr.14182) 1154 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:07:17.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: cephadm 2023-12-21T05:07:16.034791+0000 mgr.smithi086.vbfnjc (mgr.14182) 1155 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:07:17.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: cluster 2023-12-21T05:07:16.036463+0000 mgr.smithi086.vbfnjc (mgr.14182) 1156 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:07:17.505 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:17 smithi086 bash[26112]: cluster 2023-12-21T05:07:16.324583+0000 mon.smithi086 (mon.0) 953 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:07:17.587 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:17.587 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: cephadm 2023-12-21T05:07:16.024469+0000 mgr.smithi086.vbfnjc (mgr.14182) 1151 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.aktnph ... 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:17.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.aktnph ... 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: cephadm 2023-12-21T05:07:16.024942+0000 mgr.smithi086.vbfnjc (mgr.14182) 1152 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: cephadm 2023-12-21T05:07:16.026888+0000 mgr.smithi086.vbfnjc (mgr.14182) 1153 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.aktnph ... 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: cephadm 2023-12-21T05:07:16.031045+0000 mgr.smithi086.vbfnjc (mgr.14182) 1154 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: cephadm 2023-12-21T05:07:16.034791+0000 mgr.smithi086.vbfnjc (mgr.14182) 1155 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: cluster 2023-12-21T05:07:16.036463+0000 mgr.smithi086.vbfnjc (mgr.14182) 1156 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:07:17.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:17 smithi105 bash[29232]: cluster 2023-12-21T05:07:16.324583+0000 mon.smithi086 (mon.0) 953 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:07:18.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:19.199 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:19.535 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:19 smithi086 bash[26112]: audit 2023-12-21T05:07:17.577867+0000 mgr.smithi086.vbfnjc (mgr.14182) 1157 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:19.535 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:19 smithi086 bash[26112]: cluster 2023-12-21T05:07:18.038068+0000 mgr.smithi086.vbfnjc (mgr.14182) 1158 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:07:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:19 smithi105 bash[29232]: audit 2023-12-21T05:07:17.577867+0000 mgr.smithi086.vbfnjc (mgr.14182) 1157 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:19 smithi105 bash[29232]: cluster 2023-12-21T05:07:18.038068+0000 mgr.smithi086.vbfnjc (mgr.14182) 1158 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:07:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:21 smithi105 bash[29232]: cluster 2023-12-21T05:07:20.039952+0000 mgr.smithi086.vbfnjc (mgr.14182) 1159 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:07:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:21 smithi105 bash[29232]: audit 2023-12-21T05:07:20.869275+0000 mon.smithi086 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:07:21.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:21 smithi086 bash[26112]: cluster 2023-12-21T05:07:20.039952+0000 mgr.smithi086.vbfnjc (mgr.14182) 1159 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:07:21.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:21 smithi086 bash[26112]: audit 2023-12-21T05:07:20.869275+0000 mon.smithi086 (mon.0) 954 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:07:22.396 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:22.397 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:23.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:23.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:23 smithi105 bash[29232]: cluster 2023-12-21T05:07:22.041412+0000 mgr.smithi086.vbfnjc (mgr.14182) 1160 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:07:23.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:23 smithi105 bash[29232]: audit 2023-12-21T05:07:22.387458+0000 mgr.smithi086.vbfnjc (mgr.14182) 1161 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:23.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:23 smithi086 bash[26112]: cluster 2023-12-21T05:07:22.041412+0000 mgr.smithi086.vbfnjc (mgr.14182) 1160 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:07:23.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:23 smithi086 bash[26112]: audit 2023-12-21T05:07:22.387458+0000 mgr.smithi086.vbfnjc (mgr.14182) 1161 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:24.080 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:25.451 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:25 smithi086 bash[26112]: cluster 2023-12-21T05:07:24.043141+0000 mgr.smithi086.vbfnjc (mgr.14182) 1162 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:07:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:25 smithi105 bash[29232]: cluster 2023-12-21T05:07:24.043141+0000 mgr.smithi086.vbfnjc (mgr.14182) 1162 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:07:27.211 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:27.212 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:27.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:27 smithi105 bash[29232]: cluster 2023-12-21T05:07:26.044746+0000 mgr.smithi086.vbfnjc (mgr.14182) 1163 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:07:27.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:27 smithi086 bash[26112]: cluster 2023-12-21T05:07:26.044746+0000 mgr.smithi086.vbfnjc (mgr.14182) 1163 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:07:27.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:28.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:28 smithi086 bash[26112]: audit 2023-12-21T05:07:27.206816+0000 mgr.smithi086.vbfnjc (mgr.14182) 1164 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:28.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:28 smithi105 bash[29232]: audit 2023-12-21T05:07:27.206816+0000 mgr.smithi086.vbfnjc (mgr.14182) 1164 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:28.876 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:29.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:29 smithi086 bash[26112]: cluster 2023-12-21T05:07:28.046375+0000 mgr.smithi086.vbfnjc (mgr.14182) 1165 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:29.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:29 smithi105 bash[29232]: cluster 2023-12-21T05:07:28.046375+0000 mgr.smithi086.vbfnjc (mgr.14182) 1165 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:31.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:31 smithi086 bash[26112]: cluster 2023-12-21T05:07:30.048253+0000 mgr.smithi086.vbfnjc (mgr.14182) 1166 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:31.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:31 smithi105 bash[29232]: cluster 2023-12-21T05:07:30.048253+0000 mgr.smithi086.vbfnjc (mgr.14182) 1166 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:31.942 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:31.942 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:32.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:33.581 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:33.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:33 smithi086 bash[26112]: audit 2023-12-21T05:07:31.937210+0000 mgr.smithi086.vbfnjc (mgr.14182) 1167 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:33 smithi086 bash[26112]: cluster 2023-12-21T05:07:32.049845+0000 mgr.smithi086.vbfnjc (mgr.14182) 1168 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:33.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:33 smithi105 bash[29232]: audit 2023-12-21T05:07:31.937210+0000 mgr.smithi086.vbfnjc (mgr.14182) 1167 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:33.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:33 smithi105 bash[29232]: cluster 2023-12-21T05:07:32.049845+0000 mgr.smithi086.vbfnjc (mgr.14182) 1168 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:35.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:35 smithi086 bash[26112]: cluster 2023-12-21T05:07:34.051643+0000 mgr.smithi086.vbfnjc (mgr.14182) 1169 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:35.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:35 smithi105 bash[29232]: cluster 2023-12-21T05:07:34.051643+0000 mgr.smithi086.vbfnjc (mgr.14182) 1169 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:36.892 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:36.892 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:37.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:37.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:37 smithi086 bash[26112]: cluster 2023-12-21T05:07:36.053235+0000 mgr.smithi086.vbfnjc (mgr.14182) 1170 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:37.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:37 smithi105 bash[29232]: cluster 2023-12-21T05:07:36.053235+0000 mgr.smithi086.vbfnjc (mgr.14182) 1170 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:38.485 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:38.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:38 smithi086 bash[26112]: audit 2023-12-21T05:07:36.882303+0000 mgr.smithi086.vbfnjc (mgr.14182) 1171 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:38.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:38 smithi105 bash[29232]: audit 2023-12-21T05:07:36.882303+0000 mgr.smithi086.vbfnjc (mgr.14182) 1171 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:39.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:39 smithi086 bash[26112]: cluster 2023-12-21T05:07:38.054837+0000 mgr.smithi086.vbfnjc (mgr.14182) 1172 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:39.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:39 smithi105 bash[29232]: cluster 2023-12-21T05:07:38.054837+0000 mgr.smithi086.vbfnjc (mgr.14182) 1172 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:41.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:41 smithi086 bash[26112]: cluster 2023-12-21T05:07:40.056665+0000 mgr.smithi086.vbfnjc (mgr.14182) 1173 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:41.627 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:41.627 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:41.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:41 smithi105 bash[29232]: cluster 2023-12-21T05:07:40.056665+0000 mgr.smithi086.vbfnjc (mgr.14182) 1173 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:42.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:43.272 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:43.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:43 smithi086 bash[26112]: audit 2023-12-21T05:07:41.615605+0000 mgr.smithi086.vbfnjc (mgr.14182) 1174 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:43.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:43 smithi086 bash[26112]: cluster 2023-12-21T05:07:42.058100+0000 mgr.smithi086.vbfnjc (mgr.14182) 1175 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:43.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:43 smithi105 bash[29232]: audit 2023-12-21T05:07:41.615605+0000 mgr.smithi086.vbfnjc (mgr.14182) 1174 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:43.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:43 smithi105 bash[29232]: cluster 2023-12-21T05:07:42.058100+0000 mgr.smithi086.vbfnjc (mgr.14182) 1175 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:45.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:45 smithi086 bash[26112]: cluster 2023-12-21T05:07:44.059834+0000 mgr.smithi086.vbfnjc (mgr.14182) 1176 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:45.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:45 smithi105 bash[29232]: cluster 2023-12-21T05:07:44.059834+0000 mgr.smithi086.vbfnjc (mgr.14182) 1176 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:46.570 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:46.571 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:47.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:47.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:47 smithi086 bash[26112]: cluster 2023-12-21T05:07:46.061575+0000 mgr.smithi086.vbfnjc (mgr.14182) 1177 : 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-12-21T05:07:47.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:47 smithi105 bash[29232]: cluster 2023-12-21T05:07:46.061575+0000 mgr.smithi086.vbfnjc (mgr.14182) 1177 : 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-12-21T05:07:48.177 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:48.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:48 smithi086 bash[26112]: audit 2023-12-21T05:07:46.558496+0000 mgr.smithi086.vbfnjc (mgr.14182) 1178 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:48.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:48 smithi105 bash[29232]: audit 2023-12-21T05:07:46.558496+0000 mgr.smithi086.vbfnjc (mgr.14182) 1178 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:49.588 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:49 smithi086 bash[26112]: cluster 2023-12-21T05:07:48.063248+0000 mgr.smithi086.vbfnjc (mgr.14182) 1179 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:49.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:49 smithi105 bash[29232]: cluster 2023-12-21T05:07:48.063248+0000 mgr.smithi086.vbfnjc (mgr.14182) 1179 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:51.404 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:51.404 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:51.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:51 smithi086 bash[26112]: cluster 2023-12-21T05:07:50.064391+0000 mgr.smithi086.vbfnjc (mgr.14182) 1180 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:51.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:51 smithi105 bash[29232]: cluster 2023-12-21T05:07:50.064391+0000 mgr.smithi086.vbfnjc (mgr.14182) 1180 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:52.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:52.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:52 smithi086 bash[26112]: audit 2023-12-21T05:07:51.394793+0000 mgr.smithi086.vbfnjc (mgr.14182) 1181 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:52.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:52 smithi105 bash[29232]: audit 2023-12-21T05:07:51.394793+0000 mgr.smithi086.vbfnjc (mgr.14182) 1181 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:53.054 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:53.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:53 smithi105 bash[29232]: cluster 2023-12-21T05:07:52.065827+0000 mgr.smithi086.vbfnjc (mgr.14182) 1182 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:53.913 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:53 smithi086 bash[26112]: cluster 2023-12-21T05:07:52.065827+0000 mgr.smithi086.vbfnjc (mgr.14182) 1182 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:55.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:55 smithi086 bash[26112]: cluster 2023-12-21T05:07:54.067600+0000 mgr.smithi086.vbfnjc (mgr.14182) 1183 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:55.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:55 smithi105 bash[29232]: cluster 2023-12-21T05:07:54.067600+0000 mgr.smithi086.vbfnjc (mgr.14182) 1183 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:07:56.297 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:07:56.297 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:07:56.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:07:57.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:57 smithi086 bash[26112]: cluster 2023-12-21T05:07:56.069762+0000 mgr.smithi086.vbfnjc (mgr.14182) 1184 : 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-12-21T05:07:57.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:57 smithi086 bash[26112]: audit 2023-12-21T05:07:56.285299+0000 mgr.smithi086.vbfnjc (mgr.14182) 1185 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:57.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:57 smithi105 bash[29232]: cluster 2023-12-21T05:07:56.069762+0000 mgr.smithi086.vbfnjc (mgr.14182) 1184 : 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-12-21T05:07:57.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:57 smithi105 bash[29232]: audit 2023-12-21T05:07:56.285299+0000 mgr.smithi086.vbfnjc (mgr.14182) 1185 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:07:57.933 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:07:59.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:07:59 smithi086 bash[26112]: cluster 2023-12-21T05:07:58.071388+0000 mgr.smithi086.vbfnjc (mgr.14182) 1186 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:07:59.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:07:59 smithi105 bash[29232]: cluster 2023-12-21T05:07:58.071388+0000 mgr.smithi086.vbfnjc (mgr.14182) 1186 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:01.259 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:01.259 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:01 smithi086 bash[26112]: cluster 2023-12-21T05:08:00.073180+0000 mgr.smithi086.vbfnjc (mgr.14182) 1187 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:01.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:01 smithi105 bash[29232]: cluster 2023-12-21T05:08:00.073180+0000 mgr.smithi086.vbfnjc (mgr.14182) 1187 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:01.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:02.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:02 smithi105 bash[29232]: audit 2023-12-21T05:08:01.249098+0000 mgr.smithi086.vbfnjc (mgr.14182) 1188 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:02.889 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:02.900 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:02 smithi086 bash[26112]: audit 2023-12-21T05:08:01.249098+0000 mgr.smithi086.vbfnjc (mgr.14182) 1188 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:03.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:03 smithi105 bash[29232]: cluster 2023-12-21T05:08:02.074674+0000 mgr.smithi086.vbfnjc (mgr.14182) 1189 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:04.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:03 smithi086 bash[26112]: cluster 2023-12-21T05:08:02.074674+0000 mgr.smithi086.vbfnjc (mgr.14182) 1189 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:05.774 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:05 smithi086 bash[26112]: cluster 2023-12-21T05:08:04.076286+0000 mgr.smithi086.vbfnjc (mgr.14182) 1190 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:05.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:05 smithi105 bash[29232]: cluster 2023-12-21T05:08:04.076286+0000 mgr.smithi086.vbfnjc (mgr.14182) 1190 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:06.205 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:06.206 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:06.841 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:07.842 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:07.855 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:07 smithi086 bash[26112]: cluster 2023-12-21T05:08:06.077873+0000 mgr.smithi086.vbfnjc (mgr.14182) 1191 : 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-12-21T05:08:07.855 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:07 smithi086 bash[26112]: audit 2023-12-21T05:08:06.193260+0000 mgr.smithi086.vbfnjc (mgr.14182) 1192 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:07.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:07 smithi105 bash[29232]: cluster 2023-12-21T05:08:06.077873+0000 mgr.smithi086.vbfnjc (mgr.14182) 1191 : 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-12-21T05:08:07.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:07 smithi105 bash[29232]: audit 2023-12-21T05:08:06.193260+0000 mgr.smithi086.vbfnjc (mgr.14182) 1192 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:09.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:09 smithi086 bash[26112]: cluster 2023-12-21T05:08:08.079464+0000 mgr.smithi086.vbfnjc (mgr.14182) 1193 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:09.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:09 smithi105 bash[29232]: cluster 2023-12-21T05:08:08.079464+0000 mgr.smithi086.vbfnjc (mgr.14182) 1193 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:11.121 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:11.121 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:11.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:11.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:11 smithi105 bash[29232]: cluster 2023-12-21T05:08:10.081348+0000 mgr.smithi086.vbfnjc (mgr.14182) 1194 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:12.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:11 smithi086 bash[26112]: cluster 2023-12-21T05:08:10.081348+0000 mgr.smithi086.vbfnjc (mgr.14182) 1194 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:12.711 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:12.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:12 smithi105 bash[29232]: audit 2023-12-21T05:08:11.111546+0000 mgr.smithi086.vbfnjc (mgr.14182) 1195 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:12.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:12 smithi105 bash[29232]: cluster 2023-12-21T05:08:12.082835+0000 mgr.smithi086.vbfnjc (mgr.14182) 1196 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:13.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:12 smithi086 bash[26112]: audit 2023-12-21T05:08:11.111546+0000 mgr.smithi086.vbfnjc (mgr.14182) 1195 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:13.001 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:12 smithi086 bash[26112]: cluster 2023-12-21T05:08:12.082835+0000 mgr.smithi086.vbfnjc (mgr.14182) 1196 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:15.469 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:15 smithi086 bash[26112]: cluster 2023-12-21T05:08:14.084049+0000 mgr.smithi086.vbfnjc (mgr.14182) 1197 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:15 smithi105 bash[29232]: cluster 2023-12-21T05:08:14.084049+0000 mgr.smithi086.vbfnjc (mgr.14182) 1197 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:15.907 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:15.907 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:06:07.826918Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.bufweq on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:16.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:16 smithi086 bash[26112]: audit 2023-12-21T05:08:16.038744+0000 mon.smithi086 (mon.0) 955 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:08:16.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:16.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:16 smithi105 bash[29232]: audit 2023-12-21T05:08:16.038744+0000 mon.smithi086 (mon.0) 955 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: audit 2023-12-21T05:08:15.898337+0000 mgr.smithi086.vbfnjc (mgr.14182) 1198 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: cluster 2023-12-21T05:08:16.084983+0000 mgr.smithi086.vbfnjc (mgr.14182) 1199 : 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-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: audit 2023-12-21T05:08:16.339052+0000 mon.smithi086 (mon.0) 956 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: audit 2023-12-21T05:08:16.340277+0000 mon.smithi086 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: audit 2023-12-21T05:08:16.347940+0000 mon.smithi086 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: cluster 2023-12-21T05:08:16.348678+0000 mgr.smithi086.vbfnjc (mgr.14182) 1200 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: audit 2023-12-21T05:08:16.356914+0000 mon.smithi086 (mon.0) 959 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: audit 2023-12-21T05:08:16.370733+0000 mon.smithi086 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:17.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:17 smithi086 bash[26112]: cephadm 2023-12-21T05:08:16.374994+0000 mgr.smithi086.vbfnjc (mgr.14182) 1201 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.kidwrl on smithi105 2023-12-21T05:08:17.563 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: audit 2023-12-21T05:08:15.898337+0000 mgr.smithi086.vbfnjc (mgr.14182) 1198 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: cluster 2023-12-21T05:08:16.084983+0000 mgr.smithi086.vbfnjc (mgr.14182) 1199 : 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-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: audit 2023-12-21T05:08:16.339052+0000 mon.smithi086 (mon.0) 956 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: audit 2023-12-21T05:08:16.340277+0000 mon.smithi086 (mon.0) 957 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: audit 2023-12-21T05:08:16.347940+0000 mon.smithi086 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: cluster 2023-12-21T05:08:16.348678+0000 mgr.smithi086.vbfnjc (mgr.14182) 1200 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: audit 2023-12-21T05:08:16.356914+0000 mon.smithi086 (mon.0) 959 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: audit 2023-12-21T05:08:16.370733+0000 mon.smithi086 (mon.0) 960 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:17.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:17 smithi105 bash[29232]: cephadm 2023-12-21T05:08:16.374994+0000 mgr.smithi086.vbfnjc (mgr.14182) 1201 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.kidwrl on smithi105 2023-12-21T05:08:18.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:18 smithi086 bash[26112]: cluster 2023-12-21T05:08:17.344923+0000 mon.smithi086 (mon.0) 961 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:08:18.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:18 smithi086 bash[26112]: cluster 2023-12-21T05:08:17.344994+0000 mon.smithi086 (mon.0) 962 : cluster [INF] Cluster is now healthy 2023-12-21T05:08:18.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:18 smithi086 bash[26112]: audit 2023-12-21T05:08:17.939415+0000 mon.smithi086 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:18.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:18 smithi105 bash[29232]: cluster 2023-12-21T05:08:17.344923+0000 mon.smithi086 (mon.0) 961 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:08:18.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:18 smithi105 bash[29232]: cluster 2023-12-21T05:08:17.344994+0000 mon.smithi086 (mon.0) 962 : cluster [INF] Cluster is now healthy 2023-12-21T05:08:18.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:18 smithi105 bash[29232]: audit 2023-12-21T05:08:17.939415+0000 mon.smithi086 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:19.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:19 smithi086 bash[26112]: cluster 2023-12-21T05:08:18.350032+0000 mgr.smithi086.vbfnjc (mgr.14182) 1202 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:08:19.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:19 smithi105 bash[29232]: cluster 2023-12-21T05:08:18.350032+0000 mgr.smithi086.vbfnjc (mgr.14182) 1202 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:08:20.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:20 smithi086 bash[26112]: audit 2023-12-21T05:08:20.226311+0000 mon.smithi086 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.kidwrl"}]: dispatch 2023-12-21T05:08:20.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:20 smithi105 bash[29232]: audit 2023-12-21T05:08:20.226311+0000 mon.smithi086 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.kidwrl"}]: dispatch 2023-12-21T05:08:20.774 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:20.774 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:11.943911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.ngmetz on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-ngmetz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.ngmetz\nDeploy daemon haproxy.nfs.foo.smithi105.ngmetz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.026668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.aktnph on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-aktnph\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.aktnph\nDeploy daemon haproxy.nfs.foo.smithi086.aktnph ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:07:16.030824Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.jthndi on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:21.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:21.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: cephadm 2023-12-21T05:08:20.225195+0000 mgr.smithi086.vbfnjc (mgr.14182) 1203 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.kidwrl ... 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:21.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.kidwrl ... 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: cephadm 2023-12-21T05:08:20.225644+0000 mgr.smithi086.vbfnjc (mgr.14182) 1204 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: cephadm 2023-12-21T05:08:20.228006+0000 mgr.smithi086.vbfnjc (mgr.14182) 1205 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.kidwrl ... 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.627 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:21.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:21.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:21.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: cephadm 2023-12-21T05:08:20.232675+0000 mgr.smithi086.vbfnjc (mgr.14182) 1206 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.jawfjq on smithi086 2023-12-21T05:08:21.628 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:21 smithi105 bash[29232]: cluster 2023-12-21T05:08:20.350805+0000 mgr.smithi086.vbfnjc (mgr.14182) 1207 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: cephadm 2023-12-21T05:08:20.225195+0000 mgr.smithi086.vbfnjc (mgr.14182) 1203 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.kidwrl ... 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:08:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:08:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:08:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:08:21.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.kidwrl ... 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:21.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: cephadm 2023-12-21T05:08:20.225644+0000 mgr.smithi086.vbfnjc (mgr.14182) 1204 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: cephadm 2023-12-21T05:08:20.228006+0000 mgr.smithi086.vbfnjc (mgr.14182) 1205 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.kidwrl ... 2023-12-21T05:08:21.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:21.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:21.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:21.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:21.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: cephadm 2023-12-21T05:08:20.232675+0000 mgr.smithi086.vbfnjc (mgr.14182) 1206 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.jawfjq on smithi086 2023-12-21T05:08:21.756 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:21 smithi086 bash[26112]: cluster 2023-12-21T05:08:20.350805+0000 mgr.smithi086.vbfnjc (mgr.14182) 1207 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:08:22.449 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:22.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:22 smithi105 bash[29232]: audit 2023-12-21T05:08:20.769401+0000 mgr.smithi086.vbfnjc (mgr.14182) 1208 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:22.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:22 smithi086 bash[26112]: audit 2023-12-21T05:08:20.769401+0000 mgr.smithi086.vbfnjc (mgr.14182) 1208 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:23.597 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:23 smithi086 bash[26112]: cluster 2023-12-21T05:08:22.352075+0000 mgr.smithi086.vbfnjc (mgr.14182) 1209 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:08:23.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:23 smithi105 bash[29232]: cluster 2023-12-21T05:08:22.352075+0000 mgr.smithi086.vbfnjc (mgr.14182) 1209 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:08:24.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:24 smithi086 bash[26112]: audit 2023-12-21T05:08:24.201174+0000 mon.smithi086 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.jawfjq"}]: dispatch 2023-12-21T05:08:24.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:24 smithi105 bash[29232]: audit 2023-12-21T05:08:24.201174+0000 mon.smithi086 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.jawfjq"}]: dispatch 2023-12-21T05:08:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: cephadm 2023-12-21T05:08:24.200284+0000 mgr.smithi086.vbfnjc (mgr.14182) 1210 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.jawfjq ... 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:08:25.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.jawfjq ... 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: cephadm 2023-12-21T05:08:24.200587+0000 mgr.smithi086.vbfnjc (mgr.14182) 1211 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: cephadm 2023-12-21T05:08:24.202462+0000 mgr.smithi086.vbfnjc (mgr.14182) 1212 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:25.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.jawfjq ... 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: cephadm 2023-12-21T05:08:24.204654+0000 mgr.smithi086.vbfnjc (mgr.14182) 1213 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: cephadm 2023-12-21T05:08:24.206295+0000 mgr.smithi086.vbfnjc (mgr.14182) 1214 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: cluster 2023-12-21T05:08:24.208042+0000 mgr.smithi086.vbfnjc (mgr.14182) 1215 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:08:25.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:25 smithi105 bash[29232]: cluster 2023-12-21T05:08:24.302707+0000 mon.smithi086 (mon.0) 966 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:08:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: cephadm 2023-12-21T05:08:24.200284+0000 mgr.smithi086.vbfnjc (mgr.14182) 1210 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.jawfjq ... 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.jawfjq ... 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: cephadm 2023-12-21T05:08:24.200587+0000 mgr.smithi086.vbfnjc (mgr.14182) 1211 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: cephadm 2023-12-21T05:08:24.202462+0000 mgr.smithi086.vbfnjc (mgr.14182) 1212 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.jawfjq ... 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: cephadm 2023-12-21T05:08:24.204654+0000 mgr.smithi086.vbfnjc (mgr.14182) 1213 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: cephadm 2023-12-21T05:08:24.206295+0000 mgr.smithi086.vbfnjc (mgr.14182) 1214 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: cluster 2023-12-21T05:08:24.208042+0000 mgr.smithi086.vbfnjc (mgr.14182) 1215 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:08:25.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:25 smithi086 bash[26112]: cluster 2023-12-21T05:08:24.302707+0000 mon.smithi086 (mon.0) 966 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:08:25.796 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:25.796 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:26.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:27.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:26 smithi086 bash[26112]: audit 2023-12-21T05:08:25.791480+0000 mgr.smithi086.vbfnjc (mgr.14182) 1216 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:27.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:26 smithi086 bash[26112]: audit 2023-12-21T05:08:25.925663+0000 mon.smithi086 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:27.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:26 smithi086 bash[26112]: cluster 2023-12-21T05:08:26.209616+0000 mgr.smithi086.vbfnjc (mgr.14182) 1217 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:08:27.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:26 smithi105 bash[29232]: audit 2023-12-21T05:08:25.791480+0000 mgr.smithi086.vbfnjc (mgr.14182) 1216 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:27.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:26 smithi105 bash[29232]: audit 2023-12-21T05:08:25.925663+0000 mon.smithi086 (mon.0) 967 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:27.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:26 smithi105 bash[29232]: cluster 2023-12-21T05:08:26.209616+0000 mgr.smithi086.vbfnjc (mgr.14182) 1217 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-12-21T05:08:27.494 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:29.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:29 smithi086 bash[26112]: cluster 2023-12-21T05:08:28.211305+0000 mgr.smithi086.vbfnjc (mgr.14182) 1218 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:08:29.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:29 smithi105 bash[29232]: cluster 2023-12-21T05:08:28.211305+0000 mgr.smithi086.vbfnjc (mgr.14182) 1218 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:08:30.804 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:30.804 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:31.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:31.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:31 smithi105 bash[29232]: cluster 2023-12-21T05:08:30.213100+0000 mgr.smithi086.vbfnjc (mgr.14182) 1219 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:08:31.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:31 smithi086 bash[26112]: cluster 2023-12-21T05:08:30.213100+0000 mgr.smithi086.vbfnjc (mgr.14182) 1219 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:08:32.480 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:32.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:32 smithi105 bash[29232]: audit 2023-12-21T05:08:30.790907+0000 mgr.smithi086.vbfnjc (mgr.14182) 1220 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:32.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:32 smithi086 bash[26112]: audit 2023-12-21T05:08:30.790907+0000 mgr.smithi086.vbfnjc (mgr.14182) 1220 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:33.566 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:33 smithi086 bash[26112]: cluster 2023-12-21T05:08:32.214531+0000 mgr.smithi086.vbfnjc (mgr.14182) 1221 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:08:33.566 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:33 smithi086 bash[26112]: audit 2023-12-21T05:08:32.939998+0000 mon.smithi086 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:33.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:33 smithi105 bash[29232]: cluster 2023-12-21T05:08:32.214531+0000 mgr.smithi086.vbfnjc (mgr.14182) 1221 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:08:33.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:33 smithi105 bash[29232]: audit 2023-12-21T05:08:32.939998+0000 mon.smithi086 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:08:35.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:35 smithi105 bash[29232]: cluster 2023-12-21T05:08:34.216356+0000 mgr.smithi086.vbfnjc (mgr.14182) 1222 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:08:35.698 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:35.698 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:35.747 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:35 smithi086 bash[26112]: cluster 2023-12-21T05:08:34.216356+0000 mgr.smithi086.vbfnjc (mgr.14182) 1222 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:08:36.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:37.349 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:37.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:37 smithi105 bash[29232]: audit 2023-12-21T05:08:35.685874+0000 mgr.smithi086.vbfnjc (mgr.14182) 1223 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:37.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:37 smithi105 bash[29232]: cluster 2023-12-21T05:08:36.217965+0000 mgr.smithi086.vbfnjc (mgr.14182) 1224 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:37.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:37 smithi086 bash[26112]: audit 2023-12-21T05:08:35.685874+0000 mgr.smithi086.vbfnjc (mgr.14182) 1223 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:37.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:37 smithi086 bash[26112]: cluster 2023-12-21T05:08:36.217965+0000 mgr.smithi086.vbfnjc (mgr.14182) 1224 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:39.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:39 smithi086 bash[26112]: cluster 2023-12-21T05:08:38.219638+0000 mgr.smithi086.vbfnjc (mgr.14182) 1225 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:39.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:39 smithi105 bash[29232]: cluster 2023-12-21T05:08:38.219638+0000 mgr.smithi086.vbfnjc (mgr.14182) 1225 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:40.529 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:40.529 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:41.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:41.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:41 smithi086 bash[26112]: cluster 2023-12-21T05:08:40.221421+0000 mgr.smithi086.vbfnjc (mgr.14182) 1226 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:41.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:41 smithi086 bash[26112]: audit 2023-12-21T05:08:40.516157+0000 mgr.smithi086.vbfnjc (mgr.14182) 1227 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:41.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:41 smithi105 bash[29232]: cluster 2023-12-21T05:08:40.221421+0000 mgr.smithi086.vbfnjc (mgr.14182) 1226 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:41.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:41 smithi105 bash[29232]: audit 2023-12-21T05:08:40.516157+0000 mgr.smithi086.vbfnjc (mgr.14182) 1227 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:42.150 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:43.459 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:43 smithi086 bash[26112]: cluster 2023-12-21T05:08:42.222957+0000 mgr.smithi086.vbfnjc (mgr.14182) 1228 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:43.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:43 smithi105 bash[29232]: cluster 2023-12-21T05:08:42.222957+0000 mgr.smithi086.vbfnjc (mgr.14182) 1228 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:45.386 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:45.386 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:45.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:45 smithi105 bash[29232]: cluster 2023-12-21T05:08:44.225146+0000 mgr.smithi086.vbfnjc (mgr.14182) 1229 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:45.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:45 smithi086 bash[26112]: cluster 2023-12-21T05:08:44.225146+0000 mgr.smithi086.vbfnjc (mgr.14182) 1229 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:46.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:46.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:46 smithi105 bash[29232]: audit 2023-12-21T05:08:45.378972+0000 mgr.smithi086.vbfnjc (mgr.14182) 1230 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:46.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:46 smithi086 bash[26112]: audit 2023-12-21T05:08:45.378972+0000 mgr.smithi086.vbfnjc (mgr.14182) 1230 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:47.036 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:47.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:47 smithi105 bash[29232]: cluster 2023-12-21T05:08:46.226857+0000 mgr.smithi086.vbfnjc (mgr.14182) 1231 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:47.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:47 smithi086 bash[26112]: cluster 2023-12-21T05:08:46.226857+0000 mgr.smithi086.vbfnjc (mgr.14182) 1231 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:49.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:49 smithi086 bash[26112]: cluster 2023-12-21T05:08:48.227741+0000 mgr.smithi086.vbfnjc (mgr.14182) 1232 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:49.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:49 smithi105 bash[29232]: cluster 2023-12-21T05:08:48.227741+0000 mgr.smithi086.vbfnjc (mgr.14182) 1232 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:50.387 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:50.388 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:50.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:51.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:51 smithi105 bash[29232]: cluster 2023-12-21T05:08:50.229262+0000 mgr.smithi086.vbfnjc (mgr.14182) 1233 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:51.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:51 smithi105 bash[29232]: audit 2023-12-21T05:08:50.379737+0000 mgr.smithi086.vbfnjc (mgr.14182) 1234 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:51.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:51 smithi086 bash[26112]: cluster 2023-12-21T05:08:50.229262+0000 mgr.smithi086.vbfnjc (mgr.14182) 1233 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:51.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:51 smithi086 bash[26112]: audit 2023-12-21T05:08:50.379737+0000 mgr.smithi086.vbfnjc (mgr.14182) 1234 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:51.991 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:53.371 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:53 smithi086 bash[26112]: cluster 2023-12-21T05:08:52.230705+0000 mgr.smithi086.vbfnjc (mgr.14182) 1235 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:53.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:53 smithi105 bash[29232]: cluster 2023-12-21T05:08:52.230705+0000 mgr.smithi086.vbfnjc (mgr.14182) 1235 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:55.101 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:55.102 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:08:55.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:55 smithi086 bash[26112]: cluster 2023-12-21T05:08:54.232657+0000 mgr.smithi086.vbfnjc (mgr.14182) 1236 : 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-12-21T05:08:55.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:55 smithi105 bash[29232]: cluster 2023-12-21T05:08:54.232657+0000 mgr.smithi086.vbfnjc (mgr.14182) 1236 : 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-12-21T05:08:55.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:08:56.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:56 smithi105 bash[29232]: audit 2023-12-21T05:08:55.089329+0000 mgr.smithi086.vbfnjc (mgr.14182) 1237 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:56.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:56 smithi086 bash[26112]: audit 2023-12-21T05:08:55.089329+0000 mgr.smithi086.vbfnjc (mgr.14182) 1237 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:08:56.755 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:08:57.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:57 smithi105 bash[29232]: cluster 2023-12-21T05:08:56.234052+0000 mgr.smithi086.vbfnjc (mgr.14182) 1238 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:57.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:57 smithi086 bash[26112]: cluster 2023-12-21T05:08:56.234052+0000 mgr.smithi086.vbfnjc (mgr.14182) 1238 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:08:59.489 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:08:59 smithi086 bash[26112]: cluster 2023-12-21T05:08:58.235770+0000 mgr.smithi086.vbfnjc (mgr.14182) 1239 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:59.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:08:59 smithi105 bash[29232]: cluster 2023-12-21T05:08:58.235770+0000 mgr.smithi086.vbfnjc (mgr.14182) 1239 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:08:59.846 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:08:59.846 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:00.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:01.510 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:01.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:01 smithi105 bash[29232]: audit 2023-12-21T05:08:59.841983+0000 mgr.smithi086.vbfnjc (mgr.14182) 1240 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:01.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:01 smithi105 bash[29232]: cluster 2023-12-21T05:09:00.237610+0000 mgr.smithi086.vbfnjc (mgr.14182) 1241 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:01.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:01 smithi086 bash[26112]: audit 2023-12-21T05:08:59.841983+0000 mgr.smithi086.vbfnjc (mgr.14182) 1240 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:01.769 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:01 smithi086 bash[26112]: cluster 2023-12-21T05:09:00.237610+0000 mgr.smithi086.vbfnjc (mgr.14182) 1241 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:03.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:03 smithi105 bash[29232]: cluster 2023-12-21T05:09:02.239121+0000 mgr.smithi086.vbfnjc (mgr.14182) 1242 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:03.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:03 smithi086 bash[26112]: cluster 2023-12-21T05:09:02.239121+0000 mgr.smithi086.vbfnjc (mgr.14182) 1242 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:04.668 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:04.669 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:05.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:05.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:05 smithi105 bash[29232]: cluster 2023-12-21T05:09:04.240228+0000 mgr.smithi086.vbfnjc (mgr.14182) 1243 : 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-12-21T05:09:05.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:05 smithi086 bash[26112]: cluster 2023-12-21T05:09:04.240228+0000 mgr.smithi086.vbfnjc (mgr.14182) 1243 : 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-12-21T05:09:06.315 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:06.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:06 smithi105 bash[29232]: audit 2023-12-21T05:09:04.663735+0000 mgr.smithi086.vbfnjc (mgr.14182) 1244 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:06.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:06 smithi086 bash[26112]: audit 2023-12-21T05:09:04.663735+0000 mgr.smithi086.vbfnjc (mgr.14182) 1244 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:07.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:07 smithi105 bash[29232]: cluster 2023-12-21T05:09:06.241691+0000 mgr.smithi086.vbfnjc (mgr.14182) 1245 : 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-12-21T05:09:07.658 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:07 smithi086 bash[26112]: cluster 2023-12-21T05:09:06.241691+0000 mgr.smithi086.vbfnjc (mgr.14182) 1245 : 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-12-21T05:09:09.453 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:09.453 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:09.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:09 smithi086 bash[26112]: cluster 2023-12-21T05:09:08.242592+0000 mgr.smithi086.vbfnjc (mgr.14182) 1246 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-21T05:09:09.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:09 smithi105 bash[29232]: cluster 2023-12-21T05:09:08.242592+0000 mgr.smithi086.vbfnjc (mgr.14182) 1246 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-21T05:09:10.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:10.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:10 smithi086 bash[26112]: audit 2023-12-21T05:09:09.440388+0000 mgr.smithi086.vbfnjc (mgr.14182) 1247 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:10.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:10 smithi105 bash[29232]: audit 2023-12-21T05:09:09.440388+0000 mgr.smithi086.vbfnjc (mgr.14182) 1247 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:11.095 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:11.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:11 smithi086 bash[26112]: cluster 2023-12-21T05:09:10.244359+0000 mgr.smithi086.vbfnjc (mgr.14182) 1248 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-21T05:09:11.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:11 smithi105 bash[29232]: cluster 2023-12-21T05:09:10.244359+0000 mgr.smithi086.vbfnjc (mgr.14182) 1248 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-21T05:09:13.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:13 smithi105 bash[29232]: cluster 2023-12-21T05:09:12.245955+0000 mgr.smithi086.vbfnjc (mgr.14182) 1249 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-21T05:09:13.681 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:13 smithi086 bash[26112]: cluster 2023-12-21T05:09:12.245955+0000 mgr.smithi086.vbfnjc (mgr.14182) 1249 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-21T05:09:14.127 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:14.127 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:14.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:15.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:15 smithi105 bash[29232]: audit 2023-12-21T05:09:14.114660+0000 mgr.smithi086.vbfnjc (mgr.14182) 1250 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:15 smithi105 bash[29232]: cluster 2023-12-21T05:09:14.248264+0000 mgr.smithi086.vbfnjc (mgr.14182) 1251 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-21T05:09:15.734 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:15.746 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:15 smithi086 bash[26112]: audit 2023-12-21T05:09:14.114660+0000 mgr.smithi086.vbfnjc (mgr.14182) 1250 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:15.746 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:15 smithi086 bash[26112]: cluster 2023-12-21T05:09:14.248264+0000 mgr.smithi086.vbfnjc (mgr.14182) 1251 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-21T05:09:17.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:17 smithi105 bash[29232]: cluster 2023-12-21T05:09:16.249794+0000 mgr.smithi086.vbfnjc (mgr.14182) 1252 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-21T05:09:17.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:17 smithi086 bash[26112]: cluster 2023-12-21T05:09:16.249794+0000 mgr.smithi086.vbfnjc (mgr.14182) 1252 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-12-21T05:09:18.989 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:18.989 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:19.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:19 smithi086 bash[26112]: cluster 2023-12-21T05:09:18.251488+0000 mgr.smithi086.vbfnjc (mgr.14182) 1253 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-21T05:09:19.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:19 smithi105 bash[29232]: cluster 2023-12-21T05:09:18.251488+0000 mgr.smithi086.vbfnjc (mgr.14182) 1253 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-12-21T05:09:19.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:20.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:20 smithi086 bash[26112]: audit 2023-12-21T05:09:18.976277+0000 mgr.smithi086.vbfnjc (mgr.14182) 1254 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:20.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:20 smithi105 bash[29232]: audit 2023-12-21T05:09:18.976277+0000 mgr.smithi086.vbfnjc (mgr.14182) 1254 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:20.638 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:21.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:21 smithi086 bash[26112]: cluster 2023-12-21T05:09:20.253375+0000 mgr.smithi086.vbfnjc (mgr.14182) 1255 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:21.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:21 smithi105 bash[29232]: cluster 2023-12-21T05:09:20.253375+0000 mgr.smithi086.vbfnjc (mgr.14182) 1255 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:23.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:23 smithi105 bash[29232]: cluster 2023-12-21T05:09:22.254988+0000 mgr.smithi086.vbfnjc (mgr.14182) 1256 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:23.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:23 smithi086 bash[26112]: cluster 2023-12-21T05:09:22.254988+0000 mgr.smithi086.vbfnjc (mgr.14182) 1256 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:23.823 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:23.823 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:07:16.034590Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.rtixrr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:24.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:24.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:24 smithi105 bash[29232]: audit 2023-12-21T05:09:24.210009+0000 mon.smithi086 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:09:24.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:24 smithi086 bash[26112]: audit 2023-12-21T05:09:24.210009+0000 mon.smithi086 (mon.0) 969 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:09:25.477 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:25 smithi105 bash[29232]: audit 2023-12-21T05:09:23.813449+0000 mgr.smithi086.vbfnjc (mgr.14182) 1257 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:25 smithi105 bash[29232]: cluster 2023-12-21T05:09:24.256718+0000 mgr.smithi086.vbfnjc (mgr.14182) 1258 : 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-12-21T05:09:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:25 smithi105 bash[29232]: audit 2023-12-21T05:09:24.533322+0000 mon.smithi086 (mon.0) 970 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:09:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:25 smithi105 bash[29232]: audit 2023-12-21T05:09:24.535064+0000 mon.smithi086 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:09:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:25 smithi105 bash[29232]: audit 2023-12-21T05:09:24.544873+0000 mon.smithi086 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:09:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:25 smithi105 bash[29232]: audit 2023-12-21T05:09:24.554796+0000 mon.smithi086 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:09:25.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:25 smithi105 bash[29232]: audit 2023-12-21T05:09:24.569533+0000 mon.smithi086 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:09:25.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:25 smithi086 bash[26112]: audit 2023-12-21T05:09:23.813449+0000 mgr.smithi086.vbfnjc (mgr.14182) 1257 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:25.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:25 smithi086 bash[26112]: cluster 2023-12-21T05:09:24.256718+0000 mgr.smithi086.vbfnjc (mgr.14182) 1258 : 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-12-21T05:09:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:25 smithi086 bash[26112]: audit 2023-12-21T05:09:24.533322+0000 mon.smithi086 (mon.0) 970 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:09:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:25 smithi086 bash[26112]: audit 2023-12-21T05:09:24.535064+0000 mon.smithi086 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:09:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:25 smithi086 bash[26112]: audit 2023-12-21T05:09:24.544873+0000 mon.smithi086 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:09:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:25 smithi086 bash[26112]: audit 2023-12-21T05:09:24.554796+0000 mon.smithi086 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:09:25.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:25 smithi086 bash[26112]: audit 2023-12-21T05:09:24.569533+0000 mon.smithi086 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:09:26.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:26 smithi105 bash[29232]: cluster 2023-12-21T05:09:24.546005+0000 mgr.smithi086.vbfnjc (mgr.14182) 1259 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:09:26.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:26 smithi105 bash[29232]: cephadm 2023-12-21T05:09:24.572476+0000 mgr.smithi086.vbfnjc (mgr.14182) 1260 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hwkkem on smithi105 2023-12-21T05:09:26.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:26 smithi105 bash[29232]: cluster 2023-12-21T05:09:25.541435+0000 mon.smithi086 (mon.0) 975 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:09:26.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:26 smithi105 bash[29232]: cluster 2023-12-21T05:09:25.541519+0000 mon.smithi086 (mon.0) 976 : cluster [INF] Cluster is now healthy 2023-12-21T05:09:26.641 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:26 smithi086 bash[26112]: cluster 2023-12-21T05:09:24.546005+0000 mgr.smithi086.vbfnjc (mgr.14182) 1259 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:09:26.641 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:26 smithi086 bash[26112]: cephadm 2023-12-21T05:09:24.572476+0000 mgr.smithi086.vbfnjc (mgr.14182) 1260 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.hwkkem on smithi105 2023-12-21T05:09:26.642 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:26 smithi086 bash[26112]: cluster 2023-12-21T05:09:25.541435+0000 mon.smithi086 (mon.0) 975 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:09:26.642 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:26 smithi086 bash[26112]: cluster 2023-12-21T05:09:25.541519+0000 mon.smithi086 (mon.0) 976 : cluster [INF] Cluster is now healthy 2023-12-21T05:09:28.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:28 smithi086 bash[26112]: cluster 2023-12-21T05:09:26.547057+0000 mgr.smithi086.vbfnjc (mgr.14182) 1261 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:09:28.563 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:28.563 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:20.227747Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kidwrl on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kidwrl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kidwrl\nDeploy daemon haproxy.nfs.foo.smithi105.kidwrl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.202293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.jawfjq on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-jawfjq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.jawfjq\nDeploy daemon haproxy.nfs.foo.smithi086.jawfjq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:08:24.204551Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.zoexnk on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:28.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:28 smithi105 bash[29232]: cluster 2023-12-21T05:09:26.547057+0000 mgr.smithi086.vbfnjc (mgr.14182) 1261 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:09:29.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:29.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: cephadm 2023-12-21T05:09:28.343297+0000 mgr.smithi086.vbfnjc (mgr.14182) 1262 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:29.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:29.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.hwkkem ... 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.hwkkem ... 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: cephadm 2023-12-21T05:09:28.343679+0000 mgr.smithi086.vbfnjc (mgr.14182) 1263 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: audit 2023-12-21T05:09:28.344129+0000 mon.smithi086 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hwkkem"}]: dispatch 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: cephadm 2023-12-21T05:09:28.355499+0000 mgr.smithi086.vbfnjc (mgr.14182) 1264 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:29.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.hwkkem ... 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:29 smithi086 bash[26112]: cephadm 2023-12-21T05:09:28.358956+0000 mgr.smithi086.vbfnjc (mgr.14182) 1265 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.vjxqgk on smithi086 2023-12-21T05:09:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: cephadm 2023-12-21T05:09:28.343297+0000 mgr.smithi086.vbfnjc (mgr.14182) 1262 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:29.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.hwkkem ... 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.hwkkem ... 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: cephadm 2023-12-21T05:09:28.343679+0000 mgr.smithi086.vbfnjc (mgr.14182) 1263 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: audit 2023-12-21T05:09:28.344129+0000 mon.smithi086 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.hwkkem"}]: dispatch 2023-12-21T05:09:29.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: cephadm 2023-12-21T05:09:28.355499+0000 mgr.smithi086.vbfnjc (mgr.14182) 1264 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.hwkkem ... 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:29.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:29 smithi105 bash[29232]: cephadm 2023-12-21T05:09:28.358956+0000 mgr.smithi086.vbfnjc (mgr.14182) 1265 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.vjxqgk on smithi086 2023-12-21T05:09:30.221 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:30.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:30 smithi086 bash[26112]: cluster 2023-12-21T05:09:28.547910+0000 mgr.smithi086.vbfnjc (mgr.14182) 1266 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:09:30.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:30 smithi086 bash[26112]: audit 2023-12-21T05:09:28.554007+0000 mgr.smithi086.vbfnjc (mgr.14182) 1267 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:30.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:30 smithi105 bash[29232]: cluster 2023-12-21T05:09:28.547910+0000 mgr.smithi086.vbfnjc (mgr.14182) 1266 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:09:30.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:30 smithi105 bash[29232]: audit 2023-12-21T05:09:28.554007+0000 mgr.smithi086.vbfnjc (mgr.14182) 1267 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:32.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:32 smithi086 bash[26112]: cluster 2023-12-21T05:09:30.549385+0000 mgr.smithi086.vbfnjc (mgr.14182) 1268 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:09:32.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:32 smithi086 bash[26112]: audit 2023-12-21T05:09:32.218896+0000 mon.smithi086 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.vjxqgk"}]: dispatch 2023-12-21T05:09:32.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:32 smithi105 bash[29232]: cluster 2023-12-21T05:09:30.549385+0000 mgr.smithi086.vbfnjc (mgr.14182) 1268 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:09:32.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:32 smithi105 bash[29232]: audit 2023-12-21T05:09:32.218896+0000 mon.smithi086 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.vjxqgk"}]: dispatch 2023-12-21T05:09:33.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: cephadm 2023-12-21T05:09:32.217932+0000 mgr.smithi086.vbfnjc (mgr.14182) 1269 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:33.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vjxqgk ... 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vjxqgk ... 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: cephadm 2023-12-21T05:09:32.218183+0000 mgr.smithi086.vbfnjc (mgr.14182) 1270 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: cephadm 2023-12-21T05:09:32.220951+0000 mgr.smithi086.vbfnjc (mgr.14182) 1271 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.vjxqgk ... 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: cephadm 2023-12-21T05:09:32.225569+0000 mgr.smithi086.vbfnjc (mgr.14182) 1272 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: cephadm 2023-12-21T05:09:32.229466+0000 mgr.smithi086.vbfnjc (mgr.14182) 1273 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: cluster 2023-12-21T05:09:32.231254+0000 mgr.smithi086.vbfnjc (mgr.14182) 1274 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T05:09:33.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:33 smithi086 bash[26112]: cluster 2023-12-21T05:09:32.349974+0000 mon.smithi086 (mon.0) 979 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: cephadm 2023-12-21T05:09:32.217932+0000 mgr.smithi086.vbfnjc (mgr.14182) 1269 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vjxqgk ... 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:33.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vjxqgk ... 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: cephadm 2023-12-21T05:09:32.218183+0000 mgr.smithi086.vbfnjc (mgr.14182) 1270 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: cephadm 2023-12-21T05:09:32.220951+0000 mgr.smithi086.vbfnjc (mgr.14182) 1271 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk 2023-12-21T05:09:33.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.vjxqgk ... 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: cephadm 2023-12-21T05:09:32.225569+0000 mgr.smithi086.vbfnjc (mgr.14182) 1272 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: cephadm 2023-12-21T05:09:32.229466+0000 mgr.smithi086.vbfnjc (mgr.14182) 1273 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: cluster 2023-12-21T05:09:32.231254+0000 mgr.smithi086.vbfnjc (mgr.14182) 1274 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T05:09:33.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:33 smithi105 bash[29232]: cluster 2023-12-21T05:09:32.349974+0000 mon.smithi086 (mon.0) 979 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:09:33.659 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:33.659 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:34.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:35.335 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:35.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:35 smithi105 bash[29232]: audit 2023-12-21T05:09:33.646502+0000 mgr.smithi086.vbfnjc (mgr.14182) 1275 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:35.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:35 smithi105 bash[29232]: cluster 2023-12-21T05:09:34.232953+0000 mgr.smithi086.vbfnjc (mgr.14182) 1276 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T05:09:35.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:35 smithi086 bash[26112]: audit 2023-12-21T05:09:33.646502+0000 mgr.smithi086.vbfnjc (mgr.14182) 1275 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:35.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:35 smithi086 bash[26112]: cluster 2023-12-21T05:09:34.232953+0000 mgr.smithi086.vbfnjc (mgr.14182) 1276 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-12-21T05:09:37.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:36 smithi086 bash[26112]: audit 2023-12-21T05:09:35.986805+0000 mon.smithi086 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:09:37.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:36 smithi086 bash[26112]: cluster 2023-12-21T05:09:36.234555+0000 mgr.smithi086.vbfnjc (mgr.14182) 1277 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:09:37.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:36 smithi105 bash[29232]: audit 2023-12-21T05:09:35.986805+0000 mon.smithi086 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:09:37.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:36 smithi105 bash[29232]: cluster 2023-12-21T05:09:36.234555+0000 mgr.smithi086.vbfnjc (mgr.14182) 1277 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:09:38.639 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:38.639 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:39.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:39.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:39 smithi086 bash[26112]: cluster 2023-12-21T05:09:38.236281+0000 mgr.smithi086.vbfnjc (mgr.14182) 1278 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:09:39.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:39 smithi105 bash[29232]: cluster 2023-12-21T05:09:38.236281+0000 mgr.smithi086.vbfnjc (mgr.14182) 1278 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-12-21T05:09:40.259 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:40.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:40 smithi086 bash[26112]: audit 2023-12-21T05:09:38.631813+0000 mgr.smithi086.vbfnjc (mgr.14182) 1279 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:40.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:40 smithi105 bash[29232]: audit 2023-12-21T05:09:38.631813+0000 mgr.smithi086.vbfnjc (mgr.14182) 1279 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:41.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:41 smithi086 bash[26112]: cluster 2023-12-21T05:09:40.238193+0000 mgr.smithi086.vbfnjc (mgr.14182) 1280 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:09:41.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:41 smithi105 bash[29232]: cluster 2023-12-21T05:09:40.238193+0000 mgr.smithi086.vbfnjc (mgr.14182) 1280 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:09:43.366 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:43.366 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:43.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:43 smithi105 bash[29232]: cluster 2023-12-21T05:09:42.239689+0000 mgr.smithi086.vbfnjc (mgr.14182) 1281 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:09:43.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:43 smithi086 bash[26112]: cluster 2023-12-21T05:09:42.239689+0000 mgr.smithi086.vbfnjc (mgr.14182) 1281 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:09:43.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:44.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:44 smithi105 bash[29232]: audit 2023-12-21T05:09:43.356365+0000 mgr.smithi086.vbfnjc (mgr.14182) 1282 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:44.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:44 smithi086 bash[26112]: audit 2023-12-21T05:09:43.356365+0000 mgr.smithi086.vbfnjc (mgr.14182) 1282 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:45.000 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:45.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:45 smithi105 bash[29232]: cluster 2023-12-21T05:09:44.241573+0000 mgr.smithi086.vbfnjc (mgr.14182) 1283 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:45.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:45 smithi086 bash[26112]: cluster 2023-12-21T05:09:44.241573+0000 mgr.smithi086.vbfnjc (mgr.14182) 1283 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:47.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:47 smithi105 bash[29232]: cluster 2023-12-21T05:09:46.243084+0000 mgr.smithi086.vbfnjc (mgr.14182) 1284 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:47.684 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:47 smithi086 bash[26112]: cluster 2023-12-21T05:09:46.243084+0000 mgr.smithi086.vbfnjc (mgr.14182) 1284 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:48.103 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:48.104 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:48.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:49.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:49 smithi086 bash[26112]: audit 2023-12-21T05:09:48.094246+0000 mgr.smithi086.vbfnjc (mgr.14182) 1285 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:49.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:49 smithi086 bash[26112]: cluster 2023-12-21T05:09:48.244740+0000 mgr.smithi086.vbfnjc (mgr.14182) 1286 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:49.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:49 smithi105 bash[29232]: audit 2023-12-21T05:09:48.094246+0000 mgr.smithi086.vbfnjc (mgr.14182) 1285 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:49.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:49 smithi105 bash[29232]: cluster 2023-12-21T05:09:48.244740+0000 mgr.smithi086.vbfnjc (mgr.14182) 1286 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:49.726 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:51.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:51 smithi086 bash[26112]: cluster 2023-12-21T05:09:50.246583+0000 mgr.smithi086.vbfnjc (mgr.14182) 1287 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:51.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:51 smithi105 bash[29232]: cluster 2023-12-21T05:09:50.246583+0000 mgr.smithi086.vbfnjc (mgr.14182) 1287 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:52.859 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:52.859 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:53.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:53.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:53 smithi105 bash[29232]: cluster 2023-12-21T05:09:52.248070+0000 mgr.smithi086.vbfnjc (mgr.14182) 1288 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:53.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:53 smithi086 bash[26112]: cluster 2023-12-21T05:09:52.248070+0000 mgr.smithi086.vbfnjc (mgr.14182) 1288 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:54.487 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:54.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:54 smithi105 bash[29232]: audit 2023-12-21T05:09:52.854760+0000 mgr.smithi086.vbfnjc (mgr.14182) 1289 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:54.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:54 smithi086 bash[26112]: audit 2023-12-21T05:09:52.854760+0000 mgr.smithi086.vbfnjc (mgr.14182) 1289 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:55.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:55 smithi105 bash[29232]: cluster 2023-12-21T05:09:54.249930+0000 mgr.smithi086.vbfnjc (mgr.14182) 1290 : 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-12-21T05:09:55.630 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:55 smithi086 bash[26112]: cluster 2023-12-21T05:09:54.249930+0000 mgr.smithi086.vbfnjc (mgr.14182) 1290 : 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-12-21T05:09:57.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:57 smithi086 bash[26112]: cluster 2023-12-21T05:09:56.251443+0000 mgr.smithi086.vbfnjc (mgr.14182) 1291 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:57.613 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:09:57.613 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:09:57.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:57 smithi105 bash[29232]: cluster 2023-12-21T05:09:56.251443+0000 mgr.smithi086.vbfnjc (mgr.14182) 1291 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:09:58.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:09:59.227 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:09:59.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:59 smithi086 bash[26112]: audit 2023-12-21T05:09:57.600413+0000 mgr.smithi086.vbfnjc (mgr.14182) 1292 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:59.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:09:59 smithi086 bash[26112]: cluster 2023-12-21T05:09:58.253081+0000 mgr.smithi086.vbfnjc (mgr.14182) 1293 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:09:59.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:59 smithi105 bash[29232]: audit 2023-12-21T05:09:57.600413+0000 mgr.smithi086.vbfnjc (mgr.14182) 1292 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:09:59.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:09:59 smithi105 bash[29232]: cluster 2023-12-21T05:09:58.253081+0000 mgr.smithi086.vbfnjc (mgr.14182) 1293 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:00.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:00 smithi086 bash[26112]: cluster 2023-12-21T05:10:00.000132+0000 mon.smithi086 (mon.0) 981 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:10:00.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:00 smithi105 bash[29232]: cluster 2023-12-21T05:10:00.000132+0000 mon.smithi086 (mon.0) 981 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-21T05:10:01.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:01 smithi086 bash[26112]: cluster 2023-12-21T05:10:00.255041+0000 mgr.smithi086.vbfnjc (mgr.14182) 1294 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:01.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:01 smithi105 bash[29232]: cluster 2023-12-21T05:10:00.255041+0000 mgr.smithi086.vbfnjc (mgr.14182) 1294 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:02.598 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:02.598 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:03.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:03.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:03 smithi086 bash[26112]: cluster 2023-12-21T05:10:02.256746+0000 mgr.smithi086.vbfnjc (mgr.14182) 1295 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:03.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:03 smithi105 bash[29232]: cluster 2023-12-21T05:10:02.256746+0000 mgr.smithi086.vbfnjc (mgr.14182) 1295 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:04.245 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:04.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:04 smithi105 bash[29232]: audit 2023-12-21T05:10:02.590714+0000 mgr.smithi086.vbfnjc (mgr.14182) 1296 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:04.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:04 smithi086 bash[26112]: audit 2023-12-21T05:10:02.590714+0000 mgr.smithi086.vbfnjc (mgr.14182) 1296 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:05.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:05 smithi105 bash[29232]: cluster 2023-12-21T05:10:04.258675+0000 mgr.smithi086.vbfnjc (mgr.14182) 1297 : 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-12-21T05:10:05.648 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:05 smithi086 bash[26112]: cluster 2023-12-21T05:10:04.258675+0000 mgr.smithi086.vbfnjc (mgr.14182) 1297 : 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-12-21T05:10:07.483 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:07.484 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:07.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:07 smithi105 bash[29232]: cluster 2023-12-21T05:10:06.260167+0000 mgr.smithi086.vbfnjc (mgr.14182) 1298 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:07.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:07 smithi086 bash[26112]: cluster 2023-12-21T05:10:06.260167+0000 mgr.smithi086.vbfnjc (mgr.14182) 1298 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:08.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:08.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:08 smithi086 bash[26112]: audit 2023-12-21T05:10:07.476757+0000 mgr.smithi086.vbfnjc (mgr.14182) 1299 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:08.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:08 smithi105 bash[29232]: audit 2023-12-21T05:10:07.476757+0000 mgr.smithi086.vbfnjc (mgr.14182) 1299 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:09.110 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:09.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:09 smithi086 bash[26112]: cluster 2023-12-21T05:10:08.261853+0000 mgr.smithi086.vbfnjc (mgr.14182) 1300 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:09.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:09 smithi105 bash[29232]: cluster 2023-12-21T05:10:08.261853+0000 mgr.smithi086.vbfnjc (mgr.14182) 1300 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:11.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:11 smithi105 bash[29232]: cluster 2023-12-21T05:10:10.263389+0000 mgr.smithi086.vbfnjc (mgr.14182) 1301 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:11.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:11 smithi086 bash[26112]: cluster 2023-12-21T05:10:10.263389+0000 mgr.smithi086.vbfnjc (mgr.14182) 1301 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:12.413 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:12.414 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:13.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:13.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:13 smithi105 bash[29232]: cluster 2023-12-21T05:10:12.264783+0000 mgr.smithi086.vbfnjc (mgr.14182) 1302 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:13.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:13 smithi105 bash[29232]: audit 2023-12-21T05:10:12.408887+0000 mgr.smithi086.vbfnjc (mgr.14182) 1303 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:13.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:13 smithi086 bash[26112]: cluster 2023-12-21T05:10:12.264783+0000 mgr.smithi086.vbfnjc (mgr.14182) 1302 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:13.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:13 smithi086 bash[26112]: audit 2023-12-21T05:10:12.408887+0000 mgr.smithi086.vbfnjc (mgr.14182) 1303 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:14.048 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:15.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:15 smithi086 bash[26112]: cluster 2023-12-21T05:10:14.265818+0000 mgr.smithi086.vbfnjc (mgr.14182) 1304 : 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-12-21T05:10:15.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:15 smithi105 bash[29232]: cluster 2023-12-21T05:10:14.265818+0000 mgr.smithi086.vbfnjc (mgr.14182) 1304 : 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-12-21T05:10:17.136 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:17.137 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:17.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:17 smithi086 bash[26112]: cluster 2023-12-21T05:10:16.267226+0000 mgr.smithi086.vbfnjc (mgr.14182) 1305 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:17.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:17 smithi105 bash[29232]: cluster 2023-12-21T05:10:16.267226+0000 mgr.smithi086.vbfnjc (mgr.14182) 1305 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:17.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:18.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:18 smithi105 bash[29232]: audit 2023-12-21T05:10:17.124060+0000 mgr.smithi086.vbfnjc (mgr.14182) 1306 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:18.746 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:18.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:18 smithi086 bash[26112]: audit 2023-12-21T05:10:17.124060+0000 mgr.smithi086.vbfnjc (mgr.14182) 1306 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:19.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:19 smithi105 bash[29232]: cluster 2023-12-21T05:10:18.268892+0000 mgr.smithi086.vbfnjc (mgr.14182) 1307 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:19.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:19 smithi086 bash[26112]: cluster 2023-12-21T05:10:18.268892+0000 mgr.smithi086.vbfnjc (mgr.14182) 1307 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:10:21.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:21 smithi086 bash[26112]: cluster 2023-12-21T05:10:20.270815+0000 mgr.smithi086.vbfnjc (mgr.14182) 1308 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:21.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:21 smithi105 bash[29232]: cluster 2023-12-21T05:10:20.270815+0000 mgr.smithi086.vbfnjc (mgr.14182) 1308 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:22.056 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:22.057 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:22.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:23.685 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:23.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:23 smithi086 bash[26112]: audit 2023-12-21T05:10:22.044128+0000 mgr.smithi086.vbfnjc (mgr.14182) 1309 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:23.697 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:23 smithi086 bash[26112]: cluster 2023-12-21T05:10:22.272277+0000 mgr.smithi086.vbfnjc (mgr.14182) 1310 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:23.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:23 smithi105 bash[29232]: audit 2023-12-21T05:10:22.044128+0000 mgr.smithi086.vbfnjc (mgr.14182) 1309 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:23.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:23 smithi105 bash[29232]: cluster 2023-12-21T05:10:22.272277+0000 mgr.smithi086.vbfnjc (mgr.14182) 1310 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:25.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:25 smithi086 bash[26112]: cluster 2023-12-21T05:10:24.274191+0000 mgr.smithi086.vbfnjc (mgr.14182) 1311 : cluster [DBG] pgmap v859: 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-12-21T05:10:25.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:25 smithi105 bash[29232]: cluster 2023-12-21T05:10:24.274191+0000 mgr.smithi086.vbfnjc (mgr.14182) 1311 : cluster [DBG] pgmap v859: 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-12-21T05:10:27.043 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:27.043 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:27.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:27 smithi086 bash[26112]: cluster 2023-12-21T05:10:26.275658+0000 mgr.smithi086.vbfnjc (mgr.14182) 1312 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2023-12-21T05:10:27.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:27.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:27 smithi105 bash[29232]: cluster 2023-12-21T05:10:26.275658+0000 mgr.smithi086.vbfnjc (mgr.14182) 1312 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 53 op/s 2023-12-21T05:10:28.714 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:28.727 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:28 smithi086 bash[26112]: audit 2023-12-21T05:10:27.035378+0000 mgr.smithi086.vbfnjc (mgr.14182) 1313 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:28.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:28 smithi105 bash[29232]: audit 2023-12-21T05:10:27.035378+0000 mgr.smithi086.vbfnjc (mgr.14182) 1313 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:29.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:29 smithi086 bash[26112]: cluster 2023-12-21T05:10:28.277303+0000 mgr.smithi086.vbfnjc (mgr.14182) 1314 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s 2023-12-21T05:10:29.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:29 smithi105 bash[29232]: cluster 2023-12-21T05:10:28.277303+0000 mgr.smithi086.vbfnjc (mgr.14182) 1314 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 0 B/s wr, 87 op/s 2023-12-21T05:10:31.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:31 smithi086 bash[26112]: cluster 2023-12-21T05:10:30.279106+0000 mgr.smithi086.vbfnjc (mgr.14182) 1315 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 95 op/s 2023-12-21T05:10:31.780 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:31.780 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:08:24.206193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.gvzrrc on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:31.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:31 smithi105 bash[29232]: cluster 2023-12-21T05:10:30.279106+0000 mgr.smithi086.vbfnjc (mgr.14182) 1315 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 95 op/s 2023-12-21T05:10:32.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:32.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:32 smithi086 bash[26112]: audit 2023-12-21T05:10:32.233676+0000 mon.smithi086 (mon.0) 982 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:10:32.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:32 smithi105 bash[29232]: audit 2023-12-21T05:10:32.233676+0000 mon.smithi086 (mon.0) 982 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:10:33.441 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:33.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:33 smithi086 bash[26112]: audit 2023-12-21T05:10:31.775596+0000 mgr.smithi086.vbfnjc (mgr.14182) 1316 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:33 smithi086 bash[26112]: cluster 2023-12-21T05:10:32.280183+0000 mgr.smithi086.vbfnjc (mgr.14182) 1317 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 95 op/s 2023-12-21T05:10:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:33 smithi086 bash[26112]: audit 2023-12-21T05:10:32.565521+0000 mon.smithi086 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:10:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:33 smithi086 bash[26112]: audit 2023-12-21T05:10:32.567503+0000 mon.smithi086 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:10:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:33 smithi086 bash[26112]: audit 2023-12-21T05:10:32.578333+0000 mon.smithi086 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:10:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:33 smithi086 bash[26112]: audit 2023-12-21T05:10:32.587224+0000 mon.smithi086 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:10:33.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:33 smithi086 bash[26112]: audit 2023-12-21T05:10:32.605768+0000 mon.smithi086 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:10:33.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:33 smithi105 bash[29232]: audit 2023-12-21T05:10:31.775596+0000 mgr.smithi086.vbfnjc (mgr.14182) 1316 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:33.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:33 smithi105 bash[29232]: cluster 2023-12-21T05:10:32.280183+0000 mgr.smithi086.vbfnjc (mgr.14182) 1317 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 95 op/s 2023-12-21T05:10:33.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:33 smithi105 bash[29232]: audit 2023-12-21T05:10:32.565521+0000 mon.smithi086 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:10:33.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:33 smithi105 bash[29232]: audit 2023-12-21T05:10:32.567503+0000 mon.smithi086 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:10:33.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:33 smithi105 bash[29232]: audit 2023-12-21T05:10:32.578333+0000 mon.smithi086 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:10:33.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:33 smithi105 bash[29232]: audit 2023-12-21T05:10:32.587224+0000 mon.smithi086 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:10:33.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:33 smithi105 bash[29232]: audit 2023-12-21T05:10:32.605768+0000 mon.smithi086 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:10:34.525 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:34 smithi086 bash[26112]: cluster 2023-12-21T05:10:32.579806+0000 mgr.smithi086.vbfnjc (mgr.14182) 1318 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2023-12-21T05:10:34.525 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:34 smithi086 bash[26112]: cephadm 2023-12-21T05:10:32.610193+0000 mgr.smithi086.vbfnjc (mgr.14182) 1319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.eeagzi on smithi105 2023-12-21T05:10:34.526 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:34 smithi086 bash[26112]: cluster 2023-12-21T05:10:33.574750+0000 mon.smithi086 (mon.0) 988 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:10:34.526 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:34 smithi086 bash[26112]: cluster 2023-12-21T05:10:33.574820+0000 mon.smithi086 (mon.0) 989 : cluster [INF] Cluster is now healthy 2023-12-21T05:10:34.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:34 smithi105 bash[29232]: cluster 2023-12-21T05:10:32.579806+0000 mgr.smithi086.vbfnjc (mgr.14182) 1318 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 110 op/s 2023-12-21T05:10:34.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:34 smithi105 bash[29232]: cephadm 2023-12-21T05:10:32.610193+0000 mgr.smithi086.vbfnjc (mgr.14182) 1319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.eeagzi on smithi105 2023-12-21T05:10:34.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:34 smithi105 bash[29232]: cluster 2023-12-21T05:10:33.574750+0000 mon.smithi086 (mon.0) 988 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:10:34.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:34 smithi105 bash[29232]: cluster 2023-12-21T05:10:33.574820+0000 mon.smithi086 (mon.0) 989 : cluster [INF] Cluster is now healthy 2023-12-21T05:10:36.583 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:36.583 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:28.355284Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.hwkkem on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-hwkkem\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.hwkkem\nDeploy daemon haproxy.nfs.foo.smithi105.hwkkem ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.220705Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.vjxqgk on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-vjxqgk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.vjxqgk\nDeploy daemon haproxy.nfs.foo.smithi086.vjxqgk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:09:32.225346Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.eqzeei on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:36.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:36 smithi105 bash[29232]: cluster 2023-12-21T05:10:34.581444+0000 mgr.smithi086.vbfnjc (mgr.14182) 1320 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 90 op/s 2023-12-21T05:10:36.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:36 smithi105 bash[29232]: audit 2023-12-21T05:10:36.416857+0000 mon.smithi086 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.eeagzi"}]: dispatch 2023-12-21T05:10:36.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:36 smithi086 bash[26112]: cluster 2023-12-21T05:10:34.581444+0000 mgr.smithi086.vbfnjc (mgr.14182) 1320 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 90 op/s 2023-12-21T05:10:36.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:36 smithi086 bash[26112]: audit 2023-12-21T05:10:36.416857+0000 mon.smithi086 (mon.0) 990 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.eeagzi"}]: dispatch 2023-12-21T05:10:37.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:37.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: cephadm 2023-12-21T05:10:36.415761+0000 mgr.smithi086.vbfnjc (mgr.14182) 1321 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:37.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.eeagzi ... 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:37.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.eeagzi ... 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: cephadm 2023-12-21T05:10:36.416233+0000 mgr.smithi086.vbfnjc (mgr.14182) 1322 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: cephadm 2023-12-21T05:10:36.418265+0000 mgr.smithi086.vbfnjc (mgr.14182) 1323 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.eeagzi ... 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:37 smithi086 bash[26112]: cephadm 2023-12-21T05:10:36.421059+0000 mgr.smithi086.vbfnjc (mgr.14182) 1324 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.gehusw on smithi086 2023-12-21T05:10:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: cephadm 2023-12-21T05:10:36.415761+0000 mgr.smithi086.vbfnjc (mgr.14182) 1321 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.eeagzi ... 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.eeagzi ... 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: cephadm 2023-12-21T05:10:36.416233+0000 mgr.smithi086.vbfnjc (mgr.14182) 1322 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: cephadm 2023-12-21T05:10:36.418265+0000 mgr.smithi086.vbfnjc (mgr.14182) 1323 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:37.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi 2023-12-21T05:10:37.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.eeagzi ... 2023-12-21T05:10:37.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:37.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:37.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:37.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:37.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:37 smithi105 bash[29232]: cephadm 2023-12-21T05:10:36.421059+0000 mgr.smithi086.vbfnjc (mgr.14182) 1324 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.gehusw on smithi086 2023-12-21T05:10:38.274 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:38.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:38 smithi086 bash[26112]: audit 2023-12-21T05:10:36.572673+0000 mgr.smithi086.vbfnjc (mgr.14182) 1325 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:38.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:38 smithi086 bash[26112]: cluster 2023-12-21T05:10:36.582686+0000 mgr.smithi086.vbfnjc (mgr.14182) 1326 : cluster [DBG] pgmap v866: 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-12-21T05:10:38.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:38 smithi105 bash[29232]: audit 2023-12-21T05:10:36.572673+0000 mgr.smithi086.vbfnjc (mgr.14182) 1325 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:38.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:38 smithi105 bash[29232]: cluster 2023-12-21T05:10:36.582686+0000 mgr.smithi086.vbfnjc (mgr.14182) 1326 : cluster [DBG] pgmap v866: 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-12-21T05:10:40.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:40 smithi086 bash[26112]: cluster 2023-12-21T05:10:38.584111+0000 mgr.smithi086.vbfnjc (mgr.14182) 1327 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 9 op/s 2023-12-21T05:10:40.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:40 smithi105 bash[29232]: cluster 2023-12-21T05:10:38.584111+0000 mgr.smithi086.vbfnjc (mgr.14182) 1327 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 9 op/s 2023-12-21T05:10:41.639 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:41.639 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: cephadm 2023-12-21T05:10:40.541235+0000 mgr.smithi086.vbfnjc (mgr.14182) 1328 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.gehusw ... 2023-12-21T05:10:41.712 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.713 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.gehusw ... 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: cephadm 2023-12-21T05:10:40.541688+0000 mgr.smithi086.vbfnjc (mgr.14182) 1329 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: audit 2023-12-21T05:10:40.542348+0000 mon.smithi086 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.gehusw"}]: dispatch 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: cephadm 2023-12-21T05:10:40.543748+0000 mgr.smithi086.vbfnjc (mgr.14182) 1330 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.714 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.gehusw ... 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: cephadm 2023-12-21T05:10:40.547843+0000 mgr.smithi086.vbfnjc (mgr.14182) 1331 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: cephadm 2023-12-21T05:10:40.550675+0000 mgr.smithi086.vbfnjc (mgr.14182) 1332 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: cluster 2023-12-21T05:10:40.552607+0000 mgr.smithi086.vbfnjc (mgr.14182) 1333 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:10:41.715 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:41 smithi086 bash[26112]: audit 2023-12-21T05:10:41.041853+0000 mon.smithi086 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:10:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: cephadm 2023-12-21T05:10:40.541235+0000 mgr.smithi086.vbfnjc (mgr.14182) 1328 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.gehusw ... 2023-12-21T05:10:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.gehusw ... 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: cephadm 2023-12-21T05:10:40.541688+0000 mgr.smithi086.vbfnjc (mgr.14182) 1329 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: audit 2023-12-21T05:10:40.542348+0000 mon.smithi086 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.gehusw"}]: dispatch 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: cephadm 2023-12-21T05:10:40.543748+0000 mgr.smithi086.vbfnjc (mgr.14182) 1330 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.gehusw ... 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: cephadm 2023-12-21T05:10:40.547843+0000 mgr.smithi086.vbfnjc (mgr.14182) 1331 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:10:41.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: cephadm 2023-12-21T05:10:40.550675+0000 mgr.smithi086.vbfnjc (mgr.14182) 1332 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:10:41.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: cluster 2023-12-21T05:10:40.552607+0000 mgr.smithi086.vbfnjc (mgr.14182) 1333 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:10:41.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:41 smithi105 bash[29232]: audit 2023-12-21T05:10:41.041853+0000 mon.smithi086 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:10:42.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:42.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:42 smithi086 bash[26112]: cluster 2023-12-21T05:10:41.447257+0000 mon.smithi086 (mon.0) 993 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:10:42.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:42 smithi105 bash[29232]: cluster 2023-12-21T05:10:41.447257+0000 mon.smithi086 (mon.0) 993 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:10:43.254 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:43.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:43 smithi086 bash[26112]: audit 2023-12-21T05:10:41.626504+0000 mgr.smithi086.vbfnjc (mgr.14182) 1334 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:43.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:43 smithi086 bash[26112]: cluster 2023-12-21T05:10:42.554220+0000 mgr.smithi086.vbfnjc (mgr.14182) 1335 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:10:43.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:43 smithi105 bash[29232]: audit 2023-12-21T05:10:41.626504+0000 mgr.smithi086.vbfnjc (mgr.14182) 1334 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:43.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:43 smithi105 bash[29232]: cluster 2023-12-21T05:10:42.554220+0000 mgr.smithi086.vbfnjc (mgr.14182) 1335 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:10:44.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:44 smithi105 bash[29232]: cluster 2023-12-21T05:10:44.556066+0000 mgr.smithi086.vbfnjc (mgr.14182) 1336 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:45.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:44 smithi086 bash[26112]: cluster 2023-12-21T05:10:44.556066+0000 mgr.smithi086.vbfnjc (mgr.14182) 1336 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:46.432 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:46.432 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:46.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:46 smithi086 bash[26112]: audit 2023-12-21T05:10:46.419758+0000 mgr.smithi086.vbfnjc (mgr.14182) 1337 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:46.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:46 smithi086 bash[26112]: cluster 2023-12-21T05:10:46.556918+0000 mgr.smithi086.vbfnjc (mgr.14182) 1338 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:46.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:46 smithi105 bash[29232]: audit 2023-12-21T05:10:46.419758+0000 mgr.smithi086.vbfnjc (mgr.14182) 1337 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:46.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:46 smithi105 bash[29232]: cluster 2023-12-21T05:10:46.556918+0000 mgr.smithi086.vbfnjc (mgr.14182) 1338 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:47.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:48.115 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:49.372 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:49 smithi086 bash[26112]: cluster 2023-12-21T05:10:48.558591+0000 mgr.smithi086.vbfnjc (mgr.14182) 1339 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:10:49.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:49 smithi105 bash[29232]: cluster 2023-12-21T05:10:48.558591+0000 mgr.smithi086.vbfnjc (mgr.14182) 1339 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:10:51.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:50 smithi086 bash[26112]: cluster 2023-12-21T05:10:50.559564+0000 mgr.smithi086.vbfnjc (mgr.14182) 1340 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:51.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:50 smithi105 bash[29232]: cluster 2023-12-21T05:10:50.559564+0000 mgr.smithi086.vbfnjc (mgr.14182) 1340 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:51.157 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:51.157 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:51.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:52.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:51 smithi086 bash[26112]: audit 2023-12-21T05:10:51.152312+0000 mgr.smithi086.vbfnjc (mgr.14182) 1341 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:52.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:51 smithi105 bash[29232]: audit 2023-12-21T05:10:51.152312+0000 mgr.smithi086.vbfnjc (mgr.14182) 1341 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:52.839 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:54.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:54 smithi086 bash[26112]: cluster 2023-12-21T05:10:52.561419+0000 mgr.smithi086.vbfnjc (mgr.14182) 1342 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:54.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:54 smithi105 bash[29232]: cluster 2023-12-21T05:10:52.561419+0000 mgr.smithi086.vbfnjc (mgr.14182) 1342 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:55.929 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:10:55.930 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:10:56.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:56 smithi086 bash[26112]: cluster 2023-12-21T05:10:54.563040+0000 mgr.smithi086.vbfnjc (mgr.14182) 1343 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:56.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:10:56.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:56 smithi105 bash[29232]: cluster 2023-12-21T05:10:54.563040+0000 mgr.smithi086.vbfnjc (mgr.14182) 1343 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:57.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:57 smithi086 bash[26112]: audit 2023-12-21T05:10:55.924946+0000 mgr.smithi086.vbfnjc (mgr.14182) 1344 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:57.577 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:10:57.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:57 smithi105 bash[29232]: audit 2023-12-21T05:10:55.924946+0000 mgr.smithi086.vbfnjc (mgr.14182) 1344 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:10:58.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:10:58 smithi086 bash[26112]: cluster 2023-12-21T05:10:56.564213+0000 mgr.smithi086.vbfnjc (mgr.14182) 1345 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:10:58.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:10:58 smithi105 bash[29232]: cluster 2023-12-21T05:10:56.564213+0000 mgr.smithi086.vbfnjc (mgr.14182) 1345 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:00.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:00 smithi086 bash[26112]: cluster 2023-12-21T05:10:58.565680+0000 mgr.smithi086.vbfnjc (mgr.14182) 1346 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:00.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:00 smithi105 bash[29232]: cluster 2023-12-21T05:10:58.565680+0000 mgr.smithi086.vbfnjc (mgr.14182) 1346 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:00.761 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:00.761 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:01.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:02.387 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:02.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:02 smithi105 bash[29232]: cluster 2023-12-21T05:11:00.566601+0000 mgr.smithi086.vbfnjc (mgr.14182) 1347 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:02.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:02 smithi105 bash[29232]: audit 2023-12-21T05:11:00.756956+0000 mgr.smithi086.vbfnjc (mgr.14182) 1348 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:02.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:02 smithi086 bash[26112]: cluster 2023-12-21T05:11:00.566601+0000 mgr.smithi086.vbfnjc (mgr.14182) 1347 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:02.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:02 smithi086 bash[26112]: audit 2023-12-21T05:11:00.756956+0000 mgr.smithi086.vbfnjc (mgr.14182) 1348 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:04.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:04 smithi105 bash[29232]: cluster 2023-12-21T05:11:02.567553+0000 mgr.smithi086.vbfnjc (mgr.14182) 1349 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:04.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:04 smithi086 bash[26112]: cluster 2023-12-21T05:11:02.567553+0000 mgr.smithi086.vbfnjc (mgr.14182) 1349 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:05.621 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:05.621 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:06.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:06.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:06 smithi086 bash[26112]: cluster 2023-12-21T05:11:04.569198+0000 mgr.smithi086.vbfnjc (mgr.14182) 1350 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:06.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:06 smithi105 bash[29232]: cluster 2023-12-21T05:11:04.569198+0000 mgr.smithi086.vbfnjc (mgr.14182) 1350 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:07.229 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:07.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:07 smithi086 bash[26112]: audit 2023-12-21T05:11:05.614718+0000 mgr.smithi086.vbfnjc (mgr.14182) 1351 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:07.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:07 smithi105 bash[29232]: audit 2023-12-21T05:11:05.614718+0000 mgr.smithi086.vbfnjc (mgr.14182) 1351 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:08.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:08 smithi086 bash[26112]: cluster 2023-12-21T05:11:06.570657+0000 mgr.smithi086.vbfnjc (mgr.14182) 1352 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-21T05:11:08.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:08 smithi105 bash[29232]: cluster 2023-12-21T05:11:06.570657+0000 mgr.smithi086.vbfnjc (mgr.14182) 1352 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-12-21T05:11:10.476 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:10.476 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:10.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:10 smithi086 bash[26112]: cluster 2023-12-21T05:11:08.572388+0000 mgr.smithi086.vbfnjc (mgr.14182) 1353 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-21T05:11:10.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:10 smithi105 bash[29232]: cluster 2023-12-21T05:11:08.572388+0000 mgr.smithi086.vbfnjc (mgr.14182) 1353 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2023-12-21T05:11:11.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:11.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:11 smithi086 bash[26112]: audit 2023-12-21T05:11:10.464191+0000 mgr.smithi086.vbfnjc (mgr.14182) 1354 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:11.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:11 smithi105 bash[29232]: audit 2023-12-21T05:11:10.464191+0000 mgr.smithi086.vbfnjc (mgr.14182) 1354 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:12.109 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:12.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:12 smithi086 bash[26112]: cluster 2023-12-21T05:11:10.573778+0000 mgr.smithi086.vbfnjc (mgr.14182) 1355 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:11:12.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:12 smithi105 bash[29232]: cluster 2023-12-21T05:11:10.573778+0000 mgr.smithi086.vbfnjc (mgr.14182) 1355 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:11:14.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:14 smithi105 bash[29232]: cluster 2023-12-21T05:11:12.575227+0000 mgr.smithi086.vbfnjc (mgr.14182) 1356 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:11:14.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:14 smithi086 bash[26112]: cluster 2023-12-21T05:11:12.575227+0000 mgr.smithi086.vbfnjc (mgr.14182) 1356 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:11:15.335 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:15.336 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:15.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:16.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:16 smithi105 bash[29232]: cluster 2023-12-21T05:11:14.577107+0000 mgr.smithi086.vbfnjc (mgr.14182) 1357 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:11:16.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:16 smithi105 bash[29232]: audit 2023-12-21T05:11:15.325806+0000 mgr.smithi086.vbfnjc (mgr.14182) 1358 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:16.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:16 smithi086 bash[26112]: cluster 2023-12-21T05:11:14.577107+0000 mgr.smithi086.vbfnjc (mgr.14182) 1357 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:11:16.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:16 smithi086 bash[26112]: audit 2023-12-21T05:11:15.325806+0000 mgr.smithi086.vbfnjc (mgr.14182) 1358 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:16.942 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:18.358 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:18 smithi086 bash[26112]: cluster 2023-12-21T05:11:16.578605+0000 mgr.smithi086.vbfnjc (mgr.14182) 1359 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:11:18.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:18 smithi105 bash[29232]: cluster 2023-12-21T05:11:16.578605+0000 mgr.smithi086.vbfnjc (mgr.14182) 1359 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-21T05:11:20.143 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:20.143 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:20.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:20 smithi086 bash[26112]: cluster 2023-12-21T05:11:18.580304+0000 mgr.smithi086.vbfnjc (mgr.14182) 1360 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-21T05:11:20.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:20 smithi105 bash[29232]: cluster 2023-12-21T05:11:18.580304+0000 mgr.smithi086.vbfnjc (mgr.14182) 1360 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 0 B/s wr, 4 op/s 2023-12-21T05:11:20.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:21.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:21 smithi105 bash[29232]: audit 2023-12-21T05:11:20.130037+0000 mgr.smithi086.vbfnjc (mgr.14182) 1361 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:21.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:21 smithi086 bash[26112]: audit 2023-12-21T05:11:20.130037+0000 mgr.smithi086.vbfnjc (mgr.14182) 1361 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:21.798 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:22.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:22 smithi105 bash[29232]: cluster 2023-12-21T05:11:20.581685+0000 mgr.smithi086.vbfnjc (mgr.14182) 1362 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-12-21T05:11:22.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:22 smithi086 bash[26112]: cluster 2023-12-21T05:11:20.581685+0000 mgr.smithi086.vbfnjc (mgr.14182) 1362 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-12-21T05:11:24.541 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:24 smithi086 bash[26112]: cluster 2023-12-21T05:11:22.583243+0000 mgr.smithi086.vbfnjc (mgr.14182) 1363 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:24.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:24 smithi105 bash[29232]: cluster 2023-12-21T05:11:22.583243+0000 mgr.smithi086.vbfnjc (mgr.14182) 1363 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:24.907 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:24.907 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:25.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:26.586 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:26.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:26 smithi105 bash[29232]: cluster 2023-12-21T05:11:24.584783+0000 mgr.smithi086.vbfnjc (mgr.14182) 1364 : 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-12-21T05:11:26.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:26 smithi105 bash[29232]: audit 2023-12-21T05:11:24.894555+0000 mgr.smithi086.vbfnjc (mgr.14182) 1365 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:26.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:26 smithi086 bash[26112]: cluster 2023-12-21T05:11:24.584783+0000 mgr.smithi086.vbfnjc (mgr.14182) 1364 : 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-12-21T05:11:26.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:26 smithi086 bash[26112]: audit 2023-12-21T05:11:24.894555+0000 mgr.smithi086.vbfnjc (mgr.14182) 1365 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:28.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:28 smithi105 bash[29232]: cluster 2023-12-21T05:11:26.586218+0000 mgr.smithi086.vbfnjc (mgr.14182) 1366 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:28.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:28 smithi086 bash[26112]: cluster 2023-12-21T05:11:26.586218+0000 mgr.smithi086.vbfnjc (mgr.14182) 1366 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:29.815 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:29.815 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:30.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:30.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:30 smithi105 bash[29232]: cluster 2023-12-21T05:11:28.587534+0000 mgr.smithi086.vbfnjc (mgr.14182) 1367 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:30.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:30 smithi086 bash[26112]: cluster 2023-12-21T05:11:28.587534+0000 mgr.smithi086.vbfnjc (mgr.14182) 1367 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:31.480 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:31.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:31 smithi086 bash[26112]: audit 2023-12-21T05:11:29.803569+0000 mgr.smithi086.vbfnjc (mgr.14182) 1368 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:31.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:31 smithi105 bash[29232]: audit 2023-12-21T05:11:29.803569+0000 mgr.smithi086.vbfnjc (mgr.14182) 1368 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:32.637 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:32 smithi086 bash[26112]: cluster 2023-12-21T05:11:30.589271+0000 mgr.smithi086.vbfnjc (mgr.14182) 1369 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:32.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:32 smithi105 bash[29232]: cluster 2023-12-21T05:11:30.589271+0000 mgr.smithi086.vbfnjc (mgr.14182) 1369 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:34.555 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:34.555 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:34.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:34 smithi086 bash[26112]: cluster 2023-12-21T05:11:32.590459+0000 mgr.smithi086.vbfnjc (mgr.14182) 1370 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:34.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:34 smithi105 bash[29232]: cluster 2023-12-21T05:11:32.590459+0000 mgr.smithi086.vbfnjc (mgr.14182) 1370 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:35.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:35.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:35 smithi086 bash[26112]: audit 2023-12-21T05:11:34.544896+0000 mgr.smithi086.vbfnjc (mgr.14182) 1371 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:35.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:35 smithi105 bash[29232]: audit 2023-12-21T05:11:34.544896+0000 mgr.smithi086.vbfnjc (mgr.14182) 1371 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:36.232 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:36.506 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:36 smithi086 bash[26112]: cluster 2023-12-21T05:11:34.592167+0000 mgr.smithi086.vbfnjc (mgr.14182) 1372 : 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-12-21T05:11:36.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:36 smithi105 bash[29232]: cluster 2023-12-21T05:11:34.592167+0000 mgr.smithi086.vbfnjc (mgr.14182) 1372 : 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-12-21T05:11:38.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:38 smithi086 bash[26112]: cluster 2023-12-21T05:11:36.593872+0000 mgr.smithi086.vbfnjc (mgr.14182) 1373 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:38.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:38 smithi105 bash[29232]: cluster 2023-12-21T05:11:36.593872+0000 mgr.smithi086.vbfnjc (mgr.14182) 1373 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:11:39.395 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:39.395 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:39.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:40.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:40 smithi086 bash[26112]: cluster 2023-12-21T05:11:38.595694+0000 mgr.smithi086.vbfnjc (mgr.14182) 1374 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:40.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:40 smithi086 bash[26112]: audit 2023-12-21T05:11:39.382574+0000 mgr.smithi086.vbfnjc (mgr.14182) 1375 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:40.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:40 smithi105 bash[29232]: cluster 2023-12-21T05:11:38.595694+0000 mgr.smithi086.vbfnjc (mgr.14182) 1374 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:11:40.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:40 smithi105 bash[29232]: audit 2023-12-21T05:11:39.382574+0000 mgr.smithi086.vbfnjc (mgr.14182) 1375 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:40.981 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:41.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:41 smithi086 bash[26112]: audit 2023-12-21T05:11:40.555808+0000 mon.smithi086 (mon.0) 994 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:11:41.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:41 smithi086 bash[26112]: audit 2023-12-21T05:11:40.883307+0000 mon.smithi086 (mon.0) 995 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:11:41.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:41 smithi086 bash[26112]: audit 2023-12-21T05:11:40.884568+0000 mon.smithi086 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:11:41.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:41 smithi086 bash[26112]: audit 2023-12-21T05:11:40.890734+0000 mon.smithi086 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:11:41.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:41 smithi086 bash[26112]: audit 2023-12-21T05:11:40.897799+0000 mon.smithi086 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:11:41.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:41 smithi086 bash[26112]: audit 2023-12-21T05:11:40.910831+0000 mon.smithi086 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:11:41.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:41 smithi105 bash[29232]: audit 2023-12-21T05:11:40.555808+0000 mon.smithi086 (mon.0) 994 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:11:41.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:41 smithi105 bash[29232]: audit 2023-12-21T05:11:40.883307+0000 mon.smithi086 (mon.0) 995 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:11:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:41 smithi105 bash[29232]: audit 2023-12-21T05:11:40.884568+0000 mon.smithi086 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:11:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:41 smithi105 bash[29232]: audit 2023-12-21T05:11:40.890734+0000 mon.smithi086 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:11:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:41 smithi105 bash[29232]: audit 2023-12-21T05:11:40.897799+0000 mon.smithi086 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:11:41.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:41 smithi105 bash[29232]: audit 2023-12-21T05:11:40.910831+0000 mon.smithi086 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:11:42.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:42 smithi086 bash[26112]: cluster 2023-12-21T05:11:40.597169+0000 mgr.smithi086.vbfnjc (mgr.14182) 1376 : 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-12-21T05:11:42.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:42 smithi086 bash[26112]: cluster 2023-12-21T05:11:40.891666+0000 mgr.smithi086.vbfnjc (mgr.14182) 1377 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:11:42.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:42 smithi086 bash[26112]: cephadm 2023-12-21T05:11:40.913760+0000 mgr.smithi086.vbfnjc (mgr.14182) 1378 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.fivffm on smithi105 2023-12-21T05:11:42.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:42 smithi086 bash[26112]: cluster 2023-12-21T05:11:41.406854+0000 mon.smithi086 (mon.0) 1000 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:11:42.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:42 smithi086 bash[26112]: cluster 2023-12-21T05:11:41.406934+0000 mon.smithi086 (mon.0) 1001 : cluster [INF] Cluster is now healthy 2023-12-21T05:11:42.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:42 smithi105 bash[29232]: cluster 2023-12-21T05:11:40.597169+0000 mgr.smithi086.vbfnjc (mgr.14182) 1376 : 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-12-21T05:11:42.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:42 smithi105 bash[29232]: cluster 2023-12-21T05:11:40.891666+0000 mgr.smithi086.vbfnjc (mgr.14182) 1377 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:11:42.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:42 smithi105 bash[29232]: cephadm 2023-12-21T05:11:40.913760+0000 mgr.smithi086.vbfnjc (mgr.14182) 1378 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.fivffm on smithi105 2023-12-21T05:11:42.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:42 smithi105 bash[29232]: cluster 2023-12-21T05:11:41.406854+0000 mon.smithi086 (mon.0) 1000 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:11:42.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:42 smithi105 bash[29232]: cluster 2023-12-21T05:11:41.406934+0000 mon.smithi086 (mon.0) 1001 : cluster [INF] Cluster is now healthy 2023-12-21T05:11:44.204 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:44.204 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:09:32.229255Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.tlcbmm on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:36.418108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.eeagzi on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-eeagzi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.eeagzi\nDeploy daemon haproxy.nfs.foo.smithi105.eeagzi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.543487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.gehusw on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-gehusw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.gehusw\nDeploy daemon haproxy.nfs.foo.smithi086.gehusw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:10:40.547677Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.ibqefd on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:44.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:44 smithi105 bash[29232]: cluster 2023-12-21T05:11:42.893024+0000 mgr.smithi086.vbfnjc (mgr.14182) 1379 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:11:44.704 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:44 smithi086 bash[26112]: cluster 2023-12-21T05:11:42.893024+0000 mgr.smithi086.vbfnjc (mgr.14182) 1379 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:11:44.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:45.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:45 smithi086 bash[26112]: audit 2023-12-21T05:11:44.194874+0000 mgr.smithi086.vbfnjc (mgr.14182) 1380 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:45.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:45 smithi086 bash[26112]: audit 2023-12-21T05:11:44.706364+0000 mon.smithi086 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.fivffm"}]: dispatch 2023-12-21T05:11:45.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:45 smithi105 bash[29232]: audit 2023-12-21T05:11:44.194874+0000 mgr.smithi086.vbfnjc (mgr.14182) 1380 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:45.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:45 smithi105 bash[29232]: audit 2023-12-21T05:11:44.706364+0000 mon.smithi086 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.fivffm"}]: dispatch 2023-12-21T05:11:45.808 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:46.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: cephadm 2023-12-21T05:11:44.705176+0000 mgr.smithi086.vbfnjc (mgr.14182) 1381 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:46.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:46.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.fivffm ... 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.fivffm ... 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: cephadm 2023-12-21T05:11:44.705680+0000 mgr.smithi086.vbfnjc (mgr.14182) 1382 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: cephadm 2023-12-21T05:11:44.708056+0000 mgr.smithi086.vbfnjc (mgr.14182) 1383 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.fivffm ... 2023-12-21T05:11:46.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:46.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:46.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:46.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: cephadm 2023-12-21T05:11:44.713136+0000 mgr.smithi086.vbfnjc (mgr.14182) 1384 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.tiwfes on smithi086 2023-12-21T05:11:46.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:46 smithi086 bash[26112]: cluster 2023-12-21T05:11:44.894829+0000 mgr.smithi086.vbfnjc (mgr.14182) 1385 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: cephadm 2023-12-21T05:11:44.705176+0000 mgr.smithi086.vbfnjc (mgr.14182) 1381 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.fivffm ... 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:46.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.fivffm ... 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: cephadm 2023-12-21T05:11:44.705680+0000 mgr.smithi086.vbfnjc (mgr.14182) 1382 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: cephadm 2023-12-21T05:11:44.708056+0000 mgr.smithi086.vbfnjc (mgr.14182) 1383 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.fivffm ... 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:46.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:46.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: cephadm 2023-12-21T05:11:44.713136+0000 mgr.smithi086.vbfnjc (mgr.14182) 1384 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.tiwfes on smithi086 2023-12-21T05:11:46.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:46 smithi105 bash[29232]: cluster 2023-12-21T05:11:44.894829+0000 mgr.smithi086.vbfnjc (mgr.14182) 1385 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:11:48.445 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:48 smithi086 bash[26112]: cluster 2023-12-21T05:11:46.895809+0000 mgr.smithi086.vbfnjc (mgr.14182) 1386 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:11:48.446 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:48 smithi086 bash[26112]: audit 2023-12-21T05:11:47.946756+0000 mon.smithi086 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:11:48.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:48 smithi105 bash[29232]: cluster 2023-12-21T05:11:46.895809+0000 mgr.smithi086.vbfnjc (mgr.14182) 1386 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-12-21T05:11:48.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:48 smithi105 bash[29232]: audit 2023-12-21T05:11:47.946756+0000 mon.smithi086 (mon.0) 1003 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:11:49.316 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:49.316 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:49.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:49 smithi086 bash[26112]: audit 2023-12-21T05:11:48.774435+0000 mon.smithi086 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.tiwfes"}]: dispatch 2023-12-21T05:11:49.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:49 smithi105 bash[29232]: audit 2023-12-21T05:11:48.774435+0000 mon.smithi086 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.tiwfes"}]: dispatch 2023-12-21T05:11:50.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:50.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: cephadm 2023-12-21T05:11:48.773250+0000 mgr.smithi086.vbfnjc (mgr.14182) 1387 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:50.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.tiwfes ... 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.tiwfes ... 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: cephadm 2023-12-21T05:11:48.773750+0000 mgr.smithi086.vbfnjc (mgr.14182) 1388 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: cephadm 2023-12-21T05:11:48.775811+0000 mgr.smithi086.vbfnjc (mgr.14182) 1389 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:50.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.tiwfes ... 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: cephadm 2023-12-21T05:11:48.780172+0000 mgr.smithi086.vbfnjc (mgr.14182) 1390 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: cephadm 2023-12-21T05:11:48.784179+0000 mgr.smithi086.vbfnjc (mgr.14182) 1391 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: cluster 2023-12-21T05:11:48.786434+0000 mgr.smithi086.vbfnjc (mgr.14182) 1392 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:11:50.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: audit 2023-12-21T05:11:49.311785+0000 mgr.smithi086.vbfnjc (mgr.14182) 1393 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:50.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:50 smithi086 bash[26112]: cluster 2023-12-21T05:11:49.445046+0000 mon.smithi086 (mon.0) 1005 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: cephadm 2023-12-21T05:11:48.773250+0000 mgr.smithi086.vbfnjc (mgr.14182) 1387 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.tiwfes ... 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:50.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:50.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.tiwfes ... 2023-12-21T05:11:50.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:50.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:50.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:50.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: cephadm 2023-12-21T05:11:48.773750+0000 mgr.smithi086.vbfnjc (mgr.14182) 1388 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: cephadm 2023-12-21T05:11:48.775811+0000 mgr.smithi086.vbfnjc (mgr.14182) 1389 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.tiwfes ... 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:11:50.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:11:50.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: cephadm 2023-12-21T05:11:48.780172+0000 mgr.smithi086.vbfnjc (mgr.14182) 1390 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:11:50.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: cephadm 2023-12-21T05:11:48.784179+0000 mgr.smithi086.vbfnjc (mgr.14182) 1391 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:11:50.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: cluster 2023-12-21T05:11:48.786434+0000 mgr.smithi086.vbfnjc (mgr.14182) 1392 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:11:50.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: audit 2023-12-21T05:11:49.311785+0000 mgr.smithi086.vbfnjc (mgr.14182) 1393 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:50.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:50 smithi105 bash[29232]: cluster 2023-12-21T05:11:49.445046+0000 mon.smithi086 (mon.0) 1005 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:11:51.021 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:52.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:52 smithi105 bash[29232]: cluster 2023-12-21T05:11:50.788274+0000 mgr.smithi086.vbfnjc (mgr.14182) 1394 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:11:52.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:52 smithi105 bash[29232]: audit 2023-12-21T05:11:51.103435+0000 mon.smithi086 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:11:52.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:52 smithi086 bash[26112]: cluster 2023-12-21T05:11:50.788274+0000 mgr.smithi086.vbfnjc (mgr.14182) 1394 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:11:52.456 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:52 smithi086 bash[26112]: audit 2023-12-21T05:11:51.103435+0000 mon.smithi086 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:11:54.232 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:54.232 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:54.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:54 smithi086 bash[26112]: cluster 2023-12-21T05:11:52.789987+0000 mgr.smithi086.vbfnjc (mgr.14182) 1395 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:11:54.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:54 smithi105 bash[29232]: cluster 2023-12-21T05:11:52.789987+0000 mgr.smithi086.vbfnjc (mgr.14182) 1395 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:11:54.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:11:55.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:55 smithi086 bash[26112]: audit 2023-12-21T05:11:54.219940+0000 mgr.smithi086.vbfnjc (mgr.14182) 1396 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:55.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:55 smithi105 bash[29232]: audit 2023-12-21T05:11:54.219940+0000 mgr.smithi086.vbfnjc (mgr.14182) 1396 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:11:55.914 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:11:56.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:56 smithi105 bash[29232]: cluster 2023-12-21T05:11:54.791932+0000 mgr.smithi086.vbfnjc (mgr.14182) 1397 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:11:56.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:56 smithi086 bash[26112]: cluster 2023-12-21T05:11:54.791932+0000 mgr.smithi086.vbfnjc (mgr.14182) 1397 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:11:58.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:11:58 smithi105 bash[29232]: cluster 2023-12-21T05:11:56.793483+0000 mgr.smithi086.vbfnjc (mgr.14182) 1398 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:11:58.656 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:11:58 smithi086 bash[26112]: cluster 2023-12-21T05:11:56.793483+0000 mgr.smithi086.vbfnjc (mgr.14182) 1398 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-12-21T05:11:59.093 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:11:59.094 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:11:59.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:00.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:00 smithi105 bash[29232]: cluster 2023-12-21T05:11:58.794856+0000 mgr.smithi086.vbfnjc (mgr.14182) 1399 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:12:00.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:00 smithi105 bash[29232]: audit 2023-12-21T05:11:59.081844+0000 mgr.smithi086.vbfnjc (mgr.14182) 1400 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:00.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:00 smithi086 bash[26112]: cluster 2023-12-21T05:11:58.794856+0000 mgr.smithi086.vbfnjc (mgr.14182) 1399 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-12-21T05:12:00.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:00 smithi086 bash[26112]: audit 2023-12-21T05:11:59.081844+0000 mgr.smithi086.vbfnjc (mgr.14182) 1400 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:00.808 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:02.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:02 smithi105 bash[29232]: cluster 2023-12-21T05:12:00.796650+0000 mgr.smithi086.vbfnjc (mgr.14182) 1401 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:02.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:02 smithi086 bash[26112]: cluster 2023-12-21T05:12:00.796650+0000 mgr.smithi086.vbfnjc (mgr.14182) 1401 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:04.049 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:04.049 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:04.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:03 smithi086 bash[26112]: cluster 2023-12-21T05:12:02.798311+0000 mgr.smithi086.vbfnjc (mgr.14182) 1402 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:04.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:03 smithi086 bash[26112]: audit 2023-12-21T05:12:02.945986+0000 mon.smithi086 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:12:04.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:03 smithi105 bash[29232]: cluster 2023-12-21T05:12:02.798311+0000 mgr.smithi086.vbfnjc (mgr.14182) 1402 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:04.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:03 smithi105 bash[29232]: audit 2023-12-21T05:12:02.945986+0000 mon.smithi086 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:12:04.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:05.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:04 smithi086 bash[26112]: audit 2023-12-21T05:12:04.039602+0000 mgr.smithi086.vbfnjc (mgr.14182) 1403 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:05.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:04 smithi105 bash[29232]: audit 2023-12-21T05:12:04.039602+0000 mgr.smithi086.vbfnjc (mgr.14182) 1403 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:05.734 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:06.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:05 smithi086 bash[26112]: cluster 2023-12-21T05:12:04.800058+0000 mgr.smithi086.vbfnjc (mgr.14182) 1404 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:06.122 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:05 smithi105 bash[29232]: cluster 2023-12-21T05:12:04.800058+0000 mgr.smithi086.vbfnjc (mgr.14182) 1404 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:08.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:07 smithi086 bash[26112]: cluster 2023-12-21T05:12:06.801521+0000 mgr.smithi086.vbfnjc (mgr.14182) 1405 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:08.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:07 smithi105 bash[29232]: cluster 2023-12-21T05:12:06.801521+0000 mgr.smithi086.vbfnjc (mgr.14182) 1405 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:08.993 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:08.993 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:09.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:10.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:10 smithi086 bash[26112]: cluster 2023-12-21T05:12:08.803093+0000 mgr.smithi086.vbfnjc (mgr.14182) 1406 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:10.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:10 smithi086 bash[26112]: audit 2023-12-21T05:12:08.982899+0000 mgr.smithi086.vbfnjc (mgr.14182) 1407 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:10.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:10 smithi105 bash[29232]: cluster 2023-12-21T05:12:08.803093+0000 mgr.smithi086.vbfnjc (mgr.14182) 1406 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:10.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:10 smithi105 bash[29232]: audit 2023-12-21T05:12:08.982899+0000 mgr.smithi086.vbfnjc (mgr.14182) 1407 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:10.623 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:12.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:12 smithi105 bash[29232]: cluster 2023-12-21T05:12:10.804862+0000 mgr.smithi086.vbfnjc (mgr.14182) 1408 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:12.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:12 smithi086 bash[26112]: cluster 2023-12-21T05:12:10.804862+0000 mgr.smithi086.vbfnjc (mgr.14182) 1408 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:13.731 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:13.731 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:14.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:14.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:14 smithi105 bash[29232]: cluster 2023-12-21T05:12:12.806528+0000 mgr.smithi086.vbfnjc (mgr.14182) 1409 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:14.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:14 smithi086 bash[26112]: cluster 2023-12-21T05:12:12.806528+0000 mgr.smithi086.vbfnjc (mgr.14182) 1409 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:15.327 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:15.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:15 smithi105 bash[29232]: audit 2023-12-21T05:12:13.720243+0000 mgr.smithi086.vbfnjc (mgr.14182) 1410 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:15.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:15 smithi086 bash[26112]: audit 2023-12-21T05:12:13.720243+0000 mgr.smithi086.vbfnjc (mgr.14182) 1410 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:16.525 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:16 smithi086 bash[26112]: cluster 2023-12-21T05:12:14.808288+0000 mgr.smithi086.vbfnjc (mgr.14182) 1411 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:16.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:16 smithi105 bash[29232]: cluster 2023-12-21T05:12:14.808288+0000 mgr.smithi086.vbfnjc (mgr.14182) 1411 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:18.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:18 smithi086 bash[26112]: cluster 2023-12-21T05:12:16.809752+0000 mgr.smithi086.vbfnjc (mgr.14182) 1412 : 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-12-21T05:12:18.501 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:18.501 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:18.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:18 smithi105 bash[29232]: cluster 2023-12-21T05:12:16.809752+0000 mgr.smithi086.vbfnjc (mgr.14182) 1412 : 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-12-21T05:12:19.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:19.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:19 smithi086 bash[26112]: audit 2023-12-21T05:12:18.496646+0000 mgr.smithi086.vbfnjc (mgr.14182) 1413 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:19.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:19 smithi105 bash[29232]: audit 2023-12-21T05:12:18.496646+0000 mgr.smithi086.vbfnjc (mgr.14182) 1413 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:20.164 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:20.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:20 smithi086 bash[26112]: cluster 2023-12-21T05:12:18.811415+0000 mgr.smithi086.vbfnjc (mgr.14182) 1414 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:20.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:20 smithi105 bash[29232]: cluster 2023-12-21T05:12:18.811415+0000 mgr.smithi086.vbfnjc (mgr.14182) 1414 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:22.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:22 smithi105 bash[29232]: cluster 2023-12-21T05:12:20.813238+0000 mgr.smithi086.vbfnjc (mgr.14182) 1415 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:22.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:22 smithi086 bash[26112]: cluster 2023-12-21T05:12:20.813238+0000 mgr.smithi086.vbfnjc (mgr.14182) 1415 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:23.350 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:23.350 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:23.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:24.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:24 smithi105 bash[29232]: cluster 2023-12-21T05:12:22.814886+0000 mgr.smithi086.vbfnjc (mgr.14182) 1416 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:24.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:24 smithi105 bash[29232]: audit 2023-12-21T05:12:23.345043+0000 mgr.smithi086.vbfnjc (mgr.14182) 1417 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:24.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:24 smithi086 bash[26112]: cluster 2023-12-21T05:12:22.814886+0000 mgr.smithi086.vbfnjc (mgr.14182) 1416 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:24.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:24 smithi086 bash[26112]: audit 2023-12-21T05:12:23.345043+0000 mgr.smithi086.vbfnjc (mgr.14182) 1417 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:24.989 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:26.363 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:26 smithi086 bash[26112]: cluster 2023-12-21T05:12:24.816761+0000 mgr.smithi086.vbfnjc (mgr.14182) 1418 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:26.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:26 smithi105 bash[29232]: cluster 2023-12-21T05:12:24.816761+0000 mgr.smithi086.vbfnjc (mgr.14182) 1418 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:28.141 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:28.141 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:28.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:28 smithi086 bash[26112]: cluster 2023-12-21T05:12:26.818366+0000 mgr.smithi086.vbfnjc (mgr.14182) 1419 : 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-12-21T05:12:28.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:28 smithi105 bash[29232]: cluster 2023-12-21T05:12:26.818366+0000 mgr.smithi086.vbfnjc (mgr.14182) 1419 : 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-12-21T05:12:28.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:29.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:29 smithi105 bash[29232]: audit 2023-12-21T05:12:28.134371+0000 mgr.smithi086.vbfnjc (mgr.14182) 1420 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:29.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:29 smithi086 bash[26112]: audit 2023-12-21T05:12:28.134371+0000 mgr.smithi086.vbfnjc (mgr.14182) 1420 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:29.797 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:30.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:30 smithi105 bash[29232]: cluster 2023-12-21T05:12:28.820117+0000 mgr.smithi086.vbfnjc (mgr.14182) 1421 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:30.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:30 smithi086 bash[26112]: cluster 2023-12-21T05:12:28.820117+0000 mgr.smithi086.vbfnjc (mgr.14182) 1421 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:32.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:32 smithi105 bash[29232]: cluster 2023-12-21T05:12:30.821972+0000 mgr.smithi086.vbfnjc (mgr.14182) 1422 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:32.681 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:32 smithi086 bash[26112]: cluster 2023-12-21T05:12:30.821972+0000 mgr.smithi086.vbfnjc (mgr.14182) 1422 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:33.041 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:33.042 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:33.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:34.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:34 smithi105 bash[29232]: cluster 2023-12-21T05:12:32.823129+0000 mgr.smithi086.vbfnjc (mgr.14182) 1423 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:34.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:34 smithi105 bash[29232]: audit 2023-12-21T05:12:33.034306+0000 mgr.smithi086.vbfnjc (mgr.14182) 1424 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:34.708 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:34.719 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:34 smithi086 bash[26112]: cluster 2023-12-21T05:12:32.823129+0000 mgr.smithi086.vbfnjc (mgr.14182) 1423 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:34.719 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:34 smithi086 bash[26112]: audit 2023-12-21T05:12:33.034306+0000 mgr.smithi086.vbfnjc (mgr.14182) 1424 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:36.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:36 smithi086 bash[26112]: cluster 2023-12-21T05:12:34.825083+0000 mgr.smithi086.vbfnjc (mgr.14182) 1425 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:36.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:36 smithi105 bash[29232]: cluster 2023-12-21T05:12:34.825083+0000 mgr.smithi086.vbfnjc (mgr.14182) 1425 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:38.022 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:38.023 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:38.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:38 smithi105 bash[29232]: cluster 2023-12-21T05:12:36.826618+0000 mgr.smithi086.vbfnjc (mgr.14182) 1426 : 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-12-21T05:12:38.669 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:38 smithi086 bash[26112]: cluster 2023-12-21T05:12:36.826618+0000 mgr.smithi086.vbfnjc (mgr.14182) 1426 : 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-12-21T05:12:38.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:39.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:39 smithi105 bash[29232]: audit 2023-12-21T05:12:38.011304+0000 mgr.smithi086.vbfnjc (mgr.14182) 1427 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:39.671 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:39.684 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:39 smithi086 bash[26112]: audit 2023-12-21T05:12:38.011304+0000 mgr.smithi086.vbfnjc (mgr.14182) 1427 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:40.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:40 smithi105 bash[29232]: cluster 2023-12-21T05:12:38.828352+0000 mgr.smithi086.vbfnjc (mgr.14182) 1428 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:40.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:40 smithi086 bash[26112]: cluster 2023-12-21T05:12:38.828352+0000 mgr.smithi086.vbfnjc (mgr.14182) 1428 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:42.686 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:42 smithi086 bash[26112]: cluster 2023-12-21T05:12:40.830105+0000 mgr.smithi086.vbfnjc (mgr.14182) 1429 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:42.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:42 smithi105 bash[29232]: cluster 2023-12-21T05:12:40.830105+0000 mgr.smithi086.vbfnjc (mgr.14182) 1429 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:43.112 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:43.112 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:43.876 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:44.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:44 smithi086 bash[26112]: cluster 2023-12-21T05:12:42.831235+0000 mgr.smithi086.vbfnjc (mgr.14182) 1430 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:44.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:44 smithi086 bash[26112]: audit 2023-12-21T05:12:43.102916+0000 mgr.smithi086.vbfnjc (mgr.14182) 1431 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:44.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:44 smithi105 bash[29232]: cluster 2023-12-21T05:12:42.831235+0000 mgr.smithi086.vbfnjc (mgr.14182) 1430 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:44.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:44 smithi105 bash[29232]: audit 2023-12-21T05:12:43.102916+0000 mgr.smithi086.vbfnjc (mgr.14182) 1431 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:44.876 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:46.407 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:46 smithi086 bash[26112]: cluster 2023-12-21T05:12:44.833154+0000 mgr.smithi086.vbfnjc (mgr.14182) 1432 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:46.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:46 smithi105 bash[29232]: cluster 2023-12-21T05:12:44.833154+0000 mgr.smithi086.vbfnjc (mgr.14182) 1432 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:48.190 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:48.190 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:48.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:48 smithi086 bash[26112]: cluster 2023-12-21T05:12:46.833888+0000 mgr.smithi086.vbfnjc (mgr.14182) 1433 : 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-12-21T05:12:48.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:48.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:48 smithi105 bash[29232]: cluster 2023-12-21T05:12:46.833888+0000 mgr.smithi086.vbfnjc (mgr.14182) 1433 : 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-12-21T05:12:49.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:49 smithi086 bash[26112]: audit 2023-12-21T05:12:48.182069+0000 mgr.smithi086.vbfnjc (mgr.14182) 1434 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:49.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:49 smithi086 bash[26112]: audit 2023-12-21T05:12:48.788792+0000 mon.smithi086 (mon.0) 1008 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:12:49.832 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:49.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:49 smithi105 bash[29232]: audit 2023-12-21T05:12:48.182069+0000 mgr.smithi086.vbfnjc (mgr.14182) 1434 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:49.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:49 smithi105 bash[29232]: audit 2023-12-21T05:12:48.788792+0000 mon.smithi086 (mon.0) 1008 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:12:50.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:50 smithi086 bash[26112]: cluster 2023-12-21T05:12:48.835537+0000 mgr.smithi086.vbfnjc (mgr.14182) 1435 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:50.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:50 smithi105 bash[29232]: cluster 2023-12-21T05:12:48.835537+0000 mgr.smithi086.vbfnjc (mgr.14182) 1435 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:12:52.681 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:52 smithi086 bash[26112]: cluster 2023-12-21T05:12:50.836815+0000 mgr.smithi086.vbfnjc (mgr.14182) 1436 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:52.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:52 smithi105 bash[29232]: cluster 2023-12-21T05:12:50.836815+0000 mgr.smithi086.vbfnjc (mgr.14182) 1436 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:53.043 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:53.043 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:02:28.679528Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:02:28.679751Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:02:28.679969Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:02:28.679276Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:02:28.678902Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:02:28.681502Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:02:28.680183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:02:28.680397Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:02:28.681280Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:53.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:54.696 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:54.708 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:54 smithi086 bash[26112]: cluster 2023-12-21T05:12:52.838290+0000 mgr.smithi086.vbfnjc (mgr.14182) 1437 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:54.708 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:54 smithi086 bash[26112]: audit 2023-12-21T05:12:53.033887+0000 mgr.smithi086.vbfnjc (mgr.14182) 1438 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:54.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:54 smithi105 bash[29232]: cluster 2023-12-21T05:12:52.838290+0000 mgr.smithi086.vbfnjc (mgr.14182) 1437 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:54.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:54 smithi105 bash[29232]: audit 2023-12-21T05:12:53.033887+0000 mgr.smithi086.vbfnjc (mgr.14182) 1438 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:56 smithi086 bash[26112]: cluster 2023-12-21T05:12:54.839313+0000 mgr.smithi086.vbfnjc (mgr.14182) 1439 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:56 smithi086 bash[26112]: audit 2023-12-21T05:12:55.760272+0000 mon.smithi086 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:12:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:56 smithi086 bash[26112]: audit 2023-12-21T05:12:56.044293+0000 mon.smithi086 (mon.0) 1010 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:12:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:56 smithi086 bash[26112]: audit 2023-12-21T05:12:56.045545+0000 mon.smithi086 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:12:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:56 smithi086 bash[26112]: audit 2023-12-21T05:12:56.052299+0000 mon.smithi086 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:12:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:56 smithi086 bash[26112]: audit 2023-12-21T05:12:56.063102+0000 mon.smithi086 (mon.0) 1013 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:12:56.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:56 smithi086 bash[26112]: audit 2023-12-21T05:12:56.074982+0000 mon.smithi086 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:12:56.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:56 smithi105 bash[29232]: cluster 2023-12-21T05:12:54.839313+0000 mgr.smithi086.vbfnjc (mgr.14182) 1439 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:12:56.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:56 smithi105 bash[29232]: audit 2023-12-21T05:12:55.760272+0000 mon.smithi086 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:12:56.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:56 smithi105 bash[29232]: audit 2023-12-21T05:12:56.044293+0000 mon.smithi086 (mon.0) 1010 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:12:56.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:56 smithi105 bash[29232]: audit 2023-12-21T05:12:56.045545+0000 mon.smithi086 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:12:56.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:56 smithi105 bash[29232]: audit 2023-12-21T05:12:56.052299+0000 mon.smithi086 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:12:56.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:56 smithi105 bash[29232]: audit 2023-12-21T05:12:56.063102+0000 mon.smithi086 (mon.0) 1013 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:12:56.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:56 smithi105 bash[29232]: audit 2023-12-21T05:12:56.074982+0000 mon.smithi086 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:12:57.691 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:57 smithi086 bash[26112]: cluster 2023-12-21T05:12:56.053815+0000 mgr.smithi086.vbfnjc (mgr.14182) 1440 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:12:57.691 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:57 smithi086 bash[26112]: cephadm 2023-12-21T05:12:56.078563+0000 mgr.smithi086.vbfnjc (mgr.14182) 1441 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.kpwptt on smithi105 2023-12-21T05:12:57.691 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:57 smithi086 bash[26112]: cluster 2023-12-21T05:12:57.049966+0000 mon.smithi086 (mon.0) 1015 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:12:57.691 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:57 smithi086 bash[26112]: cluster 2023-12-21T05:12:57.050041+0000 mon.smithi086 (mon.0) 1016 : cluster [INF] Cluster is now healthy 2023-12-21T05:12:57.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:57 smithi105 bash[29232]: cluster 2023-12-21T05:12:56.053815+0000 mgr.smithi086.vbfnjc (mgr.14182) 1440 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:12:57.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:57 smithi105 bash[29232]: cephadm 2023-12-21T05:12:56.078563+0000 mgr.smithi086.vbfnjc (mgr.14182) 1441 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.kpwptt on smithi105 2023-12-21T05:12:57.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:57 smithi105 bash[29232]: cluster 2023-12-21T05:12:57.049966+0000 mon.smithi086 (mon.0) 1015 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:12:57.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:57 smithi105 bash[29232]: cluster 2023-12-21T05:12:57.050041+0000 mon.smithi086 (mon.0) 1016 : cluster [INF] Cluster is now healthy 2023-12-21T05:12:58.128 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:12:58.128 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:10:40.550513Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.akxkkr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:12:58.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:12:59.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:59 smithi086 bash[26112]: cluster 2023-12-21T05:12:58.055202+0000 mgr.smithi086.vbfnjc (mgr.14182) 1442 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2023-12-21T05:12:59.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:12:59 smithi086 bash[26112]: audit 2023-12-21T05:12:58.123306+0000 mgr.smithi086.vbfnjc (mgr.14182) 1443 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:12:59.775 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:12:59.785 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:59 smithi105 bash[29232]: cluster 2023-12-21T05:12:58.055202+0000 mgr.smithi086.vbfnjc (mgr.14182) 1442 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 182 B/s rd, 0 op/s 2023-12-21T05:12:59.785 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:12:59 smithi105 bash[29232]: audit 2023-12-21T05:12:58.123306+0000 mgr.smithi086.vbfnjc (mgr.14182) 1443 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:00.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:00 smithi086 bash[26112]: audit 2023-12-21T05:12:59.871876+0000 mon.smithi086 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.kpwptt"}]: dispatch 2023-12-21T05:13:00.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:00 smithi105 bash[29232]: audit 2023-12-21T05:12:59.871876+0000 mon.smithi086 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.kpwptt"}]: dispatch 2023-12-21T05:13:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: cephadm 2023-12-21T05:12:59.870881+0000 mgr.smithi086.vbfnjc (mgr.14182) 1444 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.kpwptt ... 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:13:01.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.kpwptt ... 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:01.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: cephadm 2023-12-21T05:12:59.871301+0000 mgr.smithi086.vbfnjc (mgr.14182) 1445 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: cephadm 2023-12-21T05:12:59.873496+0000 mgr.smithi086.vbfnjc (mgr.14182) 1446 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.kpwptt ... 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:01.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:01.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: cephadm 2023-12-21T05:12:59.878218+0000 mgr.smithi086.vbfnjc (mgr.14182) 1447 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.zptmxs on smithi086 2023-12-21T05:13:01.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:01 smithi086 bash[26112]: cluster 2023-12-21T05:13:00.056693+0000 mgr.smithi086.vbfnjc (mgr.14182) 1448 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:13:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: cephadm 2023-12-21T05:12:59.870881+0000 mgr.smithi086.vbfnjc (mgr.14182) 1444 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.873 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.kpwptt ... 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:13:01.874 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.kpwptt ... 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:01.875 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: cephadm 2023-12-21T05:12:59.871301+0000 mgr.smithi086.vbfnjc (mgr.14182) 1445 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: cephadm 2023-12-21T05:12:59.873496+0000 mgr.smithi086.vbfnjc (mgr.14182) 1446 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt 2023-12-21T05:13:01.876 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.kpwptt ... 2023-12-21T05:13:01.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:01.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:01.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:01.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:01.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: cephadm 2023-12-21T05:12:59.878218+0000 mgr.smithi086.vbfnjc (mgr.14182) 1447 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.zptmxs on smithi086 2023-12-21T05:13:01.877 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:01 smithi105 bash[29232]: cluster 2023-12-21T05:13:00.056693+0000 mgr.smithi086.vbfnjc (mgr.14182) 1448 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:13:03.188 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:03.188 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:44.707792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.fivffm on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-fivffm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.fivffm\nDeploy daemon haproxy.nfs.foo.smithi105.fivffm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.775567Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.tiwfes on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-tiwfes\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.tiwfes\nDeploy daemon haproxy.nfs.foo.smithi086.tiwfes ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:11:48.779956Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.vrqpyy on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:03.533 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:03 smithi086 bash[26112]: cluster 2023-12-21T05:13:02.057646+0000 mgr.smithi086.vbfnjc (mgr.14182) 1449 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:13:03.533 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:03 smithi086 bash[26112]: audit 2023-12-21T05:13:02.944929+0000 mon.smithi086 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:13:03.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:03 smithi105 bash[29232]: cluster 2023-12-21T05:13:02.057646+0000 mgr.smithi086.vbfnjc (mgr.14182) 1449 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:13:03.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:03 smithi105 bash[29232]: audit 2023-12-21T05:13:02.944929+0000 mon.smithi086 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:13:03.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:04.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:04 smithi086 bash[26112]: audit 2023-12-21T05:13:03.183332+0000 mgr.smithi086.vbfnjc (mgr.14182) 1450 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:04.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:04 smithi086 bash[26112]: audit 2023-12-21T05:13:03.992477+0000 mon.smithi086 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.zptmxs"}]: dispatch 2023-12-21T05:13:04.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:04 smithi105 bash[29232]: audit 2023-12-21T05:13:03.183332+0000 mgr.smithi086.vbfnjc (mgr.14182) 1450 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:04.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:04 smithi105 bash[29232]: audit 2023-12-21T05:13:03.992477+0000 mon.smithi086 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.zptmxs"}]: dispatch 2023-12-21T05:13:04.883 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:05.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: cephadm 2023-12-21T05:13:03.991090+0000 mgr.smithi086.vbfnjc (mgr.14182) 1451 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.zptmxs ... 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:05.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.zptmxs ... 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: cephadm 2023-12-21T05:13:03.991716+0000 mgr.smithi086.vbfnjc (mgr.14182) 1452 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: cephadm 2023-12-21T05:13:03.994310+0000 mgr.smithi086.vbfnjc (mgr.14182) 1453 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.zptmxs ... 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: cephadm 2023-12-21T05:13:03.996762+0000 mgr.smithi086.vbfnjc (mgr.14182) 1454 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: cephadm 2023-12-21T05:13:03.998404+0000 mgr.smithi086.vbfnjc (mgr.14182) 1455 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: cluster 2023-12-21T05:13:03.999704+0000 mgr.smithi086.vbfnjc (mgr.14182) 1456 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:13:05.755 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:05 smithi086 bash[26112]: cluster 2023-12-21T05:13:04.460835+0000 mon.smithi086 (mon.0) 1020 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:13:05.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: cephadm 2023-12-21T05:13:03.991090+0000 mgr.smithi086.vbfnjc (mgr.14182) 1451 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.zptmxs ... 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:05.781 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.782 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.zptmxs ... 2023-12-21T05:13:05.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:05.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:05.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:05.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: cephadm 2023-12-21T05:13:03.991716+0000 mgr.smithi086.vbfnjc (mgr.14182) 1452 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: cephadm 2023-12-21T05:13:03.994310+0000 mgr.smithi086.vbfnjc (mgr.14182) 1453 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.783 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.zptmxs ... 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: cephadm 2023-12-21T05:13:03.996762+0000 mgr.smithi086.vbfnjc (mgr.14182) 1454 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: cephadm 2023-12-21T05:13:03.998404+0000 mgr.smithi086.vbfnjc (mgr.14182) 1455 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:13:05.784 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: cluster 2023-12-21T05:13:03.999704+0000 mgr.smithi086.vbfnjc (mgr.14182) 1456 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:13:05.785 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:05 smithi105 bash[29232]: cluster 2023-12-21T05:13:04.460835+0000 mon.smithi086 (mon.0) 1020 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:13:07.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:07 smithi086 bash[26112]: cluster 2023-12-21T05:13:06.001994+0000 mgr.smithi086.vbfnjc (mgr.14182) 1457 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:13:07.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:07 smithi086 bash[26112]: audit 2023-12-21T05:13:06.169757+0000 mon.smithi086 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:13:07.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:07 smithi105 bash[29232]: cluster 2023-12-21T05:13:06.001994+0000 mgr.smithi086.vbfnjc (mgr.14182) 1457 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-12-21T05:13:07.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:07 smithi105 bash[29232]: audit 2023-12-21T05:13:06.169757+0000 mon.smithi086 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:13:08.369 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:08.369 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:08.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:09.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:09 smithi105 bash[29232]: cluster 2023-12-21T05:13:08.003446+0000 mgr.smithi086.vbfnjc (mgr.14182) 1458 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:13:09.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:09 smithi105 bash[29232]: audit 2023-12-21T05:13:08.364727+0000 mgr.smithi086.vbfnjc (mgr.14182) 1459 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:09.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:09 smithi086 bash[26112]: cluster 2023-12-21T05:13:08.003446+0000 mgr.smithi086.vbfnjc (mgr.14182) 1458 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-12-21T05:13:09.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:09 smithi086 bash[26112]: audit 2023-12-21T05:13:08.364727+0000 mgr.smithi086.vbfnjc (mgr.14182) 1459 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:09.994 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:11.310 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:11 smithi086 bash[26112]: cluster 2023-12-21T05:13:10.005476+0000 mgr.smithi086.vbfnjc (mgr.14182) 1460 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:11.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:11 smithi105 bash[29232]: cluster 2023-12-21T05:13:10.005476+0000 mgr.smithi086.vbfnjc (mgr.14182) 1460 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:13.084 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:13.084 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:13.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:13 smithi086 bash[26112]: cluster 2023-12-21T05:13:12.006669+0000 mgr.smithi086.vbfnjc (mgr.14182) 1461 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:13.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:13 smithi105 bash[29232]: cluster 2023-12-21T05:13:12.006669+0000 mgr.smithi086.vbfnjc (mgr.14182) 1461 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:13.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:14.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:14 smithi105 bash[29232]: audit 2023-12-21T05:13:13.071780+0000 mgr.smithi086.vbfnjc (mgr.14182) 1462 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:14.700 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:14.711 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:14 smithi086 bash[26112]: audit 2023-12-21T05:13:13.071780+0000 mgr.smithi086.vbfnjc (mgr.14182) 1462 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:15.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:15 smithi105 bash[29232]: cluster 2023-12-21T05:13:14.008903+0000 mgr.smithi086.vbfnjc (mgr.14182) 1463 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:15.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:15 smithi086 bash[26112]: cluster 2023-12-21T05:13:14.008903+0000 mgr.smithi086.vbfnjc (mgr.14182) 1463 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:17.589 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:17 smithi086 bash[26112]: cluster 2023-12-21T05:13:16.010494+0000 mgr.smithi086.vbfnjc (mgr.14182) 1464 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:17.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:17 smithi105 bash[29232]: cluster 2023-12-21T05:13:16.010494+0000 mgr.smithi086.vbfnjc (mgr.14182) 1464 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:17.945 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:17.946 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:18.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:19.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:18 smithi086 bash[26112]: audit 2023-12-21T05:13:17.934259+0000 mgr.smithi086.vbfnjc (mgr.14182) 1465 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:19.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:18 smithi086 bash[26112]: audit 2023-12-21T05:13:17.945685+0000 mon.smithi086 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:13:19.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:18 smithi086 bash[26112]: cluster 2023-12-21T05:13:18.011600+0000 mgr.smithi086.vbfnjc (mgr.14182) 1466 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:19.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:18 smithi105 bash[29232]: audit 2023-12-21T05:13:17.934259+0000 mgr.smithi086.vbfnjc (mgr.14182) 1465 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:19.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:18 smithi105 bash[29232]: audit 2023-12-21T05:13:17.945685+0000 mon.smithi086 (mon.0) 1022 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:13:19.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:18 smithi105 bash[29232]: cluster 2023-12-21T05:13:18.011600+0000 mgr.smithi086.vbfnjc (mgr.14182) 1466 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:19.576 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:21.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:21 smithi086 bash[26112]: cluster 2023-12-21T05:13:20.012934+0000 mgr.smithi086.vbfnjc (mgr.14182) 1467 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:21.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:21 smithi105 bash[29232]: cluster 2023-12-21T05:13:20.012934+0000 mgr.smithi086.vbfnjc (mgr.14182) 1467 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:22.716 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:22.717 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:23.370 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:23 smithi086 bash[26112]: cluster 2023-12-21T05:13:22.014244+0000 mgr.smithi086.vbfnjc (mgr.14182) 1468 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:23.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:23.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:23 smithi105 bash[29232]: cluster 2023-12-21T05:13:22.014244+0000 mgr.smithi086.vbfnjc (mgr.14182) 1468 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:24.372 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:24.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:24 smithi105 bash[29232]: audit 2023-12-21T05:13:22.706590+0000 mgr.smithi086.vbfnjc (mgr.14182) 1469 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:24.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:24 smithi086 bash[26112]: audit 2023-12-21T05:13:22.706590+0000 mgr.smithi086.vbfnjc (mgr.14182) 1469 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:25.535 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:25 smithi086 bash[26112]: cluster 2023-12-21T05:13:24.015975+0000 mgr.smithi086.vbfnjc (mgr.14182) 1470 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:25.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:25 smithi105 bash[29232]: cluster 2023-12-21T05:13:24.015975+0000 mgr.smithi086.vbfnjc (mgr.14182) 1470 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:27.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:27 smithi086 bash[26112]: cluster 2023-12-21T05:13:26.017663+0000 mgr.smithi086.vbfnjc (mgr.14182) 1471 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:27.580 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:27.580 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:27.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:27 smithi105 bash[29232]: cluster 2023-12-21T05:13:26.017663+0000 mgr.smithi086.vbfnjc (mgr.14182) 1471 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:28.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:28.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:28 smithi086 bash[26112]: audit 2023-12-21T05:13:27.570869+0000 mgr.smithi086.vbfnjc (mgr.14182) 1472 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:28.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:28 smithi105 bash[29232]: audit 2023-12-21T05:13:27.570869+0000 mgr.smithi086.vbfnjc (mgr.14182) 1472 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:29.222 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:29.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:29 smithi086 bash[26112]: cluster 2023-12-21T05:13:28.018952+0000 mgr.smithi086.vbfnjc (mgr.14182) 1473 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:29.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:29 smithi105 bash[29232]: cluster 2023-12-21T05:13:28.018952+0000 mgr.smithi086.vbfnjc (mgr.14182) 1473 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:31.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:31 smithi105 bash[29232]: cluster 2023-12-21T05:13:30.020265+0000 mgr.smithi086.vbfnjc (mgr.14182) 1474 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:31.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:31 smithi086 bash[26112]: cluster 2023-12-21T05:13:30.020265+0000 mgr.smithi086.vbfnjc (mgr.14182) 1474 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:32.407 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:32.408 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:33.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:33.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:33 smithi086 bash[26112]: cluster 2023-12-21T05:13:32.021349+0000 mgr.smithi086.vbfnjc (mgr.14182) 1475 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:33.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:33 smithi086 bash[26112]: audit 2023-12-21T05:13:32.397465+0000 mgr.smithi086.vbfnjc (mgr.14182) 1476 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:33.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:33 smithi105 bash[29232]: cluster 2023-12-21T05:13:32.021349+0000 mgr.smithi086.vbfnjc (mgr.14182) 1475 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:33.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:33 smithi105 bash[29232]: audit 2023-12-21T05:13:32.397465+0000 mgr.smithi086.vbfnjc (mgr.14182) 1476 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:34.125 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:35.480 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:35 smithi086 bash[26112]: cluster 2023-12-21T05:13:34.023152+0000 mgr.smithi086.vbfnjc (mgr.14182) 1477 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:35.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:35 smithi105 bash[29232]: cluster 2023-12-21T05:13:34.023152+0000 mgr.smithi086.vbfnjc (mgr.14182) 1477 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:37.274 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:37.274 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:37.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:37 smithi105 bash[29232]: cluster 2023-12-21T05:13:36.024867+0000 mgr.smithi086.vbfnjc (mgr.14182) 1478 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:37.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:37 smithi086 bash[26112]: cluster 2023-12-21T05:13:36.024867+0000 mgr.smithi086.vbfnjc (mgr.14182) 1478 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:37.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:38.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:38 smithi105 bash[29232]: audit 2023-12-21T05:13:37.263369+0000 mgr.smithi086.vbfnjc (mgr.14182) 1479 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:38.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:38 smithi086 bash[26112]: audit 2023-12-21T05:13:37.263369+0000 mgr.smithi086.vbfnjc (mgr.14182) 1479 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:38.911 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:39.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:39 smithi105 bash[29232]: cluster 2023-12-21T05:13:38.026277+0000 mgr.smithi086.vbfnjc (mgr.14182) 1480 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:39.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:39 smithi086 bash[26112]: cluster 2023-12-21T05:13:38.026277+0000 mgr.smithi086.vbfnjc (mgr.14182) 1480 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:41.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:41 smithi105 bash[29232]: cluster 2023-12-21T05:13:40.028327+0000 mgr.smithi086.vbfnjc (mgr.14182) 1481 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:41.661 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:41 smithi086 bash[26112]: cluster 2023-12-21T05:13:40.028327+0000 mgr.smithi086.vbfnjc (mgr.14182) 1481 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:42.015 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:42.015 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:42.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:43.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:43 smithi105 bash[29232]: audit 2023-12-21T05:13:42.010212+0000 mgr.smithi086.vbfnjc (mgr.14182) 1482 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:43.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:43 smithi105 bash[29232]: cluster 2023-12-21T05:13:42.029546+0000 mgr.smithi086.vbfnjc (mgr.14182) 1483 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:43.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:43 smithi086 bash[26112]: audit 2023-12-21T05:13:42.010212+0000 mgr.smithi086.vbfnjc (mgr.14182) 1482 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:43.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:43 smithi086 bash[26112]: cluster 2023-12-21T05:13:42.029546+0000 mgr.smithi086.vbfnjc (mgr.14182) 1483 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:43.813 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:45.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:45 smithi105 bash[29232]: cluster 2023-12-21T05:13:44.030806+0000 mgr.smithi086.vbfnjc (mgr.14182) 1484 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:45.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:45 smithi086 bash[26112]: cluster 2023-12-21T05:13:44.030806+0000 mgr.smithi086.vbfnjc (mgr.14182) 1484 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:47.146 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:47.146 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:47.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:47 smithi086 bash[26112]: cluster 2023-12-21T05:13:46.032152+0000 mgr.smithi086.vbfnjc (mgr.14182) 1485 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:47.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:47 smithi105 bash[29232]: cluster 2023-12-21T05:13:46.032152+0000 mgr.smithi086.vbfnjc (mgr.14182) 1485 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:47.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:48.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:48 smithi105 bash[29232]: audit 2023-12-21T05:13:47.140958+0000 mgr.smithi086.vbfnjc (mgr.14182) 1486 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:48.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:48 smithi086 bash[26112]: audit 2023-12-21T05:13:47.140958+0000 mgr.smithi086.vbfnjc (mgr.14182) 1486 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:48.795 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:49.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:49 smithi105 bash[29232]: cluster 2023-12-21T05:13:48.033570+0000 mgr.smithi086.vbfnjc (mgr.14182) 1487 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:49.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:49 smithi086 bash[26112]: cluster 2023-12-21T05:13:48.033570+0000 mgr.smithi086.vbfnjc (mgr.14182) 1487 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:51.701 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:51 smithi086 bash[26112]: cluster 2023-12-21T05:13:50.034676+0000 mgr.smithi086.vbfnjc (mgr.14182) 1488 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:51.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:51 smithi105 bash[29232]: cluster 2023-12-21T05:13:50.034676+0000 mgr.smithi086.vbfnjc (mgr.14182) 1488 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:52.073 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:52.073 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:52.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:53.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:53 smithi086 bash[26112]: cluster 2023-12-21T05:13:52.035732+0000 mgr.smithi086.vbfnjc (mgr.14182) 1489 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:53.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:53 smithi086 bash[26112]: audit 2023-12-21T05:13:52.060779+0000 mgr.smithi086.vbfnjc (mgr.14182) 1490 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:53.772 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:53.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:53 smithi105 bash[29232]: cluster 2023-12-21T05:13:52.035732+0000 mgr.smithi086.vbfnjc (mgr.14182) 1489 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:53.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:53 smithi105 bash[29232]: audit 2023-12-21T05:13:52.060779+0000 mgr.smithi086.vbfnjc (mgr.14182) 1490 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:55.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:55 smithi086 bash[26112]: cluster 2023-12-21T05:13:54.037525+0000 mgr.smithi086.vbfnjc (mgr.14182) 1491 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:55.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:55 smithi105 bash[29232]: cluster 2023-12-21T05:13:54.037525+0000 mgr.smithi086.vbfnjc (mgr.14182) 1491 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:57.013 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:13:57.014 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:13:57.650 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:57 smithi086 bash[26112]: cluster 2023-12-21T05:13:56.039645+0000 mgr.smithi086.vbfnjc (mgr.14182) 1492 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:57.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:13:57.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:57 smithi105 bash[29232]: cluster 2023-12-21T05:13:56.039645+0000 mgr.smithi086.vbfnjc (mgr.14182) 1492 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:13:58.652 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:13:58.665 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:58 smithi086 bash[26112]: audit 2023-12-21T05:13:57.002690+0000 mgr.smithi086.vbfnjc (mgr.14182) 1493 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:58.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:58 smithi105 bash[29232]: audit 2023-12-21T05:13:57.002690+0000 mgr.smithi086.vbfnjc (mgr.14182) 1493 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:13:59.743 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:13:59 smithi086 bash[26112]: cluster 2023-12-21T05:13:58.041289+0000 mgr.smithi086.vbfnjc (mgr.14182) 1494 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:13:59.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:13:59 smithi105 bash[29232]: cluster 2023-12-21T05:13:58.041289+0000 mgr.smithi086.vbfnjc (mgr.14182) 1494 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:01.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:01 smithi086 bash[26112]: cluster 2023-12-21T05:14:00.042958+0000 mgr.smithi086.vbfnjc (mgr.14182) 1495 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:01.788 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:01.788 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:01.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:01 smithi105 bash[29232]: cluster 2023-12-21T05:14:00.042958+0000 mgr.smithi086.vbfnjc (mgr.14182) 1495 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:02.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:03.409 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:03.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:03 smithi086 bash[26112]: audit 2023-12-21T05:14:01.780533+0000 mgr.smithi086.vbfnjc (mgr.14182) 1496 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:03.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:03 smithi086 bash[26112]: cluster 2023-12-21T05:14:02.044165+0000 mgr.smithi086.vbfnjc (mgr.14182) 1497 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:03.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:03 smithi105 bash[29232]: audit 2023-12-21T05:14:01.780533+0000 mgr.smithi086.vbfnjc (mgr.14182) 1496 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:03.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:03 smithi105 bash[29232]: cluster 2023-12-21T05:14:02.044165+0000 mgr.smithi086.vbfnjc (mgr.14182) 1497 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:04.538 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:04 smithi086 bash[26112]: audit 2023-12-21T05:14:04.002386+0000 mon.smithi086 (mon.0) 1023 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:14:04.539 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:04 smithi086 bash[26112]: audit 2023-12-21T05:14:04.322734+0000 mon.smithi086 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:04.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:04 smithi105 bash[29232]: audit 2023-12-21T05:14:04.002386+0000 mon.smithi086 (mon.0) 1023 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-21T05:14:04.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:04 smithi105 bash[29232]: audit 2023-12-21T05:14:04.322734+0000 mon.smithi086 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:05.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:05 smithi086 bash[26112]: cluster 2023-12-21T05:14:04.046133+0000 mgr.smithi086.vbfnjc (mgr.14182) 1498 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:05.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:05 smithi105 bash[29232]: cluster 2023-12-21T05:14:04.046133+0000 mgr.smithi086.vbfnjc (mgr.14182) 1498 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:06.624 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:06.624 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:03:42.776983Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:03:42.777542Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:03:42.777962Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:03:42.778408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:03:42.779254Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:03:42.778863Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:03:42.780964Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:07.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:07.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:07 smithi086 bash[26112]: cluster 2023-12-21T05:14:06.047915+0000 mgr.smithi086.vbfnjc (mgr.14182) 1499 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:07.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:07 smithi105 bash[29232]: cluster 2023-12-21T05:14:06.047915+0000 mgr.smithi086.vbfnjc (mgr.14182) 1499 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:08.220 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:08.500 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:08 smithi086 bash[26112]: audit 2023-12-21T05:14:06.611904+0000 mgr.smithi086.vbfnjc (mgr.14182) 1500 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:08.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:08 smithi105 bash[29232]: audit 2023-12-21T05:14:06.611904+0000 mgr.smithi086.vbfnjc (mgr.14182) 1500 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:09.541 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:09 smithi086 bash[26112]: cluster 2023-12-21T05:14:08.049644+0000 mgr.smithi086.vbfnjc (mgr.14182) 1501 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:09.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:09 smithi105 bash[29232]: cluster 2023-12-21T05:14:08.049644+0000 mgr.smithi086.vbfnjc (mgr.14182) 1501 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:11.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: audit 2023-12-21T05:14:09.902820+0000 mon.smithi086 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:11.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: cluster 2023-12-21T05:14:10.051496+0000 mgr.smithi086.vbfnjc (mgr.14182) 1502 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:11.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: audit 2023-12-21T05:14:10.198712+0000 mon.smithi086 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:14:11.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: audit 2023-12-21T05:14:10.200641+0000 mon.smithi086 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:14:11.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: audit 2023-12-21T05:14:10.211041+0000 mon.smithi086 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:11.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: cluster 2023-12-21T05:14:10.212310+0000 mgr.smithi086.vbfnjc (mgr.14182) 1503 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:14:11.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: audit 2023-12-21T05:14:10.220570+0000 mon.smithi086 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:14:11.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: audit 2023-12-21T05:14:10.239643+0000 mon.smithi086 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:11.251 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:10 smithi086 bash[26112]: cephadm 2023-12-21T05:14:10.245607+0000 mgr.smithi086.vbfnjc (mgr.14182) 1504 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.sadksr on smithi105 2023-12-21T05:14:11.335 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:11.335 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:11:48.783958Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.euywth on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:11.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: audit 2023-12-21T05:14:09.902820+0000 mon.smithi086 (mon.0) 1025 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:11.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: cluster 2023-12-21T05:14:10.051496+0000 mgr.smithi086.vbfnjc (mgr.14182) 1502 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:11.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: audit 2023-12-21T05:14:10.198712+0000 mon.smithi086 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-21T05:14:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: audit 2023-12-21T05:14:10.200641+0000 mon.smithi086 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-21T05:14:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: audit 2023-12-21T05:14:10.211041+0000 mon.smithi086 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: cluster 2023-12-21T05:14:10.212310+0000 mgr.smithi086.vbfnjc (mgr.14182) 1503 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:14:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: audit 2023-12-21T05:14:10.220570+0000 mon.smithi086 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-21T05:14:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: audit 2023-12-21T05:14:10.239643+0000 mon.smithi086 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:11.373 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:10 smithi105 bash[29232]: cephadm 2023-12-21T05:14:10.245607+0000 mgr.smithi086.vbfnjc (mgr.14182) 1504 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi105.sadksr on smithi105 2023-12-21T05:14:11.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:12.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:11 smithi086 bash[26112]: cluster 2023-12-21T05:14:10.897806+0000 mon.smithi086 (mon.0) 1031 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:14:12.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:11 smithi086 bash[26112]: cluster 2023-12-21T05:14:10.897851+0000 mon.smithi086 (mon.0) 1032 : cluster [INF] Cluster is now healthy 2023-12-21T05:14:12.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:11 smithi086 bash[26112]: audit 2023-12-21T05:14:11.326560+0000 mgr.smithi086.vbfnjc (mgr.14182) 1505 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:12.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:11 smithi105 bash[29232]: cluster 2023-12-21T05:14:10.897806+0000 mon.smithi086 (mon.0) 1031 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-21T05:14:12.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:11 smithi105 bash[29232]: cluster 2023-12-21T05:14:10.897851+0000 mon.smithi086 (mon.0) 1032 : cluster [INF] Cluster is now healthy 2023-12-21T05:14:12.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:11 smithi105 bash[29232]: audit 2023-12-21T05:14:11.326560+0000 mgr.smithi086.vbfnjc (mgr.14182) 1505 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:13.000 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:13.253 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:12 smithi086 bash[26112]: cluster 2023-12-21T05:14:12.213497+0000 mgr.smithi086.vbfnjc (mgr.14182) 1506 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:14:13.372 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:12 smithi105 bash[29232]: cluster 2023-12-21T05:14:12.213497+0000 mgr.smithi086.vbfnjc (mgr.14182) 1506 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:14:14.333 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:14 smithi086 bash[26112]: audit 2023-12-21T05:14:14.113638+0000 mon.smithi086 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.sadksr"}]: dispatch 2023-12-21T05:14:14.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:14 smithi105 bash[29232]: audit 2023-12-21T05:14:14.113638+0000 mon.smithi086 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi105.sadksr"}]: dispatch 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: cephadm 2023-12-21T05:14:14.112614+0000 mgr.smithi086.vbfnjc (mgr.14182) 1507 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.sadksr ... 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.sadksr ... 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: cephadm 2023-12-21T05:14:14.113106+0000 mgr.smithi086.vbfnjc (mgr.14182) 1508 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: cephadm 2023-12-21T05:14:14.114788+0000 mgr.smithi086.vbfnjc (mgr.14182) 1509 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi105.sadksr ... 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:15.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: cephadm 2023-12-21T05:14:14.117912+0000 mgr.smithi086.vbfnjc (mgr.14182) 1510 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.ukwipc on smithi086 2023-12-21T05:14:15.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:15 smithi105 bash[29232]: cluster 2023-12-21T05:14:14.214817+0000 mgr.smithi086.vbfnjc (mgr.14182) 1511 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: cephadm 2023-12-21T05:14:14.112614+0000 mgr.smithi086.vbfnjc (mgr.14182) 1507 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.sadksr ... 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.sadksr ... 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:15.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: cephadm 2023-12-21T05:14:14.113106+0000 mgr.smithi086.vbfnjc (mgr.14182) 1508 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: cephadm 2023-12-21T05:14:14.114788+0000 mgr.smithi086.vbfnjc (mgr.14182) 1509 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi105.sadksr ... 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:15.753 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: cephadm 2023-12-21T05:14:14.117912+0000 mgr.smithi086.vbfnjc (mgr.14182) 1510 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi086.ukwipc on smithi086 2023-12-21T05:14:15.754 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:15 smithi086 bash[26112]: cluster 2023-12-21T05:14:14.214817+0000 mgr.smithi086.vbfnjc (mgr.14182) 1511 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:14:16.239 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:16.239 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:12:59.873211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.kpwptt on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-kpwptt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.kpwptt\nDeploy daemon haproxy.nfs.foo.smithi105.kpwptt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.994116Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.zptmxs on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-zptmxs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.zptmxs\nDeploy daemon haproxy.nfs.foo.smithi086.zptmxs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:13:03.996640Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.oaeiow on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/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.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:16.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:17.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:17 smithi086 bash[26112]: cluster 2023-12-21T05:14:16.216130+0000 mgr.smithi086.vbfnjc (mgr.14182) 1512 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:14:17.549 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:17 smithi086 bash[26112]: audit 2023-12-21T05:14:16.229112+0000 mgr.smithi086.vbfnjc (mgr.14182) 1513 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:17.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:17 smithi105 bash[29232]: cluster 2023-12-21T05:14:16.216130+0000 mgr.smithi086.vbfnjc (mgr.14182) 1512 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-12-21T05:14:17.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:17 smithi105 bash[29232]: audit 2023-12-21T05:14:16.229112+0000 mgr.smithi086.vbfnjc (mgr.14182) 1513 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:17.901 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:18.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:18 smithi105 bash[29232]: audit 2023-12-21T05:14:17.926551+0000 mon.smithi086 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.ukwipc"}]: dispatch 2023-12-21T05:14:18.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:18 smithi105 bash[29232]: audit 2023-12-21T05:14:17.947144+0000 mon.smithi086 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:18.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:18 smithi086 bash[26112]: audit 2023-12-21T05:14:17.926551+0000 mon.smithi086 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi086.ukwipc"}]: dispatch 2023-12-21T05:14:18.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:18 smithi086 bash[26112]: audit 2023-12-21T05:14:17.947144+0000 mon.smithi086 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:19.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: cephadm 2023-12-21T05:14:17.925367+0000 mgr.smithi086.vbfnjc (mgr.14182) 1514 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:19.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:19.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ukwipc ... 2023-12-21T05:14:19.501 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Traceback (most recent call last): 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: yield (conn, connr) 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: code, '\n'.join(err))) 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:19.502 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ukwipc ... 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: cephadm 2023-12-21T05:14:17.925853+0000 mgr.smithi086.vbfnjc (mgr.14182) 1515 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: cephadm 2023-12-21T05:14:17.927873+0000 mgr.smithi086.vbfnjc (mgr.14182) 1516 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stdout 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Deploy daemon haproxy.nfs.foo.smithi086.ukwipc ... 2023-12-21T05:14:19.503 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:19.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:19.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:19.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: cephadm 2023-12-21T05:14:17.932202+0000 mgr.smithi086.vbfnjc (mgr.14182) 1517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:14:19.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: cephadm 2023-12-21T05:14:17.936260+0000 mgr.smithi086.vbfnjc (mgr.14182) 1518 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:14:19.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: cluster 2023-12-21T05:14:17.937746+0000 mgr.smithi086.vbfnjc (mgr.14182) 1519 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T05:14:19.504 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:19 smithi086 bash[26112]: cluster 2023-12-21T05:14:18.298545+0000 mon.smithi086 (mon.0) 1036 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:14:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: cephadm 2023-12-21T05:14:17.925367+0000 mgr.smithi086.vbfnjc (mgr.14182) 1514 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ukwipc ... 2023-12-21T05:14:19.623 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Traceback (most recent call last): 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: yield (conn, connr) 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: code, '\n'.join(err))) 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.624 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ukwipc ... 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: cephadm 2023-12-21T05:14:17.925853+0000 mgr.smithi086.vbfnjc (mgr.14182) 1515 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: cephadm 2023-12-21T05:14:17.927873+0000 mgr.smithi086.vbfnjc (mgr.14182) 1516 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stdout 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: /usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Deploy daemon haproxy.nfs.foo.smithi086.ukwipc ... 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.625 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-21T05:14:19.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-21T05:14:19.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: stat: stderr See 'docker run --help'. 2023-12-21T05:14:19.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-21T05:14:19.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: cephadm 2023-12-21T05:14:17.932202+0000 mgr.smithi086.vbfnjc (mgr.14182) 1517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:14:19.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: cephadm 2023-12-21T05:14:17.936260+0000 mgr.smithi086.vbfnjc (mgr.14182) 1518 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-21T05:14:19.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: cluster 2023-12-21T05:14:17.937746+0000 mgr.smithi086.vbfnjc (mgr.14182) 1519 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T05:14:19.626 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:19 smithi105 bash[29232]: cluster 2023-12-21T05:14:18.298545+0000 mon.smithi086 (mon.0) 1036 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-21T05:14:21.282 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:21.282 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:21.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:21 smithi105 bash[29232]: cluster 2023-12-21T05:14:19.939730+0000 mgr.smithi086.vbfnjc (mgr.14182) 1520 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T05:14:21.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:21 smithi105 bash[29232]: audit 2023-12-21T05:14:21.235943+0000 mon.smithi086 (mon.0) 1037 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:21.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:21 smithi086 bash[26112]: cluster 2023-12-21T05:14:19.939730+0000 mgr.smithi086.vbfnjc (mgr.14182) 1520 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-12-21T05:14:21.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:21 smithi086 bash[26112]: audit 2023-12-21T05:14:21.235943+0000 mon.smithi086 (mon.0) 1037 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:21.908 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:22.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:22 smithi105 bash[29232]: audit 2023-12-21T05:14:21.270667+0000 mgr.smithi086.vbfnjc (mgr.14182) 1521 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:22.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:22 smithi086 bash[26112]: audit 2023-12-21T05:14:21.270667+0000 mgr.smithi086.vbfnjc (mgr.14182) 1521 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:22.909 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:23.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:23 smithi105 bash[29232]: cluster 2023-12-21T05:14:21.940990+0000 mgr.smithi086.vbfnjc (mgr.14182) 1522 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:14:23.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:23 smithi086 bash[26112]: cluster 2023-12-21T05:14:21.940990+0000 mgr.smithi086.vbfnjc (mgr.14182) 1522 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:14:25.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:25 smithi105 bash[29232]: cluster 2023-12-21T05:14:23.942648+0000 mgr.smithi086.vbfnjc (mgr.14182) 1523 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:14:25.752 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:25 smithi086 bash[26112]: cluster 2023-12-21T05:14:23.942648+0000 mgr.smithi086.vbfnjc (mgr.14182) 1523 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:14:26.280 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:26.280 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:26.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:27.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:27 smithi105 bash[29232]: cluster 2023-12-21T05:14:25.944131+0000 mgr.smithi086.vbfnjc (mgr.14182) 1524 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:14:27.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:27 smithi105 bash[29232]: audit 2023-12-21T05:14:26.271300+0000 mgr.smithi086.vbfnjc (mgr.14182) 1525 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:27.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:27 smithi086 bash[26112]: cluster 2023-12-21T05:14:25.944131+0000 mgr.smithi086.vbfnjc (mgr.14182) 1524 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-12-21T05:14:27.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:27 smithi086 bash[26112]: audit 2023-12-21T05:14:26.271300+0000 mgr.smithi086.vbfnjc (mgr.14182) 1525 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:27.930 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:29.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:29 smithi105 bash[29232]: cluster 2023-12-21T05:14:27.945681+0000 mgr.smithi086.vbfnjc (mgr.14182) 1526 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-21T05:14:29.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:29 smithi086 bash[26112]: cluster 2023-12-21T05:14:27.945681+0000 mgr.smithi086.vbfnjc (mgr.14182) 1526 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-12-21T05:14:31.001 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:31.001 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:31.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:31 smithi105 bash[29232]: cluster 2023-12-21T05:14:29.946865+0000 mgr.smithi086.vbfnjc (mgr.14182) 1527 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:31.649 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:31 smithi086 bash[26112]: cluster 2023-12-21T05:14:29.946865+0000 mgr.smithi086.vbfnjc (mgr.14182) 1527 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:31.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:32.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:32 smithi105 bash[29232]: audit 2023-12-21T05:14:30.988581+0000 mgr.smithi086.vbfnjc (mgr.14182) 1528 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:32.651 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:32.663 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:32 smithi086 bash[26112]: audit 2023-12-21T05:14:30.988581+0000 mgr.smithi086.vbfnjc (mgr.14182) 1528 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:33.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:33 smithi086 bash[26112]: cluster 2023-12-21T05:14:31.948085+0000 mgr.smithi086.vbfnjc (mgr.14182) 1529 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:33.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:33 smithi086 bash[26112]: audit 2023-12-21T05:14:32.950575+0000 mon.smithi086 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:33.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:33 smithi105 bash[29232]: cluster 2023-12-21T05:14:31.948085+0000 mgr.smithi086.vbfnjc (mgr.14182) 1529 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:33.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:33 smithi105 bash[29232]: audit 2023-12-21T05:14:32.950575+0000 mon.smithi086 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.86:0/2120936388' entity='mgr.smithi086.vbfnjc' 2023-12-21T05:14:35.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:35 smithi086 bash[26112]: cluster 2023-12-21T05:14:33.949750+0000 mgr.smithi086.vbfnjc (mgr.14182) 1530 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:35.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:35 smithi105 bash[29232]: cluster 2023-12-21T05:14:33.949750+0000 mgr.smithi086.vbfnjc (mgr.14182) 1530 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:35.864 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:35.864 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:36.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:37.537 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:37.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:37 smithi086 bash[26112]: audit 2023-12-21T05:14:35.855393+0000 mgr.smithi086.vbfnjc (mgr.14182) 1531 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:37.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:37 smithi086 bash[26112]: cluster 2023-12-21T05:14:35.951688+0000 mgr.smithi086.vbfnjc (mgr.14182) 1532 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:37.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:37 smithi105 bash[29232]: audit 2023-12-21T05:14:35.855393+0000 mgr.smithi086.vbfnjc (mgr.14182) 1531 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:37.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:37 smithi105 bash[29232]: cluster 2023-12-21T05:14:35.951688+0000 mgr.smithi086.vbfnjc (mgr.14182) 1532 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:39.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:39 smithi086 bash[26112]: cluster 2023-12-21T05:14:37.953335+0000 mgr.smithi086.vbfnjc (mgr.14182) 1533 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:39.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:39 smithi105 bash[29232]: cluster 2023-12-21T05:14:37.953335+0000 mgr.smithi086.vbfnjc (mgr.14182) 1533 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:40.828 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:40.828 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:41.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:41.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:41 smithi086 bash[26112]: cluster 2023-12-21T05:14:39.955370+0000 mgr.smithi086.vbfnjc (mgr.14182) 1534 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:41.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:41 smithi105 bash[29232]: cluster 2023-12-21T05:14:39.955370+0000 mgr.smithi086.vbfnjc (mgr.14182) 1534 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:42.491 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:42.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:42 smithi086 bash[26112]: audit 2023-12-21T05:14:40.823506+0000 mgr.smithi086.vbfnjc (mgr.14182) 1535 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:42.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:42 smithi105 bash[29232]: audit 2023-12-21T05:14:40.823506+0000 mgr.smithi086.vbfnjc (mgr.14182) 1535 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:43.678 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:43 smithi086 bash[26112]: cluster 2023-12-21T05:14:41.956622+0000 mgr.smithi086.vbfnjc (mgr.14182) 1536 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:43.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:43 smithi105 bash[29232]: cluster 2023-12-21T05:14:41.956622+0000 mgr.smithi086.vbfnjc (mgr.14182) 1536 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:45.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:45 smithi086 bash[26112]: cluster 2023-12-21T05:14:43.958404+0000 mgr.smithi086.vbfnjc (mgr.14182) 1537 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:45.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:45 smithi105 bash[29232]: cluster 2023-12-21T05:14:43.958404+0000 mgr.smithi086.vbfnjc (mgr.14182) 1537 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:45.878 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:45.878 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:46.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:47.520 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:47.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:47 smithi086 bash[26112]: audit 2023-12-21T05:14:45.865800+0000 mgr.smithi086.vbfnjc (mgr.14182) 1538 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:47.751 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:47 smithi086 bash[26112]: cluster 2023-12-21T05:14:45.960108+0000 mgr.smithi086.vbfnjc (mgr.14182) 1539 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:47.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:47 smithi105 bash[29232]: audit 2023-12-21T05:14:45.865800+0000 mgr.smithi086.vbfnjc (mgr.14182) 1538 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:47.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:47 smithi105 bash[29232]: cluster 2023-12-21T05:14:45.960108+0000 mgr.smithi086.vbfnjc (mgr.14182) 1539 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:49.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:49 smithi086 bash[26112]: cluster 2023-12-21T05:14:47.967557+0000 mgr.smithi086.vbfnjc (mgr.14182) 1540 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:49.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:49 smithi105 bash[29232]: cluster 2023-12-21T05:14:47.967557+0000 mgr.smithi086.vbfnjc (mgr.14182) 1540 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:50.825 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:50.825 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:51.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:51.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:51 smithi086 bash[26112]: cluster 2023-12-21T05:14:49.969674+0000 mgr.smithi086.vbfnjc (mgr.14182) 1541 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:51.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:51 smithi105 bash[29232]: cluster 2023-12-21T05:14:49.969674+0000 mgr.smithi086.vbfnjc (mgr.14182) 1541 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:52.465 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:52.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:52 smithi086 bash[26112]: audit 2023-12-21T05:14:50.816554+0000 mgr.smithi086.vbfnjc (mgr.14182) 1542 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:52.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:52 smithi105 bash[29232]: audit 2023-12-21T05:14:50.816554+0000 mgr.smithi086.vbfnjc (mgr.14182) 1542 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:53.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:53 smithi086 bash[26112]: cluster 2023-12-21T05:14:51.971003+0000 mgr.smithi086.vbfnjc (mgr.14182) 1543 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:53.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:53 smithi105 bash[29232]: cluster 2023-12-21T05:14:51.971003+0000 mgr.smithi086.vbfnjc (mgr.14182) 1543 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:55.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:55 smithi086 bash[26112]: cluster 2023-12-21T05:14:53.972694+0000 mgr.smithi086.vbfnjc (mgr.14182) 1544 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:55.760 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:14:55.760 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:14:55.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:55 smithi105 bash[29232]: cluster 2023-12-21T05:14:53.972694+0000 mgr.smithi086.vbfnjc (mgr.14182) 1544 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:56.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:14:57.348 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:14:57.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:57 smithi086 bash[26112]: audit 2023-12-21T05:14:55.747538+0000 mgr.smithi086.vbfnjc (mgr.14182) 1545 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:57.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:57 smithi086 bash[26112]: cluster 2023-12-21T05:14:55.974656+0000 mgr.smithi086.vbfnjc (mgr.14182) 1546 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:57.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:57 smithi105 bash[29232]: audit 2023-12-21T05:14:55.747538+0000 mgr.smithi086.vbfnjc (mgr.14182) 1545 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:14:57.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:57 smithi105 bash[29232]: cluster 2023-12-21T05:14:55.974656+0000 mgr.smithi086.vbfnjc (mgr.14182) 1546 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:14:59.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:14:59 smithi086 bash[26112]: cluster 2023-12-21T05:14:57.976286+0000 mgr.smithi086.vbfnjc (mgr.14182) 1547 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:14:59.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:14:59 smithi105 bash[29232]: cluster 2023-12-21T05:14:57.976286+0000 mgr.smithi086.vbfnjc (mgr.14182) 1547 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:00.731 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:15:00.731 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:15:01.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:01.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:01 smithi086 bash[26112]: cluster 2023-12-21T05:14:59.978317+0000 mgr.smithi086.vbfnjc (mgr.14182) 1548 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:01.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:01 smithi105 bash[29232]: cluster 2023-12-21T05:14:59.978317+0000 mgr.smithi086.vbfnjc (mgr.14182) 1548 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:02.374 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:02.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:02 smithi086 bash[26112]: audit 2023-12-21T05:15:00.722457+0000 mgr.smithi086.vbfnjc (mgr.14182) 1549 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:02.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:02 smithi105 bash[29232]: audit 2023-12-21T05:15:00.722457+0000 mgr.smithi086.vbfnjc (mgr.14182) 1549 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:03.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:03 smithi086 bash[26112]: cluster 2023-12-21T05:15:01.979573+0000 mgr.smithi086.vbfnjc (mgr.14182) 1550 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:03.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:03 smithi105 bash[29232]: cluster 2023-12-21T05:15:01.979573+0000 mgr.smithi086.vbfnjc (mgr.14182) 1550 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:05.729 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:15:05.729 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:15:05.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:05 smithi086 bash[26112]: cluster 2023-12-21T05:15:03.981420+0000 mgr.smithi086.vbfnjc (mgr.14182) 1551 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:05.779 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:05 smithi105 bash[29232]: cluster 2023-12-21T05:15:03.981420+0000 mgr.smithi086.vbfnjc (mgr.14182) 1551 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:06.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:07.338 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:07.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:07 smithi086 bash[26112]: audit 2023-12-21T05:15:05.718310+0000 mgr.smithi086.vbfnjc (mgr.14182) 1552 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:07.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:07 smithi086 bash[26112]: cluster 2023-12-21T05:15:05.983418+0000 mgr.smithi086.vbfnjc (mgr.14182) 1553 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:07.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:07 smithi105 bash[29232]: audit 2023-12-21T05:15:05.718310+0000 mgr.smithi086.vbfnjc (mgr.14182) 1552 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:07.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:07 smithi105 bash[29232]: cluster 2023-12-21T05:15:05.983418+0000 mgr.smithi086.vbfnjc (mgr.14182) 1553 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:09.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:09 smithi105 bash[29232]: cluster 2023-12-21T05:15:07.984902+0000 mgr.smithi086.vbfnjc (mgr.14182) 1554 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:09.967 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:09 smithi086 bash[26112]: cluster 2023-12-21T05:15:07.984902+0000 mgr.smithi086.vbfnjc (mgr.14182) 1554 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-21T05:15:10.385 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:15:10.386 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:15:11.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:11.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:11 smithi105 bash[29232]: cluster 2023-12-21T05:15:09.986076+0000 mgr.smithi086.vbfnjc (mgr.14182) 1555 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:11.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:11 smithi105 bash[29232]: audit 2023-12-21T05:15:10.381138+0000 mgr.smithi086.vbfnjc (mgr.14182) 1556 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:12.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:11 smithi086 bash[26112]: cluster 2023-12-21T05:15:09.986076+0000 mgr.smithi086.vbfnjc (mgr.14182) 1555 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:12.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:11 smithi086 bash[26112]: audit 2023-12-21T05:15:10.381138+0000 mgr.smithi086.vbfnjc (mgr.14182) 1556 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:12.081 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:639f0137318def3e5f393094e5494880043a8f32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-21T05:15:13.872 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:13 smithi105 bash[29232]: cluster 2023-12-21T05:15:11.987333+0000 mgr.smithi086.vbfnjc (mgr.14182) 1557 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:14.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:13 smithi086 bash[26112]: cluster 2023-12-21T05:15:11.987333+0000 mgr.smithi086.vbfnjc (mgr.14182) 1557 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:15.518 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-21T05:15:15.518 INFO:teuthology.orchestra.run.smithi086.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-21T04:42:54.247181Z", "last_refresh": "2023-12-21T05:12:55.747881Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-21T04:42:46.425493Z", "last_refresh": "2023-12-21T05:12:55.748035Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-21T04:42:50.451870Z", "last_refresh": "2023-12-21T05:12:55.748185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-21T05:13:03.998292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.jpkxrn on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:14.114634Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi105.sadksr on smithi105: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi105-sadksr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi105.sadksr\nDeploy daemon haproxy.nfs.foo.smithi105.sadksr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi105 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.927620Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi086.ukwipc on smithi086: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi086-ukwipc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi086.ukwipc\nDeploy daemon haproxy.nfs.foo.smithi086.ukwipc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi086 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-21T05:14:17.931962Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi086.gaugjq on smithi086: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-21T05:14:17.936026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi105.yihdjr on smithi105: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.86/16"}, "status": {"created": "2023-12-21T04:50:02.356044Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.86/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-21T04:42:44.557570Z", "last_refresh": "2023-12-21T05:12:55.747719Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:13.272661Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi086:172.21.15.86=smithi086", "smithi105:172.21.15.105=smithi105"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-21T04:44:13.266739Z", "last_refresh": "2023-12-21T05:12:55.747462Z", "running": 2, "size": 2}}, {"events": ["2023-12-21T04:50:02.354587Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-21T04:50:02.344630Z", "last_refresh": "2023-12-21T05:12:55.749216Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-21T04:42:52.348442Z", "last_refresh": "2023-12-21T05:12:55.748333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-21T04:44:40.927972Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-21T04:44:40.919685Z", "last_refresh": "2023-12-21T05:12:55.748480Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-21T04:42:48.357226Z", "last_refresh": "2023-12-21T05:14:09.887361Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-21T04:49:56.996314Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-12-21T04:50:11.126681Z", "last_refresh": "2023-12-21T05:12:55.749066Z", "ports": [8800], "running": 2, "size": 2}}] 2023-12-21T05:15:15.780 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:15 smithi105 bash[29232]: cluster 2023-12-21T05:15:13.988988+0000 mgr.smithi086.vbfnjc (mgr.14182) 1558 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:16.000 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:15 smithi086 bash[26112]: cluster 2023-12-21T05:15:13.988988+0000 mgr.smithi086.vbfnjc (mgr.14182) 1558 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-12-21T05:15:16.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-21T05:15:16.138 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-21T05:15:16.233 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8075c82b7131406f908f2e8313a30b69 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-21T05:15:16.235 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-21T05:15:16.251 INFO:tasks.vip:Removing 10.0.15.86 (and any VIPs) on smithi086.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T05:15:16.251 DEBUG:teuthology.orchestra.run.smithi086:> sudo ip addr del 10.0.15.86/16 dev enp3s0f1 2023-12-21T05:15:16.280 DEBUG:teuthology.orchestra.run.smithi086:> sudo ip addr del 10.0.31.86/16 dev enp3s0f1 2023-12-21T05:15:16.332 INFO:teuthology.orchestra.run.smithi086.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-21T05:15:16.333 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T05:15:16.334 INFO:tasks.vip:Removing 10.0.15.105 (and any VIPs) on smithi105.front.sepia.ceph.com iface enp3s0f1... 2023-12-21T05:15:16.334 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.15.105/16 dev enp3s0f1 2023-12-21T05:15:16.351 DEBUG:teuthology.orchestra.run.smithi105:> sudo ip addr del 10.0.31.86/16 dev enp3s0f1 2023-12-21T05:15:16.407 INFO:teuthology.orchestra.run.smithi105.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-21T05:15:16.408 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-21T05:15:16.408 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-21T05:15:16.419 INFO:tasks.cephadm:Teardown begin 2023-12-21T05:15:16.419 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:15:16.433 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:15:16.459 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-21T05:15:16.460 DEBUG:teuthology.orchestra.run.smithi086:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T05:15:16.486 DEBUG:teuthology.orchestra.run.smithi105:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-21T05:15:16.507 INFO:tasks.cephadm:Stopping all daemons... 2023-12-21T05:15:16.507 INFO:tasks.cephadm.mon.smithi086:Stopping mon.smithi086... 2023-12-21T05:15:16.507 DEBUG:teuthology.orchestra.run.smithi086:> sudo systemctl stop ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi086 2023-12-21T05:15:16.622 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:16 smithi105 bash[29232]: audit 2023-12-21T05:15:15.507234+0000 mgr.smithi086.vbfnjc (mgr.14182) 1559 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:16.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:16 smithi086 bash[26112]: audit 2023-12-21T05:15:15.507234+0000 mgr.smithi086.vbfnjc (mgr.14182) 1559 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-21T05:15:16.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:16 smithi086 systemd[1]: Stopping Ceph mon.smithi086 for 33658a5a-9fbb-11ee-95a5-87774f69a715... 2023-12-21T05:15:16.750 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:16 smithi086 bash[118584]: Error response from daemon: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-mon.smithi086 2023-12-21T05:15:17.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:16 smithi086 bash[26112]: debug 2023-12-21T05:15:16.752+0000 7f8b05bc0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi086 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-21T05:15:17.250 INFO:journalctl@ceph.mon.smithi086.smithi086.stdout:Dec 21 05:15:16 smithi086 bash[26112]: debug 2023-12-21T05:15:16.752+0000 7f8b05bc0700 -1 mon.smithi086@0(leader) e2 *** Got Signal Terminated *** 2023-12-21T05:15:17.579 DEBUG:teuthology.orchestra.run.smithi086:> sudo pkill -f 'journalctl -f -n 0 -u ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi086.service' 2023-12-21T05:15:17.618 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T05:15:17.618 INFO:tasks.cephadm.mon.smithi086:Stopped mon.smithi086 2023-12-21T05:15:17.618 INFO:tasks.cephadm.mon.smithi105:Stopping mon.smithi105... 2023-12-21T05:15:17.619 DEBUG:teuthology.orchestra.run.smithi105:> sudo systemctl stop ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi105 2023-12-21T05:15:18.031 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:17 smithi105 systemd[1]: Stopping Ceph mon.smithi105 for 33658a5a-9fbb-11ee-95a5-87774f69a715... 2023-12-21T05:15:18.031 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:17 smithi105 bash[21352]: Error response from daemon: No such container: ceph-33658a5a-9fbb-11ee-95a5-87774f69a715-mon.smithi105 2023-12-21T05:15:18.031 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:17 smithi105 bash[29232]: debug 2023-12-21T05:15:17.821+0000 7f9948c09700 -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-12-21T05:15:18.031 INFO:journalctl@ceph.mon.smithi105.smithi105.stdout:Dec 21 05:15:17 smithi105 bash[29232]: debug 2023-12-21T05:15:17.821+0000 7f9948c09700 -1 mon.smithi105@1(peon) e2 *** Got Signal Terminated *** 2023-12-21T05:15:18.781 DEBUG:teuthology.orchestra.run.smithi105:> sudo pkill -f 'journalctl -f -n 0 -u ceph-33658a5a-9fbb-11ee-95a5-87774f69a715@mon.smithi105.service' 2023-12-21T05:15:18.815 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-21T05:15:18.815 INFO:tasks.cephadm.mon.smithi105:Stopped mon.smithi105 2023-12-21T05:15:18.815 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T05:16:22.727 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-21T05:17:15.831 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:17:15.847 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-21T05:17:15.857 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-21T05:17:15.859 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178/remote/ubuntu@smithi086.front.sepia.ceph.com/crash 2023-12-21T05:17:15.860 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/crash -- . 2023-12-21T05:17:15.901 INFO:teuthology.orchestra.run.smithi086.stderr:tar: /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T05:17:15.902 INFO:teuthology.orchestra.run.smithi086.stderr:tar: Error is not recoverable: exiting now 2023-12-21T05:17:15.904 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178/remote/ubuntu@smithi105.front.sepia.ceph.com/crash 2023-12-21T05:17:15.905 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/crash -- . 2023-12-21T05:17:15.919 INFO:teuthology.orchestra.run.smithi105.stderr:tar: /var/lib/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-21T05:17:15.919 INFO:teuthology.orchestra.run.smithi105.stderr:tar: Error is not recoverable: exiting now 2023-12-21T05:17:15.921 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-21T05:17:15.921 DEBUG:teuthology.orchestra.run.smithi086:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-21T05:17:15.959 INFO:teuthology.orchestra.run.smithi086.stderr:grep: /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-21T05:17:15.961 INFO:tasks.cephadm:Compressing logs... 2023-12-21T05:17:15.962 DEBUG:teuthology.orchestra.run.smithi086:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-21T05:17:16.006 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-12-21T05:17:16.019 INFO:teuthology.orchestra.run.smithi086.stderr:find: '/var/log/rbd-target-api'gzip -5 : No such file or directory--verbose -- 2023-12-21T05:17:16.019 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/cephadm.log 2023-12-21T05:17:16.019 INFO:teuthology.orchestra.run.smithi086.stderr:gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T05:17:16.020 INFO:teuthology.orchestra.run.smithi105.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-21T05:17:16.020 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-21T05:17:16.021 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mgr.smithi086.vbfnjc.log 2023-12-21T05:17:16.021 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi086.muowql.log 2023-12-21T05:17:16.026 INFO:teuthology.orchestra.run.smithi105.stderr:gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-21T05:17:16.026 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-21T05:17:16.026 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-21T05:17:16.026 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mon.smithi105.log 2023-12-21T05:17:16.026 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi105.mvxctb.log 2023-12-21T05:17:16.026 INFO:teuthology.orchestra.run.smithi105.stderr:gzip /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mon.smithi105.log: -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mgr.smithi105.xtuojz.log 2023-12-21T05:17:16.026 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi105.mvxctb.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-21T05:17:16.026 INFO:teuthology.orchestra.run.smithi105.stderr: 78.3% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi105.mvxctb.log.gz 2023-12-21T05:17:16.027 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mgr.smithi105.xtuojz.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-21T05:17:16.028 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mgr.smithi086.vbfnjc.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-21T05:17:16.028 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi086.muowql.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-21T05:17:16.029 INFO:teuthology.orchestra.run.smithi086.stderr: 77.8%gzip /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.7.log: -5 -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-client.rgw.foorgw.smithi086.muowql.log.gz--verbose 2023-12-21T05:17:16.029 INFO:teuthology.orchestra.run.smithi086.stderr:-- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-21T05:17:16.029 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mon.smithi086.log 2023-12-21T05:17:16.029 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-21T05:17:16.032 INFO:teuthology.orchestra.run.smithi105.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.2.log: /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.4.log: 92.5% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T05:17:16.034 INFO:teuthology.orchestra.run.smithi105.stderr: 93.6% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mgr.smithi105.xtuojz.log.gz 2023-12-21T05:17:16.035 INFO:teuthology.orchestra.run.smithi086.stderr:/var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mon.smithi086.log: /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.3.log: 92.6% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-21T05:17:16.038 INFO:teuthology.orchestra.run.smithi105.stderr: 90.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T05:17:16.040 INFO:teuthology.orchestra.run.smithi086.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-21T05:17:16.306 INFO:teuthology.orchestra.run.smithi086.stderr: 89.9% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mgr.smithi086.vbfnjc.log.gz 2023-12-21T05:17:16.316 INFO:teuthology.orchestra.run.smithi105.stderr: 92.9% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mon.smithi105.log.gz 2023-12-21T05:17:17.020 INFO:teuthology.orchestra.run.smithi086.stderr: 90.4% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-mon.smithi086.log.gz 2023-12-21T05:17:17.064 INFO:teuthology.orchestra.run.smithi086.stderr: 93.6% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-21T05:17:17.080 INFO:teuthology.orchestra.run.smithi086.stderr: 93.5% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-21T05:17:17.153 INFO:teuthology.orchestra.run.smithi105.stderr: 93.7% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-21T05:17:17.242 INFO:teuthology.orchestra.run.smithi105.stderr: 93.3% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-21T05:17:17.279 INFO:teuthology.orchestra.run.smithi105.stderr: 93.5% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-21T05:17:17.407 INFO:teuthology.orchestra.run.smithi105.stderr: 93.6% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-21T05:17:17.409 INFO:teuthology.orchestra.run.smithi105.stderr: 2023-12-21T05:17:17.409 INFO:teuthology.orchestra.run.smithi105.stderr:real 0m1.398s 2023-12-21T05:17:17.410 INFO:teuthology.orchestra.run.smithi105.stderr:user 0m5.156s 2023-12-21T05:17:17.410 INFO:teuthology.orchestra.run.smithi105.stderr:sys 0m0.188s 2023-12-21T05:17:17.426 INFO:teuthology.orchestra.run.smithi086.stderr: 93.4% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-21T05:17:17.682 INFO:teuthology.orchestra.run.smithi086.stderr: 93.6% -- replaced with /var/log/ceph/33658a5a-9fbb-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-21T05:17:17.684 INFO:teuthology.orchestra.run.smithi086.stderr: 2023-12-21T05:17:17.684 INFO:teuthology.orchestra.run.smithi086.stderr:real 0m1.675s 2023-12-21T05:17:17.685 INFO:teuthology.orchestra.run.smithi086.stderr:user 0m6.272s 2023-12-21T05:17:17.685 INFO:teuthology.orchestra.run.smithi086.stderr:sys 0m0.227s 2023-12-21T05:17:17.685 INFO:tasks.cephadm:Archiving logs... 2023-12-21T05:17:17.686 DEBUG:teuthology.misc:Transferring archived files from smithi086:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178/remote/ubuntu@smithi086.front.sepia.ceph.com/log 2023-12-21T05:17:17.687 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T05:17:18.604 DEBUG:teuthology.misc:Transferring archived files from smithi105:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178/remote/ubuntu@smithi105.front.sepia.ceph.com/log 2023-12-21T05:17:18.605 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-21T05:17:19.322 INFO:tasks.cephadm:Removing cluster... 2023-12-21T05:17:19.323 DEBUG:teuthology.orchestra.run.smithi086:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 --force 2023-12-21T05:17:20.705 DEBUG:teuthology.orchestra.run.smithi105:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 33658a5a-9fbb-11ee-95a5-87774f69a715 --force 2023-12-21T05:17:22.075 INFO:tasks.cephadm:Removing cephadm ... 2023-12-21T05:17:22.076 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T05:17:22.083 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-21T05:17:22.087 INFO:tasks.cephadm:Teardown complete 2023-12-21T05:17:22.088 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-21T05:17:22.099 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_1... 2023-12-21T05:17:22.099 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_1 2023-12-21T05:17:22.401 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-21T05:17:22.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:22.402 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_2... 2023-12-21T05:17:22.403 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_2 2023-12-21T05:17:22.689 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-21T05:17:22.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:22.690 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_3... 2023-12-21T05:17:22.690 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_3 2023-12-21T05:17:22.965 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-21T05:17:22.966 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:22.966 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi086:/dev/vg_nvme/lv_4... 2023-12-21T05:17:22.966 DEBUG:teuthology.orchestra.run.smithi086:> sudo nvme disconnect -n lv_4 2023-12-21T05:17:23.265 INFO:teuthology.orchestra.run.smithi086.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-21T05:17:23.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:23.266 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-21T05:17:23.267 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/scratch_devs 2023-12-21T05:17:23.281 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_1... 2023-12-21T05:17:23.281 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_1 2023-12-21T05:17:23.561 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-21T05:17:23.562 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:23.563 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_2... 2023-12-21T05:17:23.563 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_2 2023-12-21T05:17:23.825 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-21T05:17:23.826 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:23.827 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_3... 2023-12-21T05:17:23.827 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_3 2023-12-21T05:17:24.105 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-21T05:17:24.106 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:24.107 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi105:/dev/vg_nvme/lv_4... 2023-12-21T05:17:24.107 DEBUG:teuthology.orchestra.run.smithi105:> sudo nvme disconnect -n lv_4 2023-12-21T05:17:24.385 INFO:teuthology.orchestra.run.smithi105.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-21T05:17:24.386 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:24.387 DEBUG:teuthology.orchestra.run.smithi105:> set -ex 2023-12-21T05:17:24.387 DEBUG:teuthology.orchestra.run.smithi105:> sudo dd of=/scratch_devs 2023-12-21T05:17:24.402 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-21T05:17:24.413 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-21T05:17:24.414 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T05:17:24.416 DEBUG:teuthology.orchestra.run.smithi105:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-21T05:17:24.436 INFO:teuthology.orchestra.run.smithi086.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T05:17:24.436 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================== 2023-12-21T05:17:24.436 INFO:teuthology.orchestra.run.smithi086.stdout:*hv01.front.sepi 44.4.53.2 2 u 52 128 377 0.086 -0.161 0.165 2023-12-21T05:17:24.436 INFO:teuthology.orchestra.run.smithi086.stdout:+hv02.front.sepi 63.231.80.2 3 u 120 128 377 0.082 1.207 0.128 2023-12-21T05:17:24.436 INFO:teuthology.orchestra.run.smithi086.stdout:+hv03.front.sepi 74.6.168.72 3 u 60 128 377 0.093 -0.342 0.305 2023-12-21T05:17:24.436 INFO:teuthology.orchestra.run.smithi086.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-21T05:17:24.464 INFO:teuthology.orchestra.run.smithi105.stdout: remote refid st t when poll reach delay offset jitter 2023-12-21T05:17:24.464 INFO:teuthology.orchestra.run.smithi105.stdout:============================================================================== 2023-12-21T05:17:24.465 INFO:teuthology.orchestra.run.smithi105.stdout:*hv01.front.sepi 44.4.53.2 2 u 60 64 377 0.073 0.455 0.100 2023-12-21T05:17:24.465 INFO:teuthology.orchestra.run.smithi105.stdout:+hv02.front.sepi 63.231.80.2 3 u 60 64 377 0.106 1.612 0.056 2023-12-21T05:17:24.465 INFO:teuthology.orchestra.run.smithi105.stdout:+hv03.front.sepi 74.6.168.72 3 u 60 64 377 0.089 -0.136 0.095 2023-12-21T05:17:24.465 INFO:teuthology.orchestra.run.smithi105.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-21T05:17:24.466 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T05:17:24.476 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T05:17:24.476 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T05:17:24.485 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T05:17:24.493 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T05:17:24.503 INFO:teuthology.task.internal:Duration was 2519.175854 seconds 2023-12-21T05:17:24.503 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T05:17:24.512 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T05:17:24.512 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T05:17:24.514 DEBUG:teuthology.orchestra.run.smithi105:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T05:17:24.563 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T05:17:24.563 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2023-12-21T05:17:24.564 DEBUG:teuthology.orchestra.run.smithi086:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T05:17:24.576 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi105.front.sepia.ceph.com 2023-12-21T05:17:24.576 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-12-21T05:17:24.589 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T05:17:24.589 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T05:17:24.618 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T05:17:24.684 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T05:17:24.685 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T05:17:24.687 DEBUG:teuthology.orchestra.run.smithi105:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T05:17:24.831 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T05:17:24.842 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T05:17:24.842 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T05:17:24.853 DEBUG:teuthology.orchestra.run.smithi105:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T05:17:24.869 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T05:17:24.883 DEBUG:teuthology.orchestra.run.smithi086:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:17:24.898 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-12-21T05:17:24.909 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2023-12-21T05:17:24.926 INFO:teuthology.orchestra.run.smithi105.stdout:kernel.core_pattern = core 2023-12-21T05:17:24.955 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:17:24.985 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:24.986 DEBUG:teuthology.orchestra.run.smithi105:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T05:17:25.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T05:17:25.002 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T05:17:25.016 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T05:17:25.017 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178/remote/smithi086 2023-12-21T05:17:25.018 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T05:17:25.059 DEBUG:teuthology.misc:Transferring archived files from smithi105:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178/remote/smithi105 2023-12-21T05:17:25.059 DEBUG:teuthology.orchestra.run.smithi105:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T05:17:25.084 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T05:17:25.085 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T05:17:25.098 DEBUG:teuthology.orchestra.run.smithi105:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T05:17:25.127 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T05:17:25.138 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T05:17:25.138 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T05:17:25.149 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T05:17:25.149 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T05:17:25.151 DEBUG:teuthology.orchestra.run.smithi105:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T05:17:25.157 INFO:teuthology.orchestra.run.smithi086.stdout: 659551 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 05:17 /home/ubuntu/cephtest 2023-12-21T05:17:25.180 INFO:teuthology.orchestra.run.smithi105.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 05:17 /home/ubuntu/cephtest 2023-12-21T05:17:25.182 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T05:17:25.192 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T05:17:25.216 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T05:17:25.246 DEBUG:teuthology.nuke:shortname: smithi086 2023-12-21T05:17:25.246 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T05:17:25.272 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:27:24.440939', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-21T05:17:25.275 DEBUG:teuthology.nuke:shortname: smithi105 2023-12-21T05:17:25.275 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T05:17:25.295 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi105.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499178', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 04:27:24.442494', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-12-21T05:17:25.326 INFO:teuthology.orchestra.console.smithi086:Power off 2023-12-21T05:17:25.326 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T05:17:25.342 INFO:teuthology.orchestra.console.smithi105:Power off 2023-12-21T05:17:25.342 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T05:17:25.351 DEBUG:teuthology.orchestra.console.smithi086:power off output: Chassis Power Control: Down/Off 2023-12-21T05:17:25.351 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:17:25.363 DEBUG:teuthology.orchestra.console.smithi105:power off output: Chassis Power Control: Down/Off 2023-12-21T05:17:25.364 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:17:25.375 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2023-12-21T05:17:25.384 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-12-21T05:17:29.376 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:17:29.385 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:17:29.487 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2023-12-21T05:17:29.494 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-12-21T05:17:33.489 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:17:33.497 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:17:33.599 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is off 2023-12-21T05:17:33.606 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is on 2023-12-21T05:17:33.700 INFO:teuthology.orchestra.console.smithi086:Power off completed 2023-12-21T05:17:37.608 DEBUG:teuthology.orchestra.console.smithi105:pexpect command: ipmitool -H smithi105.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T05:17:37.718 DEBUG:teuthology.orchestra.console.smithi105:check power output: Chassis Power is off 2023-12-21T05:17:37.819 INFO:teuthology.orchestra.console.smithi105:Power off completed 2023-12-21T05:17:37.922 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: 2519.175854444504 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8075c82b7131406f908f2e8313a30b69 status: fail success: false 2023-12-21T05:17:37.923 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T05:17:38.003 INFO:teuthology.run:FAIL